It doesn't work for me!!!!!!!!!
I can easily go up to opening "scriptablescratchmorph",but i can't find "click onto class"
Offline
integrated wrote:
It doesn't work for me!!!!!!!!!
I can easily go up to opening "scriptablescratchmorph",but i can't find "click onto class"
Just click the button that says 'class'.
Offline
bbbeb wrote:
Maybe this would work for the bounce block:
Code:
bounce |t1| t1_ self rotationDegrees. self rotationDegrees: t2 * 2I just tried that from the back of my head, i don't know if it works.
A nice version using 2 variables and works in any direction is:
bounceOff | t1 t2 | t1 _ self xPos. t2 _ self yPos. self forward: 700. self bounceOffEdge. self gotoX: t1 y: t2
Pasted from Catch! 1.2 beta's Squeak code.
EDIT: Doesn't work.
Last edited by rdococ (2011-05-27 07:54:26)
Offline
3. Go to ScratchViewerMorph's rebuildCategorySelectors method and add (something) to the end of the small array definition (which looks like this:)
catList _ #(
motion control
looks sensing
sound operators
pen variables
(something)).
where is rebuildCategorySelectors?
Offline
jslomba wrote:
3. Go to ScratchViewerMorph's rebuildCategorySelectors method and add (something) to the end of the small array definition (which looks like this:)
catList _ #(
motion control
looks sensing
sound operators
pen variables
(something)).where is rebuildCategorySelectors?
Scratch-UI-Panes > ScratchViewerMorph
Last edited by ProgrammingFreak (2011-05-29 18:32:59)
Offline
ProgrammingFreak wrote:
jslomba wrote:
3. Go to ScratchViewerMorph's rebuildCategorySelectors method and add (something) to the end of the small array definition (which looks like this:)
where is rebuildCategorySelectors?
Scratch-UI-Panes > ScratchViewerMorph
oh, thanks.
Offline
jslomba wrote:
ProgrammingFreak wrote:
jslomba wrote:
where is rebuildCategorySelectors?Scratch-UI-Panes > ScratchViewerMorph
oh, thanks.
No problem.
Offline
scratcher7_13 wrote:
integrated wrote:
It doesn't work for me!!!!!!!!!
I can easily go up to opening "scriptablescratchmorph",but i can't find "click onto class"
Just click the button that says 'class'.
THANK YOU!
Offline
Um, I tried this but i got a bit stuck. I'm trying to get the URL block to work, and I have to problems. I want to replace the [blocks]<when I receive[ [/blocks] with something, but I don't know what I need to put. Also, my thing (I'm clicking the save for end-user) just quits when I try to save.Why?! Any help is much needed.
Offline
Save image for end-user is supposed to close it.
Offline
Save image for end-user saves your changes to Scratch.image, so that they will be there next time you open Scratch.
Offline
Right, I think I get that, but how do you actually save your changes?
Offline
TuragaTreeko wrote:
Right, I think I get that, but how do you actually save your changes?
In the System Browser?
Offline
yeah, in the browser. I always try to go to the ops but it says changes have not been saved is it okay to discard changes. Thank you for any and all help.
Offline
TuragaTreeko wrote:
yeah, in the browser. I always try to go to the ops but it says changes have not been saved is it okay to discard changes. Thank you for any and all help.
Right-click and choose accept.
Offline
really. really. wow. how did I not get that!? i feel like a moron...
Offline
TuragaTreeko wrote:
really. really. wow. how did I not get that!? i feel like a moron...
It's OK, some people have a hard time with it. As long as you got it eventually, that's OK.
Offline
[block]<when green flag clicked>[/block]
I would like to thank all of the master scratchers here for helping me out. it is much appreciated.
Offline
You're very welcome.
Offline
any chance any one could help me with the other question i posted? the one with the [block]<when I receive[ <when I receive[ [/block]? thanx.
Offline