You are not logged in.
Im making a one sprite script game and for the save code it checks the color its touching.
To sense the color, i made this script:
216
24
<set>{Code
1
And there are about 72 other X/Y's it needs to go to and sense.
is there a better way without messing up the one sprite one script feature?
Last edited by samurai768 (2009-11-03 18:38:32)
Offline
Make 2 lists called X;Y and variable called Index. Put the Xs and Ys in there. Then:
Offline
Thank You!
Offline
You are welcome.
Thank you for thanking me!
Offline