-
Content Count
273 -
Joined
-
Last visited
Content Type
Profiles
Member Map
Forums
Blogs
Gallery
Calendar
Store
Everything posted by mehguy
-
How would i go about making animation for sprites?
-
EDIT: nevermind, i figured it out
-
Ok it's either multicolored sprites or the missle...
-
Wow, that setup up looks so slick. You have some amazing game consoles. That must be a wired mess to hook all those up to one TV
-
Also, how would I go about making sprites not only a single color.
-
Thanks. I forgot the space before the line.
-
I tried writing the sprite x and y coordination, it wouldn't let me run it. playfield: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ................................ ................................ ................................ ................................ ................................ ................................ ................................ ................................ ................................ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX end COLUBK = $9C COLUPF = $58 player0x=50:player0y=50 NUSIZ0 = 16 sprites player0: %00101000 %00101000 %01111100 %01111100 %01111100 %00111000 %00101000 %00010000 end loop drawscreen goto loop
-
Newbie Atari 2600 programmer. please help!
mehguy replied to mehguy's topic in Atari 2600 Programming
I got it working again. I had an old version of visualbb and the complier. -
Newbie Atari 2600 programmer. please help!
mehguy replied to mehguy's topic in Atari 2600 Programming
Ok thank you. Could one of the mods move this over to the basic section? EDIT: I almost forgot, I use the "goto drawscreen" because the... loop drawscreen goto loop doesn't work. -
Ok, so I tried making an play field and I tried setting the colors. When I tried running it, it says "Syntax error" and the error seems to the be the colors. This is what I have so far. playfield: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ................................ ................................ ................................ ................................ ................................ ................................ ................................ ................................ ................................ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX end COLUBK = $20 COLUPF = 212 drawscreen goto drawscreen