Moving 2d objects on a 3d plane - AS3
Posted
by Borkz
on Stack Overflow
See other posts from Stack Overflow
or by Borkz
Published on 2010-06-11T04:28:50Z
Indexed on
2010/06/11
4:32 UTC
Read the original article
Hit count: 242
I have a 2d plane rotated on its x axis, with 2d display objects I want to move around on the plane. Its pretty similar to a chess board:
http://static.open.salon.com/files/chess011237853612.jpg
The board is a rotated rectangle, and the pieces are just 2d display objects. Whats the easiest way to manipulate those objects so they appear to be moving on the board?
© Stack Overflow or respective owner