If it's got new effects and things like that then I guess that you're focussing on graphics. In that case two things:
1)I highly suggest adding
(height) (width) (pen size) (pen down) stamp [sprite 1 v] change height by change width byand redoing the old effects.
Offline
What do you want help with (something speific please)? I'll help if I can.
Offline
Go to scratchObjects, scratchSpriteMorph, blockspecs, blockSpecs. right click and press 'pretty print if you're using the soure code. Each bit of code in a set of bracket represent one block. It is made up of 'x' the name ' #- #' what type of block it is (for more detail go to scriptableScratchMorph, blockspecs, blockSpecs and it explains at the top. and then the method is the final bit of text. for the height block type in, in the list of blocks after 'looks', ('height' #r #height). Press 'accept' in the right click menu and this should make a height reporter. If it doesn't, look in a different plaette, e.g. motion, and then back to looks. Do the same but replace height with width and 'height' with 'width' and you should have the width block. Change height and change width are in pnather(I think) as stretch and v stretch. But if you don't have pantehr I'll explain them tomorrow because they're more difficult. for pen size do: ('pen size' #r #penSize) in the list headed pen, and ('pen down?' #b #penDown) for the pen down block. I have no idea how to stamp a different sprite, it was just an idea. Hope that helps, and sorry that it's huge, but I've no idea what you know, so I've put everything that I can thiink of (i presume that you know how to get into the browser, if not, post and I'll tell you, but you'll have to tell me whether you're using scratch or the source code).
Offline
Do you know how to add methods?
Offline
Well can you tell me when you get back to doing this, because at the moment I'm busy with my mod (gloop).
Offline