The Dink Network

Reply to Re: Resizing sprite

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:
 
 
June 6th 2016, 12:16 PM
peasantm.gif
shevek
Peasant They/Them Netherlands
Never be afraid to ask, but don't demand an answer 
How to change depth in script?

You mean what is in front of what? The engine calls that the depth que, or just que (That's not English, Seth made it up).

sp_que(sprite_number, new_value);

If the value is 0, it will use the Y coordinate of the sprite. Otherwise, it will use the value you specify. That means this doesn't work well for moving sprites (because their que value won't change).

Higher ques are in front of lower ques.