The Dink Network

move created sprites

July 14th 2004, 11:51 AM
fairy.gif
glennglenn
Peasant He/Him Norway
GlennGlenn doesn't want a custom title. 
I have 2 tiles 1 and 2 how is it posible to make a sprite that is created in tile 1 over to tile 2?
July 14th 2004, 12:52 PM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
I take it you mean screens instead of tiles. If you meant tiled, you can use move and move_stop.
You can also use these in the case with screens, only you must let them walk out of the screen. To make it move to the left, go to an x of -50, to the right an x of 700. Up an y of -50, down an y of 550.
You only need to write a script that creates the guy on the other screen if it walks to it. I'd suggest using a global to store the screennumber of the guy you want to move.
July 14th 2004, 12:56 PM
fairy.gif
GlennGlenn
Peasant He/Him Norway
GlennGlenn doesn't want a custom title. 
ey thanks magicman. i now can continue on my D-Mod