Slow Down Animation Speed
Started by nulls, Jun 28 2009 01:21 PM
7 replies to this topic
#1
Posted 28 June 2009 - 01:21 PM
just need a simple code for slowing down animation of a sprite if u know it please link thanks in advance
#2
Posted 28 June 2009 - 01:23 PM
The variable image_speed is for the speed to switch sub-sprites.
1 is the default value, which is 1 sub-sprite per step.
To make it slower make the value smaller then 1.
Hope this helps,
Tamper
1 is the default value, which is 1 sub-sprite per step.
To make it slower make the value smaller then 1.
Hope this helps,
Tamper
#3
Posted 28 June 2009 - 01:25 PM
well i rlly acturly need the code coz im not gr8 with codes im unbeleavable good at graphics but lack in coding lol so if i had to guess i would say
{ image_speed sprite_index spr_eye ... cant think now lol
{ image_speed sprite_index spr_eye ... cant think now lol
#4
Posted 28 June 2009 - 01:26 PM
Fairly simple:
Tamper
image_speed=1; //defaultThis is slower
image_speed=0.5; //slow
Tamper
#5
Posted 28 June 2009 - 01:27 PM
nope its just:
for full speed
image_speed = 1;
for half speed
image_speed = 0.5;
for really slow
image_speed = 0.1;
and anything in between works as well
for full speed
image_speed = 1;
for half speed
image_speed = 0.5;
for really slow
image_speed = 0.1;
and anything in between works as well
#6
Posted 28 June 2009 - 01:30 PM
thanks guys
#7
Posted 28 June 2009 - 04:23 PM
image_speed = -1 plays the animation backwards lmao
#8
Posted 28 August 2011 - 05:05 PM
Can somebody tell me where to put the code to slow animation because i'm a beginner and I don't know where does it go .
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users











