2009-07-20

Solved It!

I have been having A LOT of trouble trying to get my Papervision3D to run a tween just after loading. I spent a good part of the weekend trying to get it to work with no avail. Today I decided that it was time to use a process of elimination with event listeners to work it out, luckly for me it was the third event FlashDevelop's drop down list. Here is the code "view" is a BasicView and "zoomCamera" is the function called after loading view:
view.addEventListener(Event.ADDED_TO_STAGE, zoomCamera);

No comments:

Post a Comment