Discuss Scratch
- Discussion Forums
- » Collaboration
- » Trying to make a 3D, scrolling back and forth, platformer game! please sign up to help!
- agent59
-
Scratcher
11 posts
Trying to make a 3D, scrolling back and forth, platformer game! please sign up to help!
when green flag clicked
say [When do we start though.]
- agent59
-
Scratcher
11 posts
Trying to make a 3D, scrolling back and forth, platformer game! please sign up to help!
when I receive [Start the game]
add [start] to [ game]
- agent59
-
Scratcher
11 posts
Trying to make a 3D, scrolling back and forth, platformer game! please sign up to help!
Well, changing a costume, as I said previously, lets you only have a limited amount of possibilities, butwith rendering you have infinite so I think we should go on the rendering path for this collab.Yes, but it does give the effect of 3-D animation.
BTW
Actually modelling the 3-D characters is kinda 2.5-D.I'll explain, but it might get a bit complicated:
Okay. Why is it 2-D?
It's on a 2-Dimensional display screen.
Why the extra 0.5? Why not 1? It's on a 2-D display screen.
Still. There's more. The extra 0.5 is also there because in the software there are 3 axis', X Y and Z. But the “3-D” rendered images are displayed on the 2-D screen.
Now please don't judge this post as it most likely would lead to another conflict…
Last edited by agent59 (June 22, 2015 21:56:44)
- agent59
-
Scratcher
11 posts
Trying to make a 3D, scrolling back and forth, platformer game! please sign up to help!
My pixel parkour game is more 3D than your guys plan combined because my logo rotates on the Y axis.That is practically impossible unless it was in real life. It is just a costume change effect it doesn't really rotate on the Y-axis.
- scratch059
-
Scratcher
82 posts
Trying to make a 3D, scrolling back and forth, platformer game! please sign up to help!
I want to be an animator and level designer.
- NiTiGEntertainment
-
Scratcher
52 posts
Trying to make a 3D, scrolling back and forth, platformer game! please sign up to help!
I want all of the jobs! 

- HyperLuke999
-
Scratcher
100+ posts
Trying to make a 3D, scrolling back and forth, platformer game! please sign up to help!
Not really, because scratch uses sprites, you can have 1 costume for any possible rotation amount, but you can use models, but scratch doesn't allow it.Actually you need to model the charcters in a 3-D modelling/animation software like blender or autodesk. Unless you're a master editor…I can help, I can make photoshop images of the sprites to make them look 3D\
This is the only way to do it, but what characters will we put in 3D?
- oxiti8
-
Scratcher
1000+ posts
Trying to make a 3D, scrolling back and forth, platformer game! please sign up to help!
sure!It's not, it's not going to be cubes and pixels, but it is going to be 3-D…well it's hard to get sprites to work in a 3D enviroment so we will have to render them with the maze.
Hello? this IS NOT GOING TO BE LIKE MINECRAFT!![]()
![]()
![]()
![]()
![]()
I'm a beginner at 3-D modeling but I do know enough to make a charcter. Too bad I'm still learning how to UV unwrap and add colors/textures…
Just count me in for the modeling… If I learn how to add precious colors I will inform you.
- oxiti8
-
Scratcher
1000+ posts
Trying to make a 3D, scrolling back and forth, platformer game! please sign up to help!
I want to be an animator and level designer.ok. sure.
- oxiti8
-
Scratcher
1000+ posts
Trying to make a 3D, scrolling back and forth, platformer game! please sign up to help!
I want all of the jobs!ok!
- oxiti8
-
Scratcher
1000+ posts
Trying to make a 3D, scrolling back and forth, platformer game! please sign up to help!
Coders are needed most right now.- iamawesomebob
-
New Scratcher
1 post
Trying to make a 3D, scrolling back and forth, platformer game! please sign up to help!
I can do basic stuff. srry I'm pretty new to scratch
- agent59
-
Scratcher
11 posts
Trying to make a 3D, scrolling back and forth, platformer game! please sign up to help!
YEEEEEES, I suppose you are correct, but if we convert the character animation files into GIFs then we can work with them on scratch!Not really, because scratch uses sprites, you can have 1 costume for any possible rotation amount, but you can use models, but scratch doesn't allow it.Actually you need to model the charcters in a 3-D modelling/animation software like blender or autodesk. Unless you're a master editor…I can help, I can make photoshop images of the sprites to make them look 3D\
This is the only way to do it, but what characters will we put in 3D?
- agent59
-
Scratcher
11 posts
Trying to make a 3D, scrolling back and forth, platformer game! please sign up to help!
Okay, when do we start the game?
- EAPotter
-
Scratcher
18 posts
Trying to make a 3D, scrolling back and forth, platformer game! please sign up to help!
I would be glad to help with any part but I think I would be best at animation or 3D engines
also I'm pretty good with 100% pen games (which is what you need for 3D games in scratch…normally)
you can check my profile.


































































also I'm pretty good with 100% pen games (which is what you need for 3D games in scratch…normally)
you can check my profile.


































































- HyperLuke999
-
Scratcher
100+ posts
Trying to make a 3D, scrolling back and forth, platformer game! please sign up to help!
OkayYEEEEEES, I suppose you are correct, but if we convert the character animation files into GIFs then we can work with them on scratch!Not really, because scratch uses sprites, you can have 1 costume for any possible rotation amount, but you can use models, but scratch doesn't allow it.Actually you need to model the charcters in a 3-D modelling/animation software like blender or autodesk. Unless you're a master editor…I can help, I can make photoshop images of the sprites to make them look 3D\
This is the only way to do it, but what characters will we put in 3D?
- I_LIKE_YO_SCRATCH
-
Scratcher
26 posts
Trying to make a 3D, scrolling back and forth, platformer game! please sign up to help!
forever
clear
set pen color to [#ff0088]
go to x: (() + (0)) y: (0)
end
- hello2248
-
Scratcher
100+ posts
Trying to make a 3D, scrolling back and forth, platformer game! please sign up to help!
Please do not necropost or spam
- I_LIKE_YO_SCRATCH
-
Scratcher
26 posts
Trying to make a 3D, scrolling back and forth, platformer game! please sign up to help!
IDK what I'm doing. This is my first time on discuss.
forever
clear
pen up
set pen color to [#ff0088]
go to x: ((variable) + (50)) y: (0)
pen down
go to x: ((variable) + (100)) y: (0)
end
I think this is what I want
- Harakou
-
Scratcher
1000+ posts
Trying to make a 3D, scrolling back and forth, platformer game! please sign up to help!
IDK what I'm doing. This is my first time on discuss.The forums are for specific discussion. Please make sure that your posts contribute to that discussion and relate to the topic in the original post. If you want to play with Scratch blocks, please use the official testing thread.forever
clear
pen up
set pen color to [#ff0088]
go to x: ((variable) + (50)) y: (0)
pen down
go to x: ((variable) + (100)) y: (0)
end
I think this is what I want
I'm closing this thread since it's old and seems dead, but OP can ask for it to be reopened if they want.
Last edited by Harakou (Feb. 13, 2016 20:28:13)
- Discussion Forums
- » Collaboration
-
» Trying to make a 3D, scrolling back and forth, platformer game! please sign up to help!













