Scratch 3.0 (3D game editor)

id: 16526

category: Collaboration

posts: 111

Bjuice Bjuice loading
Hey guys, i`m back with new ideas. I was searching for a 3d game editor, with easy programming and i did not find anything. There are much 3d game makers, but no one with easy and accessible programming like scratch offers.

SCRATCH HAS POTENTIAL TO SUPPORT A 3D RENDERER WITH AN EASY PROGRAMMING!

In two years (2015) i`m going to learn about programming CC++, CC+, etc. I want to become a game designer. I have a project for a 3d scratch editor. When i become a programmer with high knowings, if possible i`m going to design a 3d game maker.

SORRY FOR THE BAD ENGLISH, i`m brazilian!

here is a project to show better what i want to explain for scratch team:
http://scratch.mit.edu/projects/12598943/

Not JUST for scratch team. Everyone HAVE to collaborate with ideas!
HarryB178 HarryB178 loading
Do you know there are lots of other 3D game making engine like Unity and Blender?

Unity is great for game making and uses C*. There are lots of helpful tutorials on the Unity website. However, you cannot model things on Unity easily.

Blender is great for modelling and animation but has an old game engine.

I would suggest using Blender to model and animate but Unity to program.

Both of these are free but an extended version, Unity Pro, costs money.
HarryB178 HarryB178 loading
I would like a 3D game maker as simple as scratch. However, why are you waiting until 2015 until you start learning? Why not start now?
Bjuice Bjuice loading

HarryB178 wrote:

I would like a 3D game maker as simple as scratch. However, why are you waiting until 2015 until you start learning? Why not start now?
Bjuice- Guy, today i have much things to study, and the CEFET only accept when you are in high school. there is one year left for reach the high school.
I`m very excited to start the 3d scratch game maker!
Bjuice Bjuice loading

HarryB178 wrote:

Do you know there are lots of other 3D game making engine like Unity and Blender?

Unity is great for game making and uses C*. There are lots of helpful tutorials on the Unity website. However, you cannot model things on Unity easily.

Blender is great for modelling and animation but has an old game engine.

I would suggest using Blender to model and animate but Unity to program.

Both of these are free but an extended version, Unity Pro, costs money.

and much money. But C* is easily to program or have commands and things like this?
Bjuice Bjuice loading

bunnymustard wrote:

HarryB178 HarryB178 loading

Bjuice wrote:

HarryB178 wrote:

Do you know there are lots of other 3D game making engine like Unity and Blender?

Unity is great for game making and uses C*. There are lots of helpful tutorials on the Unity website. However, you cannot model things on Unity easily.

Blender is great for modelling and animation but has an old game engine.

I would suggest using Blender to model and animate but Unity to program.

Both of these are free but an extended version, Unity Pro, costs money.

and much money. But C* is easily to program or have commands and things like this?

What software will you use to make this game maker anyway? Unity is quite simple.
paskal06 paskal06 loading
This will be cool but how we will draw the figures?
This is not simple as 2d drawing in scratch.
Bjuice Bjuice loading

paskal06 wrote:

This will be cool but how we will draw the figures?
This is not simple as 2d drawing in scratch.


-Yeah, thats right, but now i`m lerning how to program without scratch. It will be like sketch up, for creating models. Thanks!
paskal06 paskal06 loading

Bjuice wrote:

paskal06 wrote:

This will be cool but how we will draw the figures?
This is not simple as 2d drawing in scratch.


-Yeah, thats right, but now i`m lerning how to program without scratch. It will be like sketch up, for creating models. Thanks!

Yes but the how the program blocks will looks like ?
Bjuice Bjuice loading

paskal06 wrote:

Bjuice wrote:

paskal06 wrote:

This will be cool but how we will draw the figures?
This is not simple as 2d drawing in scratch.


-Yeah, thats right, but now i`m lerning how to program without scratch. It will be like sketch up, for creating models. Thanks!

Yes but the how the program blocks will looks like ?

I will try hardly to make the blocks as the scratch blocks. Not only these blocks, it will have more blocks instead.
hjklr54679 hjklr54679 loading
I'm pretty sure Dreamod had a project like this he called Z-Cloud…
A Scratch-like 3D programming: alice.org
paskal06 paskal06 loading

Bjuice wrote:

paskal06 wrote:

Bjuice wrote:

paskal06 wrote:

This will be cool but how we will draw the figures?
This is not simple as 2d drawing in scratch.


-Yeah, thats right, but now i`m lerning how to program without scratch. It will be like sketch up, for creating models. Thanks!

Yes but the how the program blocks will looks like ?

I will try hardly to make the blocks as the scratch blocks. Not only these blocks, it will have more blocks instead.

How can the user who is making a game will make the menu in the game? (start button, option button, exit button, credits )
Bjuice Bjuice loading

paskal06 wrote:

Bjuice wrote:

paskal06 wrote:

Bjuice wrote:

paskal06 wrote:

This will be cool but how we will draw the figures?
This is not simple as 2d drawing in scratch.


-Yeah, thats right, but now i`m lerning how to program without scratch. It will be like sketch up, for creating models. Thanks!

Yes but the how the program blocks will looks like ?

I will try hardly to make the blocks as the scratch blocks. Not only these blocks, it will have more blocks instead.

How can the user who is making a game will make the menu in the game? (start button, option button, exit button, credits )
This will be desgned later, but it will have many resources for sprite creations, for putting textures and make some sprites. I`m aiming it to be as easy as scratch, but full of things.
ghost34409 ghost34409 loading
I AGREE!!!!!!!!!!
Icey29 Icey29 loading
Hey there- this is in the wrong thread. If you're modding Scratch, then it would go in that thread. Have you heard of Alice? It is a 3D programming language like Scratch.
Loomman Loomman loading

hjklr54679 wrote:

I'm pretty sure Dreamod had a project like this he called Z-Cloud…g
hi, im working on a 3d game maker on my other acc: cheesepie-studios, but you can't add scripts. i might work on it, but my advice is using panoramas.
when green flag clicked
forever

set x to (x_panorama)
set y to (y_panorama)
switch backdrop to [(panorama_chosen) v]
end
Bjuice you actually did just fine with your English (first post) but I think you ment C++ & C+ and not CC++ & CC+
but anyway some people made simple 3d models with clones
when green flag clicked
repeat (20)
switch costume to [circle v]
create clone of [myself v]
change y by (1)

end
look a ring

HarryB178 wrote:

Do you know there are lots of other 3D game making engine like Unity and Blender?

Unity is great for game making and uses C*. There are lots of helpful tutorials on the Unity website. However, you cannot model things on Unity easily.

Blender is great for modelling and animation but has an old game engine.

I would suggest using Blender to model and animate but Unity to program.

Both of these are free but an extended version, Unity Pro, costs money.
haha lol thats exactly what i do, that is, when i try to make games in unity, but like Bjuice said, I want to find a 3D game engine that has programming like scratch. At least i want to find a way/editor extension/plugin for unity that allowes me to code unity 3d games using scratch blocks, or something simelar to scratch blocks.

bunnymustard wrote:

STARLOGO
thanks im checking it out! it looks really good. lol you may have just helped me out with the problem i've been having for a LONG time!
kingdee241 kingdee241 loading

paskal06 wrote:

Bjuice wrote:

paskal06 wrote:

This will be cool but how we will draw the figures?
This is not simple as 2d drawing in scratch.


-Yeah, thats right, but now i`m lerning how to program without scratch. It will be like sketch up, for creating models. Thanks!

Yes but the how the program blocks will looks like ?

gp
(good point)
plz help! idk also how…
when green flag clicked
forever

if <(account) = [jminecrafter ]> then
say [HELLLP!!!!!]

end

end
You can Make 3D games by including a Scroll-Z to make the third dimesion for the game. And changing size to make it look like it is closer or further away
AnriEd AnriEd loading

jminecrafter wrote:

hi, im working on a 3d game maker on my other acc: cheesepie-studios, but you can't add scripts. i might work on it, but my advice is using panoramas.
when green flag clicked
forever

set x to (x_panorama)
set y to (y_panorama)
switch backdrop to [(panorama_chosen) v]
end
Para-wha?

AnriEd wrote:

jminecrafter wrote:

hi, im working on a 3d game maker on my other acc: cheesepie-studios, but you can't add scripts. i might work on it, but my advice is using panoramas.
when green flag clicked
forever

set x to (x_panorama)
set y to (y_panorama)
switch backdrop to [(panorama_chosen) v]
end
Para-wha?
panorama! its something like this: https://scratch.mit.edu/projects/50014108/

jminecrafter wrote:

plz help! idk also how…
when green flag clicked
forever

if <(account) = [jminecrafter ]> then
say [HELLLP!!!!!]

end

end

You need to do this

when green flag clicked
forever

if <(username) = [jminecrafter ]> then
say [HELP!!] for (2) secs
end

end
I am trying to add more than one color on my 3d engine IDK how


when green flag clicked
set [ v] to [confusion ]

NickTheNinja25 wrote:

I am trying to add more than one color on my 3d engine IDK how


when green flag clicked
set [ v] to [confusion ]
I have some help!
on the list map add more id's for difirent colors
if <[idk some thing] = [1 ]> then

set pen color to [#ff0088]
set pen shade to (var of shade)
end
then do the same thing over and over with difirent colors
jerrymonkey jerrymonkey loading
when clickedforeverset x to x _ panoramaset y to y _ panoramaswitch backdrop to (panorama_chosen)
jerrymonkey jerrymonkey loading
()[scratchblocks]
define
define
define
define
define
define
define
define
define
define
define
say [] for (2) secs
say [] for (2) secs
say [] for (2) secs
say [] for (2) secs
say [] for (2) secs
say [] for (2) secs
say [] for (2) secs
say [] for (2) secs
say [] for (2) secs
say [] for (2) secs
say [] for (2) secs
say [] for (2) secs
think [] for (2) secs
think [] for (2) secs
show
hide
switch costume to [ v]
next costume
switch costume to [ v]
think []
hide
think []

when green flag clicked
say [*] for (2) secs
[/scratchblocks]
[scratchblocks]

when [SHIFT] key pressed
[/scratchblocks]
[scratchblocks]
think [*] for (2) secs
[/scratchblocks]
[scratchblocks]
play sound [ LOVE] until done
[/scratchblocks]
ghostman317 ghostman317 loading

jerrymonkey wrote:

()[scratchblocks]
define
define
define
define
define
define
define
define
define
define
define
say [] for (2) secs
say [] for (2) secs
say [] for (2) secs
say [] for (2) secs
say [] for (2) secs
say [] for (2) secs
say [] for (2) secs
say [] for (2) secs
say [] for (2) secs
say [] for (2) secs
say [] for (2) secs
say [] for (2) secs
think [] for (2) secs
think [] for (2) secs
show
hide
switch costume to [ v]
next costume
switch costume to [ v]
think []
hide
think []

when green flag clicked
say [*] for (2) secs
[/scratchblocks]
[scratchblocks]

when [SHIFT] key pressed
[/scratchblocks]
[scratchblocks]
think [*] for (2) secs
[/scratchblocks]
[scratchblocks]
play sound [ LOVE] until done
[/scratchblocks]
spamming blocks are not allowed
sweetman209 sweetman209 loading
if scratch was a 3d game designer then on one hand you could create 3d games better than before but in the other hand there would be no web support so so people who had chrome books would not be able to use it with out having to download it so i think we should not make it 3d until
the technology is ready
jeichman jeichman loading
With Alice, do you have to pay?
jeichman jeichman loading
I also need HUGE help on how to create 3D games on Scratch
the_force the_force loading
The best vector designer is adobe illustrator which has a 3D grid that helps u to make 3D objects. The program also have an effect that to create an 2D into 3D. Then u would save it as svg extension which still becomes vector in scratch. The problem is Stage 3D glitches and lags.

Maya program is for modeling usually for people.
He thinks of a 3d-engine wich containst stuff from scratch (drag&drop) and unity or so… am i right?
the_force the_force loading
Drag and drop is just from scratch for easier programming
jeichman jeichman loading

AwesomeGameDeveloper wrote:

He thinks of a 3d-engine wich containst stuff from scratch (drag&drop) and unity or so… am i right?
Yes, I need help with that. Also recommend other 3D programs.
IT EXISTS: http://scratchx.org/?url=http://scratch3d.github.io/Scratch3D_Beta/extension/ScratchThreeJS.js
when green flag clicked
new 3d world [grass v] width:(10) Height:(10)
Object:(new [Cat1 v] at X(0) Y(0) Z(0)) go to: X(0) Y(0) Z(0)

Bjuice wrote:

Hey guys, i`m back with new ideas. I was searching for a 3d game editor, with easy programming and i did not find anything. There are much 3d game makers, but no one with easy and accessible programming like scratch offers.

SCRATCH HAS POTENTIAL TO SUPPORT A 3D RENDERER WITH AN EASY PROGRAMMING!

In two years (2015) i`m going to learn about programming CC++, CC+, etc. I want to become a game designer. I have a project for a 3d scratch editor. When i become a programmer with high knowings, if possible i`m going to design a 3d game maker.

SORRY FOR THE BAD ENGLISH, i`m brazilian!

here is a project to show better what i want to explain for scratch team:
http://scratch.mit.edu/projects/12598943/

Not JUST for scratch team. Everyone HAVE to collaborate with ideas!

here try this: http://scratchx.org/?url=http://scratch3d.github.io/Scratch3D_Beta/extension/ScratchThreeJS.js
jeichman jeichman loading
Thanks everyone for all the help!!!
jackph72 jackph72 loading
to make 3D graphics you should probobly use the pen blocks to render graphics
here is a recomended script

when green flag clicked
clear
pen down
forever

move (speed) steps
turn ccw ((speed) * (5)) degrees
end

fan_of_pixels wrote:

Bjuice you actually did just fine with your English (first post) but I think you ment C++ & C+ and not CC++ & CC+
C+ is fictional. C and C++ are real.