Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

yes, yes... very serious. the 3D rotation wasn't all that hard. all it takes to make something rotate in 3D in Scratch is the image data, 3D projection and trigonometry. to go from (x,y,z) to (x,y) you just divide x and y by z (x/z,y/z). then warp the sprite between four rotating points (trig)