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

#1 2013-01-02 12:08:40

nsmbodabor
New Scratcher
Registered: 2011-07-19
Posts: 37

(Help) Check box next to Boolean?

Okay so I know I'm asking for a lot of help, but I really am progressing now, anyway, I've got this ask in confirmed dialog script, and it works perfectly.
The only problem is it has a checkbox next to it, that when clicked opens several of the dialogs. Obviously I don't want this. Does anybody know how to remove it?

Here's a picture to explain: http://i45.tinypic.com/1puxl1.png

Thanks in advance!

Offline

 

#2 2013-01-02 12:24:47

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: (Help) Check box next to Boolean?

Go to Scratch-Blocks -> CommandBlockMorph -> --all-- -> canBecomeWatcher:

Then add the command it fires (e.g. moveSprite:forwards:) to the list.


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#3 2013-01-02 12:57:53

nsmbodabor
New Scratcher
Registered: 2011-07-19
Posts: 37

Re: (Help) Check box next to Boolean?

Thankyou!
By the way, do you know where the rest of the variable block specs are?
I can only find the following;

Code:

('show variable %v'                -    showVariable:)
('hide variable %v'                -    hideVariable:)

Offline

 

#4 2013-01-02 13:00:38

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: (Help) Check box next to Boolean?

nsmbodabor wrote:

Thankyou!
By the way, do you know where the rest of the variable block specs are?
I can only find the following;

Code:

('show variable %v'                -    showVariable:)
('hide variable %v'                -    hideVariable:)

Well, you can add them right there. Also, there's Scratch-Objects -> ScriptableScratchMorph -> instance -> --all-- -> variablesPage


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#5 2013-01-02 13:04:07

nsmbodabor
New Scratcher
Registered: 2011-07-19
Posts: 37

Re: (Help) Check box next to Boolean?

thanks  smile

Offline

 

#6 2013-01-02 13:09:31

nsmbodabor
New Scratcher
Registered: 2011-07-19
Posts: 37

Re: (Help) Check box next to Boolean?

sorry to bother you, one more thing, what do I need to edit to make it so a block with a dropdown can have a reporter put into it?

Offline

 

#7 2013-01-02 17:14:13

nsmbodabor
New Scratcher
Registered: 2011-07-19
Posts: 37

Re: (Help) Check box next to Boolean?

^Bump

Offline

 

Board footer