The Glitch is that when in this project, the instructions and options buttons don't work. The reason why is that the title screen is not hiding, just ghost effect 100. (Online) Can you solve it?
http://scratch.mit.edu/projects/UltimateE-HeroNeos/1854219
Offline
Help?
Offline
Let's try this in All About Scratch and see how that works for you.
So, it looks like your ghosted sprite is intercepting your mouse clicks? I've seen that problem before. A couple of ways to deal with it....you could move the sprite out of the way so that it doesn't overlap the controls. Or, you could try using the Move Back block to try and force the ghosted sprite to be behind the controls. Another approach would be to use the Hide block rather than ghosting (or in addition to ghosting) as I'm pretty sure a hidden sprite will not interfere. Hope one of those work for you
Offline
Paddle2See wrote:
Let's try this in All About Scratch and see how that works for you.
So, it looks like your ghosted sprite is intercepting your mouse clicks? I've seen that problem before. A couple of ways to deal with it....you could move the sprite out of the way so that it doesn't overlap the controls. Or, you could try using the Move Back block to try and force the ghosted sprite to be behind the controls. Another approach would be to use the Hide block rather than ghosting (or in addition to ghosting) as I'm pretty sure a hidden sprite will not interfere. Hope one of those work for you
Thanks!
Offline