Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » I'd to make a 3D game.
- FruitFoop
-
19 posts
I'd to make a 3D game.
I want to make a 3D game. I've tried, but failed. I hope you can help me!
- ScratchinJoJo
-
100+ posts
I'd to make a 3D game.
It's very complex. You will have to know a lot of maths (sin, cos etc). You also need to draw every single thing in your game with the pen without screen refresh. You can check out @WO997 , he made some good stuff. Or you can check @griffpatch his laser tag game, which is also completely 3d. These things take a lot of time to make, and they are really not easy.
You could do 2.5d, which is a bit easier. In 2.5d you can move your character on the z axis (away from you or to you) by moving a little bit up or down, and by zooming your sprite. Then you can hold his ‘position z’ in a variable to check if he hits something or do other stuff in your game.
You can find plenty of these projects as an example
I hope it helps
You could do 2.5d, which is a bit easier. In 2.5d you can move your character on the z axis (away from you or to you) by moving a little bit up or down, and by zooming your sprite. Then you can hold his ‘position z’ in a variable to check if he hits something or do other stuff in your game.
You can find plenty of these projects as an example
I hope it helps
- FruitFoop
-
19 posts
I'd to make a 3D game.
Thnx It's very complex. You will have to know a lot of maths (sin, cos etc). You also need to draw every single thing in your game with the pen without screen refresh. You can check out @WO997 , he made some good stuff. Or you can check @griffpatch his laser tag game, which is also completely 3d. These things take a lot of time to make, and they are really not easy.
You could do 2.5d, which is a bit easier. In 2.5d you can move your character on the z axis (away from you or to you) by moving a little bit up or down, and by zooming your sprite. Then you can hold his ‘position z’ in a variable to check if he hits something or do other stuff in your game.
You can find plenty of these projects as an example
I hope it helps
- Discussion Forums
- » Help with Scripts
-
» I'd to make a 3D game.