JAAMM

Talk about making games.

JAAMM

Postby Joshua Worth » Fri Nov 11, 2005 5:12 am

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")
Stay sweet
User avatar
Joshua Worth
 
Posts: 515
Joined: Tue Jul 19, 2005 12:00 am
Location: Stralia
Score: 5 Give a positive score

Postby Joshua Worth » Fri Nov 11, 2005 11:34 pm

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
Stay sweet
User avatar
Joshua Worth
 
Posts: 515
Joined: Tue Jul 19, 2005 12:00 am
Location: Stralia
Score: 5 Give a positive score

Postby willg101 » Sat Nov 12, 2005 2:26 am

The dos one is pretty cool!!
http://www.wish-games.com
Old betas now available!!
User avatar
willg101
 
Posts: 473
Joined: Thu Dec 16, 2004 12:08 am
Location: West Michigan
Score: 5 Give a positive score

Postby Joshua Worth » Sat Nov 12, 2005 10:18 am

:D :D :D Thanks! 8)
Stay sweet
User avatar
Joshua Worth
 
Posts: 515
Joined: Tue Jul 19, 2005 12:00 am
Location: Stralia
Score: 5 Give a positive score

Postby Joshua Worth » Sat Nov 12, 2005 10:20 am

If you get errors on full-screen, just press <ALT+ENTER> and it should work.
Stay sweet
User avatar
Joshua Worth
 
Posts: 515
Joined: Tue Jul 19, 2005 12:00 am
Location: Stralia
Score: 5 Give a positive score

Postby willg101 » Sat Nov 12, 2005 8:32 pm

OK!
It's cool; I like your type of DOS stuff a lot!!
http://www.wish-games.com
Old betas now available!!
User avatar
willg101
 
Posts: 473
Joined: Thu Dec 16, 2004 12:08 am
Location: West Michigan
Score: 5 Give a positive score

Postby Joshua Worth » Sun Nov 13, 2005 1:29 am

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.
Stay sweet
User avatar
Joshua Worth
 
Posts: 515
Joined: Tue Jul 19, 2005 12:00 am
Location: Stralia
Score: 5 Give a positive score


Return to Game Development

Who is online

Users browsing this forum: No registered users and 1 guest

cron