The Dink Network

Reply to Re: Depth que with the mouse

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:
 
 
March 16th 2008, 08:16 PM
fairy.gif
Someone
Peasant He/Him Australia
 
If you're only using this on a few screens, you can create 'placeholder' sprites in the order you want in (win)dinkedit.

e.g.

sprite 2
3 (invisible placeholder)
4

then in scripts
kill 3
wait(1);
create_sprite

new sprite should have sprite number 3.. I haven't tried it though