I'm not sure if this is exactly an "Advanced Topic," but I am pretty new, and I was wondering how to make it so that if a person presses a button on my game-in-the-making, then it will change the background and then disappear. The trick is that it should be that they don't have to press EXACTLY on the x- and y- axes. Thanks!
Offline
For the button, use:
[blocks]
<when[ button ]clicked>
<broadcast[ clicked
<hide>
[/blocks]
And for the stage, use:
[blocks]
<when I receive[ clicked
<next costume>
<hide>
[/blocks]
Does this help?
Offline