PDA

View Full Version : vanishing point


peterjunsworth
07-13-2009, 04:34 AM
Hi,

Fairly new to ActionScript 3.
I am creating a series of solid rectangles which will be acting as butttons for my site, a new rectangle is created by looping through an XML List, 1 rectangle for each title in my List.
They will be displayed 1 above another down the left hand side of my screen.

What I want to do, if possible, is create a vanishing point on the right hand side of my screen which the rectangles will use to alter their perspectives.

Obviously the rectangles with a far different Y position to the vanishing points, will display with a greater perspective.

Does this make sense and is it possible with ActionScript?

Thanks

TomMalufe
07-13-2009, 01:39 PM
It makes sense and yes it is possible. Where would you like to go from here?

peterjunsworth
07-15-2009, 02:20 AM
Should I be looking into: PerspectiveProjection?