Hey - I just recently uploaded a new game to my Scratch Profile and the Trigger that should be given when Clicked on is not working online, but is working offline.
Here's the Project in question: http://scratch.mit.edu/projects/RHY3756547/650322
Thanks.
Offline
Some games have bugs online, the only thing you can do really is change the script slightly from what it already is, so that it does the same thing, but the script is different. For example, you could change this:
[blocks]<when[ menu.play ]clicked>
<broadcast[ menu2
<play sound[ beep001-clik-FX
[/blocks]to this:
[blocks] <when green flag clicked>
<forever if><< <mouse down?> <and> <touching[ mouse pointer >>
<broadcast[ menu2
<play sound[ beep001-clik-FX[/blocks]
If that doesn't work, then change it slightly again, I'm afraid if that doesn't work, then it won't work. Online versions are always a bit buggy, and yours is really buggy, because it doesn't really work at all, since you can't press the play button.
Offline
WeirdF wrote:
Some games have bugs online, the only thing you can do really is change the script slightly from what it already is, so that it does the same thing, but the script is different. For example, you could change this:
[blocks]<when[ menu.play ]clicked>
<broadcast[ menu2
<play sound[ beep001-clik-FX
[/blocks]to this:
[blocks] <when green flag clicked>
<forever if><< <mouse down?> <and> <touching[ mouse pointer >>
<broadcast[ menu2
<play sound[ beep001-clik-FX[/blocks]
If that doesn't work, then change it slightly again, I'm afraid if that doesn't work, then it won't work. Online versions are always a bit buggy, and yours is really buggy, because it doesn't really work at all, since you can't press the play button.
Thanks, Trying it now.
Offline
RHY3756547 wrote:
WeirdF wrote:
Some games have bugs online, the only thing you can do really is change the script slightly from what it already is, so that it does the same thing, but the script is different. For example, you could change this:
[blocks]<when[ menu.play ]clicked>
<broadcast[ menu2
<play sound[ beep001-clik-FX
[/blocks]to this:
[blocks] <when green flag clicked>
<forever if><< <mouse down?> <and> <touching[ mouse pointer >>
<broadcast[ menu2
<play sound[ beep001-clik-FX[/blocks]
If that doesn't work, then change it slightly again, I'm afraid if that doesn't work, then it won't work. Online versions are always a bit buggy, and yours is really buggy, because it doesn't really work at all, since you can't press the play button.Thanks, Trying it now.
![]()
it should work
Offline
Thanks, it's working now, and it made the trigger more immediate as well!
Offline