Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Window sprite won't appear
- Mtstds
-
Scratcher
47 posts
Window sprite won't appear
https://scratch.mit.edu/projects/459201244/
My control panel window won't appear when i click the button on the start menu. Also the rest is normal
My control panel window won't appear when i click the button on the start menu. Also the rest is normal
- Thingied
-
Scratcher
1000+ posts
Window sprite won't appear
What I think is happening. The sprite “start button” sets the “startmenuopen” variable to 0 before “control panel” can run it's scripts. A way to fix this is to make the start menu one the one do it and not the start button.
In “start button”

In “start menu”

(optional) In "control panel remove the not touching mouse pointer stuff

In “start button”

In “start menu”

(optional) In "control panel remove the not touching mouse pointer stuff

- Mtstds
-
Scratcher
47 posts
Window sprite won't appear
What I think is happening. The sprite “start button” sets the “startmenuopen” variable to 0 before “control panel” can run it's scripts. A way to fix this is to make the start menu one the one do it and not the start button.Thanks! It worked but i need to fix a problem with changing backgrounds.
In “start button”
In “start menu”
(optional) In "control panel remove the not touching mouse pointer stuff
- Discussion Forums
- » Help with Scripts
-
» Window sprite won't appear