
-----------------------------------
metal_hed
Wed Mar 31, 2004 2:09 pm

[Game] Etch-A-sketch - UPDATED!
-----------------------------------
Updated version. You can now make circles, the line is thinner, save feature, and added stuff in the beginning!

-----------------------------------
guruguru
Wed Mar 31, 2004 4:57 pm


-----------------------------------
Hehehe fun fun... bring back old memories  :) . I really really like the actual board :D:D:D... and the buttons are good. If this is ure first program WOW  :shock: !!! But u say its ure first 'submission'... hmm...  :?

-----------------------------------
nate
Wed Mar 31, 2004 8:39 pm


-----------------------------------
Its good, except etch-sketch you can turn 2 nobs at once so u can make circles when you are checking to see if the user has pressed an arrow key instead of making them

if (key?)

else if (key?)

else if (key??)

ect. 

make it all ifs so you can press more than one key at once. NE ways its just a suggestion if you like your program how it is then keep it. 

Also, when you press exit use 
Window.Close(****window variable name****) 

GJ!!!!!!!!

-----------------------------------
jonos
Wed Mar 31, 2004 8:57 pm


-----------------------------------
if you wanted to be able to hold more than one key, you would have to make individual if statements for each key:

if key(KEY_UP_ARROW) then
...
end if
if key(KEY_DOWN_ARROW) then
...
end if
if key(KEY_LEFT_ARROW) then
...
end if
if key(KEY_RIGHT_ARROW) then
...
end if

-----------------------------------
Delos
Thu Apr 01, 2004 11:59 am


-----------------------------------
Kool...I'd like to see a "Save picture" function added.  Save those nice pics we may draw.

Also, a little bit of particle animation when you reset would be kool (particles shake and fall...possible).

-----------------------------------
the_short1
Sat Apr 03, 2004 2:51 pm


-----------------------------------
..use what jonos said.. that would be better... also the picture save would be nice.....

.
NOTE: i was kinda able to make circles... u tap 2 directions alternating realy realy fast.... ....

overall good stuff...
