Discuss Scratch
- Discussion Forums
- » Bugs and Glitches
- » Motion Scripts
- gamemaker334
-
1 post
Motion Scripts
I have recently noticed if you are making a game, I prefer to do the first part of the script, then the backdrop. I then go back to the script. When I go back, I go into the motion part of all the different scripts and it says: ‘Stage selected: No Motion blocks’. What does this mean?
- OmnipotentPotato
-
1000+ posts
Motion Scripts
When you are on the stage, there are no motion blocks. This is because the stage is like a backdrop, so it can't move, turn, or have any motion.
- HOWING
-
500+ posts
Motion Scripts
I have recently noticed if you are making a game, I prefer to do the first part of the script, then the backdrop. I then go back to the script. When I go back, I go into the motion part of all the different scripts and it says: ‘Stage selected: No Motion blocks’. What does this mean?
Your on the stage, it can't move or jump or use! your just on the stage
if <Stage script clicked> then
switch to stage's scripts
end
- HOWING
-
500+ posts
Motion Scripts
I have recently noticed if you are making a game, I prefer to do the first part of the script, then the backdrop. I then go back to the script. When I go back, I go into the motion part of all the different scripts and it says: ‘Stage selected: No Motion blocks’. What does this mean?
Your on the stage, it can't move or jump or use! your just on the stageif <Stage script clicked> then
switch to stage's scripts
end
Or I mean
if <Stage sprite clicked> then
switch to stage script
end
- trashcanworld
-
26 posts
Motion Scripts
well, the backdrop is a background. they dont move and shake or spin, do they? so thats just my opionion

- DrKat123
-
1000+ posts
Motion Scripts
Please don't necropost well, the backdrop is a background. they dont move and shake or spin, do they? so thats just my opionion
- Discussion Forums
- » Bugs and Glitches
-
» Motion Scripts