Discuss Scratch

djdolphin
Scratcher
1000+ posts

Modding Help

I'm making a Scratch mod, but I'm new to squeak and need to make new hat blocks, enable watchers for some reporters, and disable watchers for other reporters. How would I do these things?

Last edited by djdolphin (June 30, 2013 13:05:28)

djdolphin
Scratcher
1000+ posts

Modding Help

Bump
powerpoint56
Scratcher
1000+ posts

Modding Help

I need help with making hat blocks myself, but I know how to disable/enable watchers for reporters. Go to Scratch-Blocks > CommandBlockMorph > instance > canBecomeWatcher.

Between “((#(not” and “:]” you can put the block-specs for all the blocks you don't want to have watchers.

After “includes:” I'm pretty sure you can make reporters have watchers, but I think all reporters have watchers by default.

Hope this helps!

Last edited by powerpoint56 (June 30, 2013 20:15:01)

djdolphin
Scratcher
1000+ posts

Modding Help

powerpoint56 wrote:

I need help with making hat blocks myself, but I know how to disable/enable watchers for reporters. Go to Scratch-Blocks > CommandBlockMorph > instance > canBecomeWatcher.

Between “((#(not” and “:]” you can put the block-specs for all the blocks you don't want to have watchers.

After “includes:” I'm pretty sure you can make reporters have watchers, but I think all reporters have watchers by default.

Hope this helps!
Thanks!
powerpoint56
Scratcher
1000+ posts

Modding Help

djdolphin wrote:

Thanks!
Your welcome.
djdolphin
Scratcher
1000+ posts

Modding Help

Bump

Powered by DjangoBB