You can hack scratch to get it...
Get into the System Browser (I assume you know how to do that)
Scratch-Objects -> ScratchSpriteMorph -> Class -> block specs -> blockSpecs
Find where it says ('set %g effect to %n' #- #setGraphicEffect:to: 'color' 0) and paste this right after it:
('change stretch by %n' #- #changeStretchBy:) ('set stretch to %n%' #- #setStretchTo: 100)
The alt-click the box and select "Accept". Type in your initials and close the browser window.
Last edited by The-Whiz (2010-02-27 16:15:47)
Offline
There's an easier way...
Scratch-Objects > ScriptableScratchMorph (class)> block specs > obsoleteBlockSpecs
Then get rid of the obsolete's and stuff and change numbers so that, for example, 'obsolete looks blocks' becomes 'looks'.... you get it.
TimeFreeze has a video on it...
Offline
fg123 wrote:
With the stretch block? Thanks!
Offline