ScratchData LogoScratchData
Back to Scratchycat123's profile

How to get the blocks I'm making!

SCScratchycat123•Created March 19, 2011
How to get the blocks I'm making!
12
9
474 views
View on Scratch

Description

Credit to Fire2011 (i think) for the song. Love-it if it worked (and if it didnt) :P Update: If u want to always have the blocks, u shift click the hoop in the r of scratch and click save image for end user. Thanks, DBS9! Heres the code from lights0123: scriptable scratch morph NO class other ops event receved named then | t2 t3 | self isSprite ifTrue: [^ (self ownerThatIsA: ScratchStageMorph) eventReceivedNamed: t1]. t2 _ self scripts select: [:t4 | t4 class == EventHatMorph and: [t4 eventName caseInsensitiveEqual: t1]]. t2 _ t2 asOrderedCollection. self submorphsDo: [:t5 | (t5 isKindOf: ScriptableScratchMorph) ifTrue: [(t5 scripts select: [:t4 | t4 class == EventHatMorph and: [t4 eventName caseInsensitiveEqual: t1]]) do: [:t6 | t2 _ t2 co Thanks, lights0123!

Project Details

Project ID1667510
CreatedMarch 19, 2011
Last ModifiedMarch 19, 2011
SharedMarch 19, 2011
Visibilityvisible
CommentsAllowed