ELUDE BETA UPDATE 1.4 (Mod update)
Added CODE in the menu
Added 4 new mods: Codes are 530420, 918641, 182263, and 521969
Fixed glitch when you when as human game doesn't end
ELUDE UPDATE BETA 1.3 (Menu Update)
Can't go off screen
Added menu
Changed captured caption from TAGGED to ELUDED
When you get eluded it shows human score and how much you go through the portal
Actually I just did that in an update for tag70 (kind of) all I know about that is Xscreen. Xscreen 3 clears the keyboard, but I dont think you can do anything on that. In Xscreen 4, it clears the keyboard and you can put things in there. But I haven't figured it out yet.
Want your game to have more fame?
Post the key here, and I will decide who gets 1st, 2nd, 3rd! And it has to be your game. I will also follow you if you win.
If you want two sprites on the screen at the same time, then put 1 on the second sprite instead of 0. If you need more help, search on youtube Petit Professer. He could explain somethings to you.
To move your sprite somewhere else, put SPOFS after SPSET. Then put the coordinates where you want your sprite to move in.
After that, to change the size of a sprite, then do SPSCALE then the width,and height of the sprite. But Put Zero before it all. like this:
SPSET 0,16,16
SPOFS 0,5,10,-256
SPSCALE 0,3,3
You would put zero because it tells the program what sprite it is.
To put in a sprite, do SPSET then numbers of the sprite you want. On the touch screen, there is a button called smile. Click it, goto paint, then find a sprite. Zoom up as much as you can. Then in the bottom left corner, there are coordinates. Put those after SPSET,0.