The Dink Network

Reply to Re: move created sprites

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
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.