Making a sprite NOT animate
#1
Posted 13 April 2012 - 08:15 PM
I have a sprite with multiple sub images, I am randomly choosing a sub image when it spawns,
How can I set it so it does not auto animate to the next sub image?
#2
Posted 13 April 2012 - 08:18 PM
And then put Code :
sprite_index = Variable
Edited by graves23, 13 April 2012 - 08:18 PM.
#3
Posted 13 April 2012 - 08:18 PM
#4
Posted 13 April 2012 - 08:18 PM
#5
Posted 13 April 2012 - 08:21 PM
Cheers...
EDIT : typo
Edited by Lightang3l, 13 April 2012 - 08:22 PM.
#6
Posted 13 April 2012 - 08:22 PM
Change image_speed :D
Ugh for fracks sake - DUH. I knew that. Maybe it's time for bed.
#7
Posted 13 April 2012 - 08:31 PM
If you still need it:This has got to be something simple I'm not able to see.
I have a sprite with multiple sub images, I am randomly choosing a sub image when it spawns,
How can I set it so it does not auto animate to the next sub image?
Create Event of your object:
image_index = irandom(5) //chooses a random number from 0 to 5. image_speed = 0;
#8
Posted 13 April 2012 - 09:19 PM
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users











