If you look on the Scratch browser, near the bottom, in the Morphic files, there is one called Tetris! It seems as if it is a working Tetris game! The only problem - how to access it?
Offline
From the world menu, go to new morph > tetris > tetris.
Offline
Hey, Billy! Do you have any advice: I need a pen in front of a sprite...
(Also, do you have the programming for a clone/delete block?)
Offline
SeptimusHeap wrote:
Hey, Billy! Do you have any advice: I need a pen in front of a sprite...
(Also, do you have the programming for a clone/delete block?)
To put the pen in front, you'll have to edit the sprite morphs to act much like the stae morph... a difficult thing to do. I really can't say how to do this. (Jens seems to be far better at that sort of thing, from what I've seen).
The clone/delete is very possible, and I've seen it done.
I haven't actually looked at the code of the hack that has it, but I'm almost certain that it uses the code used by the duplicate/delete context options.
I'll see if I can get it to work...
Offline
add this code to whatever 'blocks' section you want.
(something like scratch-objects> ScratchSpriteMorph(click on class) > blockspecs > blockspecs)
('clone this sprite' #- #duplicateNoAttach)
('delete this sprite' #- #undoableDeleteSprite)i don't have a clue about smalltalk, so i just take the individual hacks and implement them into one custom image file that can share projects
It has:
All the obselete blocks
clone/delete
flip
mesh, and more!
Last edited by cds56 (2010-03-09 21:24:55)
Offline
cds56 wrote:
... implement them into one custom image file that can share projects...
You should be careful about this - It is against the source code TOS.
Offline
It is? You can't actually use the modded blocks- they're not supported.
Anyways, I don't distribute the one I use, and no longer link to the old ones.
I used the normal image, not the "Scratch Source Code.zip" thing anyway,
I essentially do it so I don't have to use two image files, that'd be a drag.
AW MAN that goes directly against the TOS!
Sorry. I'll remove the old 1.2 and 1.3 based files if needed from my, uh mediafire
Last edited by cds56 (2010-03-11 20:42:51)
Offline
SeptimusHeap wrote:
If you look on the Scratch browser, near the bottom, in the Morphic files, there is one called Tetris! It seems as if it is a working Tetris game! The only problem - how to access it?
thats pretty cool i was able to playit
Offline
billyedward wrote:
cds56 wrote:
... implement them into one custom image file that can share projects...
You should be careful about this - It is against the source code TOS.
Then why does streak have a share button?
Offline
rocket101 wrote:
billyedward wrote:
cds56 wrote:
... implement them into one custom image file that can share projects...
You should be careful about this - It is against the source code TOS.
Then why does streak have a share button?
Probably because he never removed it.
Offline
markyparky56 wrote:
rocket101 wrote:
billyedward wrote:
You should be careful about this - It is against the source code TOS.Then why does streak have a share button?
Probably because he never removed it.
No, That's Not Why. Some Of The Blocks billyedward Put Into Streak CAN Go Into The Java Player And Work Perfectly Fine. But The Rest Are Not Compatible And The Java Player Doesn't Recognise Them, And Makes Them Obsolete.
Offline
Also, you can make it share - if it only shares to your website and not Scratch.
Offline
somelia wrote:
Also, you can make it share - if it only shares to your website and not Scratch.
True, but it would take a bit of programming, scratch/edited scratch and your website to allow it to work. And you'd need a serverto hold all the projects on.
Offline
rocket101 wrote:
billyedward wrote:
cds56 wrote:
... implement them into one custom image file that can share projects...
You should be careful about this - It is against the source code TOS.
Then why does streak have a share button?
Streak has the share button because it is not based on the source code; it is based on the official release of 1.3. When both 0.0 and 0.1 were released, I didn't know about any TOS. However now I do know, and 0.2 will not have this button.
I am trying, however, to prevent anyone else from making the same mistake I did, as there is a good reason that source code mods should not have a share button.
Offline
jslomba wrote:
woah! first open forum thread!
What do you mean?
Offline
jslomba wrote:
markyparky56 wrote:
jslomba wrote:
woah! first open forum thread!
What do you mean?
first forum thread that's not closed
No necroppsting
Offline