Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Speed up glitch :(
- _BEY_
-
18 posts
Speed up glitch :(
There is a huge problem in me and my friends school project. Our main character speeds up every time it switches backgrounds… You can go to my account and look at my shared projects, it's called ‘Jeux de John Strachan’. If anyone can help that would be insanely appreciated! Please respond as soon as possible.
- deck26
-
1000+ posts
Speed up glitch :(
I suspect you have forever loops running from the previous backdrop so a script is running multiple times and the effect is the movement is multiplied. For example, you probably don't want a forever loop in ‘when I receive GoToHouse1’ given that it calls JSmovement which itself contains a forever loop.
- _BEY_
-
18 posts
Speed up glitch :(
We did not have those before, but we tried to see if it would work, removed them and it still happens… ._.
- deck26
-
1000+ posts
Speed up glitch :(
JSMovement is already running from the start - as far as I can see you don't need to call it again each time you change background and I think doing so means multiple copies of that script are running.
- deck26
-
1000+ posts
Speed up glitch :(
You can't pause the built in timer, you can only reset it. If it's your own timer just have a variable indicating whether the timer is running or not and only change it when it is running.
- _BEY_
-
18 posts
Speed up glitch :(
Can someone help us again? There is a problem when you go to the church background… It shows the church background then after that it quickly shows the army barracks background :O plz help!!!
- _BEY_
-
18 posts
Speed up glitch :(

- BKFighter
-
1000+ posts
Speed up glitch :(
Do you not have the patience to wait thirty minutes for someone to actually be online? I'm here now so I'll take a look.
- BKFighter
-
1000+ posts
Speed up glitch :(
I don't see it getting any faster, even after going into and out of several rooms, although the church backdrop is always called up for me.
- deck26
-
1000+ posts
Speed up glitch :(
That problem has been dealt with and a new problem introduced but that has now been dealt with in another thread. I don't see it getting any faster, even after going into and out of several rooms, although the church backdrop is always called up for me.
Can original poster please close this topic.
- Discussion Forums
- » Help with Scripts
-
» Speed up glitch :(