Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Game works in editor but not in project.
- goldfish321
-
Scratcher
67 posts
Game works in editor but not in project.
https://scratch.mit.edu/projects/178739982/
This is my project. it works in editor but not in project. I can to move the tower in the editor (Without dragging), but it just randomly goes somewhere in the project mode.
This is my project. it works in editor but not in project. I can to move the tower in the editor (Without dragging), but it just randomly goes somewhere in the project mode.
- DaEpikDude
-
Scratcher
1000+ posts
Game works in editor but not in project.
This should probably be in Help with Scripts: I'll report it to be moved for you.
- Scratch-Minion
-
Scratcher
1000+ posts
Game works in editor but not in project.
In Sprite2 add one extra line immediately below “when I start as a clone” as below:
The project may process the mouse down to click the green flag differently in run mode and editor mode.
We wait for the player to release the mouse after clicking the green flag.
when I start as a clone
wait until <not <mouse down?>>
The project may process the mouse down to click the green flag differently in run mode and editor mode.
We wait for the player to release the mouse after clicking the green flag.
- goldfish321
-
Scratcher
67 posts
Game works in editor but not in project.
I got it to work!
Thanks Scratch-Minion
Thanks Scratch-Minion- Discussion Forums
- » Help with Scripts
-
» Game works in editor but not in project.


