ScratchData LogoScratchData
Back to TheLogFather's profile

Why is my sprite lagging? PART 2!

THTheLogFather•Created April 15, 2016
Why is my sprite lagging? PART 2!
41
28
932 views
View on Scratch

Description

In the previous project (from which this was remixed) I showed how to use broadcast-and-wait to avoid 'sprite-lag'. However, if you have multiple objects that you want to keep synchronised, and especially if you want the objects to make their changes in a specific order, then you might try to use multiple broadcast-and-waits, one after the other, from the same loop. If you do that, though, you may well find it slows down everything, and you can *still* see 'sprite-lag'. This project explains how you can avoid those problems by using a 'broadcast chain'...

Project Details

Project ID105607329
CreatedApril 15, 2016
Last ModifiedApril 15, 2016
SharedApril 15, 2016
Visibilityvisible
CommentsAllowed

Remix Information

Parent ProjectView Parent
Root ProjectView Root