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

#1 2007-10-16 21:07:20

Scratchie
Scratcher
Registered: 2007-08-24
Posts: 29

3-D Scratch

It would be cool to make a 3-D version of Scratch!

Offline

 

#2 2007-10-17 12:16:28

beny
Scratcher
Registered: 2007-07-24
Posts: 100+

Re: 3-D Scratch

well, you would need a good graphics card to run it


more people like the letter B than the letter A!
i'm going for 250 posts!

Offline

 

#3 2007-10-17 21:29:58

Scratchie
Scratcher
Registered: 2007-08-24
Posts: 29

Re: 3-D Scratch

beny wrote:

well, you would need a good graphics card to run it

Ya, you would.

Offline

 

#4 2007-10-20 17:24:56

OJY321
Scratcher
Registered: 2007-08-03
Posts: 68

Re: 3-D Scratch

What's strange is I like the letter B more than A to.
PS You would need a good card.

Offline

 

#5 2007-10-20 17:28:29

OJY321
Scratcher
Registered: 2007-08-03
Posts: 68

Re: 3-D Scratch

<when green flag clicked>
<forever>
<switch to costume[ Room

<when[ up arrow ]key pressed>
<change{ room }by( 1
<wait( 0.1 )secs>


<when[ down arrow ]key pressed>
<change{ room }by( -1
<wait( 0.1 )secs>

Last edited by OJY321 (2007-10-20 17:29:24)

Offline

 

#6 2007-10-29 17:49:17

mouse2867
Scratcher
Registered: 2007-08-12
Posts: 17

Re: 3-D Scratch

I rather b to a!

Offline

 

#7 2007-12-20 20:41:58

acolite246
Scratcher
Registered: 2007-09-19
Posts: 8

Re: 3-D Scratch

There is another program like Scratch, also made by MIT. It is called StarLogo TNG.
It is a 3d engine.

A word of caution- it is still in Beta

P.S. Scratch's engine is not built for 3d


-- Not sent from a Blackberry Wireless Handheld--

98% of people who read this signature think it is akin to chain mail. If you're one of the 2% who don't, feel free to copy and paste it into your signature.

Offline

 

#8 2007-12-23 11:37:13

OJY321
Scratcher
Registered: 2007-08-03
Posts: 68

Re: 3-D Scratch

http://scratch.mit.edu/projects/OJY321/46465 --- this is an example of the scripts I said about

Offline

 

#9 2008-01-03 10:17:22

djmoomoo
Scratcher
Registered: 2007-08-31
Posts: 57

Re: 3-D Scratch

acolite246 wrote:

There is another program like Scratch, also made by MIT. It is called StarLogo TNG.
It is a 3d engine.

A word of caution- it is still in Beta

P.S. Scratch's engine is not built for 3d

Duuuuddee ! I loooovvvee Game Engines , Especially 3d ones ! But StarLogo TNG needs a name and password . However If you want a cool game engine try Dim3 (google it).I created umpteen diffrent games and I have no knowledge of C++ or Java or BASIC !

cool
___________________________________________________________________________

-djmoomoo

"Very Funny Scotty, now beam my clothes down."


There are 0011 types of people, those that can count in binary and those that can't.

Offline

 

#10 2008-01-03 17:07:18

kevin_karplus
Scratcher
Registered: 2007-04-27
Posts: 1000+

Re: 3-D Scratch

If you're looking for a 3D game engine that is only a little more difficult to learn than scratch, you might want to check out version 2.0 of Alice (http://www.alice.org)

Offline

 

#11 2008-01-05 09:44:40

AlveKatt
Scratcher
Registered: 2007-08-12
Posts: 100+

Re: 3-D Scratch

I achieved what you could call real time psuedo 3d in Scratch. (The ship after you have found the victim and initiated the rescue operation.)
http://scratch.mit.edu/projects/AlveKatt/75081

It's basically just several layers of sprites. Every layer has different y placement values by one but the same rotation controls. So if the the top layer is placed at x=o y=2 the layer below is placed at x=0 y=1, the layer below that at x=0 y=0, the layer below that at x=0 y=-1 and so on.

All those sprites turning at the same time made things lag on my computer though, so I scrappped that. I have a feeling it will lag a bit anyway ones I have made new stuff for missions that are to follow. 3d graphics is just unnescesary bling if it removes from the gameplay like that...

Last edited by AlveKatt (2008-01-05 10:33:22)

Offline

 

#12 2008-01-11 12:38:13

penguinpenguin
Scratcher
Registered: 2007-09-17
Posts: 12

Re: 3-D Scratch

Ask kevin_karplus about this. He'd be able to tell you wheteher it would work or not.  But how would 3d be displayed?  Would sprites farther back be smaller?  Would sprites be able to turn in three dimensions?  Anyway, the only way to make a 3d Scratch would be to entirely rework the Scratch engine, with a Z position.  It wont happen soon.

Offline

 

#13 2008-01-23 16:47:35

Scratchie
Scratcher
Registered: 2007-08-24
Posts: 29

Re: 3-D Scratch

kevin_karplus wrote:

If you're looking for a 3D game engine that is only a little more difficult to learn than scratch, you might want to check out version 2.0 of Alice (http://www.alice.org)

I already have Alice.

Offline

 

#14 2008-03-08 10:09:46

DigiFox
Scratcher
Registered: 2008-03-07
Posts: 100+

Re: 3-D Scratch

Man, a 3-D game. That would be awsome, if my computer could handle it!  lol
________________________________________________________________________________
Who will bet that George Bush will do something crazy before he's kicked out of the White House?


[url=http://www.mubos-md.com/licensemaker/levelup.php?5601]http://www.mubos-md.com/licensemaker/yeuzz7wj.png
Click here to level up my license![/url]

Offline

 

#15 2008-11-12 06:11:33

Goldfish01
Scratcher
Registered: 2008-05-08
Posts: 36

Re: 3-D Scratch

with Star Logo-TNG in over shoulder mode with Sonic does he disapear?


Improvement is dissasembling something and not putting it back together properly.

Offline

 

#16 2009-01-31 16:31:15

Scratchie
Scratcher
Registered: 2007-08-24
Posts: 29

Re: 3-D Scratch

kevin_karplus wrote:

If you're looking for a 3D game engine that is only a little more difficult to learn than scratch, you might want to check out version 2.0 of Alice (http://www.alice.org)

I have it!

Offline

 

#17 2009-01-31 18:32:46

icool2
Scratcher
Registered: 2009-01-01
Posts: 8

Re: 3-D Scratch

whats the site address for starlogo?

Offline

 

Board footer