The Dink Network

Reply to Re: freezing a sprite controlled by a loop

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:
 
 
October 20th 2010, 09:20 AM
wizardb.gif
Kyle
Peasant He/Him Belgium
 
Well a sprite can move with move_stop() even if it's frozen. In fact, this is how most cutscenes are done. Frozen simply means it can't move or attack out of its own accord anymore. To achieve what you want, set the sprite's speed to 0 instead. With sp_speed().

Hope that helps