This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2009-08-17 12:31:29

RHY3756547
Scratcher
Registered: 2009-08-15
Posts: 1000+

Play Button Issue

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

 

#2 2009-08-17 12:44:41

WeirdF
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: Play Button Issue

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.


http://i.cr3ation.co.uk/dl/s1/gif/847032b8a331def77529b6a0384db1fe_handfingers.gif

Offline

 

#3 2009-08-17 13:14:11

RHY3756547
Scratcher
Registered: 2009-08-15
Posts: 1000+

Re: Play Button Issue

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.  smile

Offline

 

#4 2009-08-17 13:16:33

dav09
Scratcher
Registered: 2009-03-25
Posts: 1000+

Re: Play Button Issue

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.  smile

it should work

Offline

 

#5 2009-08-17 13:32:15

RHY3756547
Scratcher
Registered: 2009-08-15
Posts: 1000+

Re: Play Button Issue

Thanks, it's working now, and it made the trigger more immediate as well!

Offline

 

Board footer