Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Modding Help
- djdolphin
-
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)
- powerpoint56
-
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!
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
-
1000+ posts
Modding Help
Scratch-Blocks > CommandBlockMorph > instance > canBecomeWatcher.Thanks! I need help with making hat blocks myself, but I know how to disable/enable watchers for reporters. Go to
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!
- Discussion Forums
- » Advanced Topics
-
» Modding Help