alexvoz / as3isolib

Automatically exported from code.google.com/p/as3isolib
0 stars 0 forks source link

IsoView not rendering IsoScene #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. copy and paste the code to see a blank .swf...?
2.
3.

What is the expected output? What do you see instead?
I expected to have the IsoView follow the box

What version of the product are you using? On what operating system?
Latest Version of isolib; Mac

Please provide any additional information below.
Just copy and paste the code

Original issue reported on code.google.com by gregma...@gmail.com on 9 Oct 2008 at 1:22

Attachments:

GoogleCodeExporter commented 9 years ago
IsoView is a subsclass of Sprite.  You had not added it to the display list.

addChild(isoView);

Original comment by jwopitz on 10 Oct 2008 at 5:32

GoogleCodeExporter commented 9 years ago

Original comment by jwopitz on 10 Oct 2008 at 5:32