This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-08-20 18:42:00

Puffistar3
Scratcher
Registered: 2011-10-09
Posts: 100+

How do I slow down animated gifs?

Every time I use a gif image in my projects, I play it and it's always too fast! I make the motor power lower but it's still really fast. I'd appreciate your answers. c:


http://24.media.tumblr.com/92ef487a2dd7501e039bf89ba0f511fe/tumblr_mmazaby4ov1qan8f1o1_500.gif

Offline

 

#2 2012-08-20 18:48:05

777w
Scratcher
Registered: 2009-02-10
Posts: 1000+

Re: How do I slow down animated gifs?

what is "motor power"
anyway, if youre doing it how i think you are, just increase the delay

Offline

 

#3 2012-08-20 18:48:18

owetre18
Scratcher
Registered: 2009-07-01
Posts: 1000+

Re: How do I slow down animated gifs?

Make the wait more.

Offline

 

#4 2012-08-20 18:51:27

Puffistar3
Scratcher
Registered: 2011-10-09
Posts: 100+

Re: How do I slow down animated gifs?

Thanks!  big_smile


http://24.media.tumblr.com/92ef487a2dd7501e039bf89ba0f511fe/tumblr_mmazaby4ov1qan8f1o1_500.gif

Offline

 

#5 2012-08-20 18:51:31

BoltBait
Scratcher
Registered: 2009-03-09
Posts: 1000+

Re: How do I slow down animated gifs?

You just need to add a "wait 1 secs" block to your loop:

when gf clicked
forever
  wait [.1] secs
  next costume
end
Then, change the wait value up or down to adjust the speed of the animation.


Animated sigs must be banned!
http://boltbait.com/j.pnghttp://boltbait.com/s.pnghttp://boltbait.com/d.pnghttp://boltbait.com/a.pnghttp://boltbait.com/p.png

Offline

 

Board footer