Page 1 of 1

JAAMM

PostPosted: Fri Nov 11, 2005 5:12 am
by Joshua Worth
I made this ascii art movie maker called "JAAMM" here(product placement), and I was wondering if some people could help me re-make it in game editor...

I need...

A mouse cursor, probably just a white transparent block, but it can stick to 80x25

characters: 80x25

screen size: 640x480

a dos character set

you can have some other fancy graphics if you want

a way to put everything you drew into a string

a help bar(probably somthing like: Mouse over filled region, help.text="your help here")

PostPosted: Fri Nov 11, 2005 11:34 pm
by Joshua Worth
I did the mouse by drawing a picture of a white block 8x19
Draw actor, script editor
Code: Select all
xscreen=(640/80)*(((xmouse - (640/80)/2) +width/2)/(640/80)) + (640/80)/2;
yscreen=(480/25)*(((ymouse - (480/25)/2) +height/2)/(480/25)) + (480/25)/2;

I got some of the code off my brother

PostPosted: Sat Nov 12, 2005 2:26 am
by willg101
The dos one is pretty cool!!

PostPosted: Sat Nov 12, 2005 10:18 am
by Joshua Worth
:D :D :D Thanks! 8)

PostPosted: Sat Nov 12, 2005 10:20 am
by Joshua Worth
If you get errors on full-screen, just press <ALT+ENTER> and it should work.

PostPosted: Sat Nov 12, 2005 8:32 pm
by willg101
OK!
It's cool; I like your type of DOS stuff a lot!!

PostPosted: Sun Nov 13, 2005 1:29 am
by Joshua Worth
Trust me, it takes a VERY long time to program. I don't think the scroll bar for the files works very well. I have a better version here at home, but I havent released it yet.