This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2010-03-09 08:39:20

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Morphic Tetris?

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?


http://i46.tinypic.com/dw7zft.png

Offline

 

#2 2010-03-09 17:54:33

billyedward
Scratcher
Registered: 2008-01-03
Posts: 500+

Re: Morphic Tetris?

From the world menu, go to new morph > tetris > tetris.


"I'd love to change the world, but they haven't released the source code yet."
Check out the latest version of Streak --> http://billy.scienceontheweb.net/Streak

Offline

 

#3 2010-03-09 18:10:34

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: Morphic Tetris?

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?)


http://i46.tinypic.com/dw7zft.png

Offline

 

#4 2010-03-09 20:57:54

billyedward
Scratcher
Registered: 2008-01-03
Posts: 500+

Re: Morphic Tetris?

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...


"I'd love to change the world, but they haven't released the source code yet."
Check out the latest version of Streak --> http://billy.scienceontheweb.net/Streak

Offline

 

#5 2010-03-09 21:23:16

cds56
Scratcher
Registered: 2008-05-02
Posts: 500+

Re: Morphic Tetris?

add this code to whatever 'blocks' section you want.

(something like scratch-objects> ScratchSpriteMorph(click on class) > blockspecs > blockspecs)

Code:

('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  smile

It has:

All the obselete blocks
clone/delete
flip
mesh, and more!

Last edited by cds56 (2010-03-09 21:24:55)


http://img192.imageshack.us/img192/909/meowdevlogo.pnghttp://i32.tinypic.com/pucti.png

Offline

 

#6 2010-03-10 17:57:50

billyedward
Scratcher
Registered: 2008-01-03
Posts: 500+

Re: Morphic Tetris?

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.


"I'd love to change the world, but they haven't released the source code yet."
Check out the latest version of Streak --> http://billy.scienceontheweb.net/Streak

Offline

 

#7 2010-03-11 20:38:34

cds56
Scratcher
Registered: 2008-05-02
Posts: 500+

Re: Morphic Tetris?

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)


http://img192.imageshack.us/img192/909/meowdevlogo.pnghttp://i32.tinypic.com/pucti.png

Offline

 

#8 2010-03-13 09:15:41

poopo
Scratcher
Registered: 2009-09-20
Posts: 1000+

Re: Morphic Tetris?

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


http://i45.tinypic.com/28rnqki.jpg

Offline

 

#9 2010-03-25 13:00:53

rocket101
Scratcher
Registered: 2009-08-21
Posts: 500+

Re: Morphic Tetris?

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

 

#10 2010-03-25 13:07:56

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Morphic Tetris?

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.


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#11 2010-03-29 17:15:51

TheGameMaster1231
Scratcher
Registered: 2009-07-24
Posts: 1000+

Re: Morphic Tetris?

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

 

#12 2010-03-29 17:21:20

somelia
Scratcher
Registered: 2009-09-13
Posts: 1000+

Re: Morphic Tetris?

Also, you can make it share - if it only shares to your website and not Scratch.

Offline

 

#13 2010-03-30 10:18:52

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Morphic Tetris?

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.


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#14 2010-03-31 05:39:01

billyedward
Scratcher
Registered: 2008-01-03
Posts: 500+

Re: Morphic Tetris?

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.


"I'd love to change the world, but they haven't released the source code yet."
Check out the latest version of Streak --> http://billy.scienceontheweb.net/Streak

Offline

 

#15 2011-06-19 10:20:43

jslomba
Scratcher
Registered: 2009-09-25
Posts: 1000+

Re: Morphic Tetris?

woah! first open forum thread!


the the the the the

Offline

 

#16 2011-06-19 10:23:57

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Morphic Tetris?

jslomba wrote:

woah! first open forum thread!

What do you mean?


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#17 2011-06-19 11:38:50

jslomba
Scratcher
Registered: 2009-09-25
Posts: 1000+

Re: Morphic Tetris?

markyparky56 wrote:

jslomba wrote:

woah! first open forum thread!

What do you mean?

first forum thread that's not closed


the the the the the

Offline

 

#18 2011-06-19 12:59:35

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: Morphic Tetris?

jslomba wrote:

markyparky56 wrote:

jslomba wrote:

woah! first open forum thread!

What do you mean?

first forum thread that's not closed

No necroppsting


http://i46.tinypic.com/dw7zft.png

Offline

 

Board footer