How to make (illusion of) 2.5D

id: 730864

category: Questions about Scratch

posts: 7

try making a 3D costume sprite this simulates 3D
old 3D games are actually just 2.5D
so technically some 3D stuff on scratch are just 2.5D
as some 3D scratch projects uses 3D basics
Try using parallax and layered sprites to create an illusion of 3D

NotK3ndricAlt wrote:

Title
define 2.5D (times)
erase all
repeat (times)
change x by (2)
change y by (-2)
change [brightness v] effect by (-2)
stamp
end
repeat (times)
change x by (-2)
change y by (2)
end

TheUltimateHoodie wrote:

NotK3ndricAlt wrote:

Title
define 2.5D (times)
erase all
repeat (times)
change x by (2)
change y by (-2)
change [brightness v] effect by (-2)
stamp
end
repeat (times)
change x by (-2)
change y by (2)
end
One problem: I can see the sprite both middle and (nearly) bottom-left. Please fix your code.
when green flag clicked
oo

bastiancarcamo wrote:

when green flag clicked
oo
Hello, creator of this topic here. You have posted on an old topic of mine, and that is called necroposting.
A necropost is a post on an old, abandoned thread in the Discussion Forums that has been considered ‘dead’ for a while. Many times, people will do this to answer questions. Necroposting is seen as a form of spam and clogs up the forums with old and unneeded topics. Sometimes, users go through every old open topic on a sub-forum and post on it to intentionally get the topics closed or dustbinned.
Please do not necropost.