In this tutorial, you learn how to use GlobalToLocal3D. This tutorial was created to assist with learning Professional Papervsion3D written by Mike Lively.
In this tutorial, you learn how to use GlobalToLocal3D. This tutorial was created to assist with learning Professional Papervsion3D written by Mike Lively.
Like to rate videos and let people know what you think?
Automatically share your ratings, favorites, and more on Facebook, Twitter, and Google Reader with YouTube Autoshare.
Autoshare makes certain YouTube activities public on the services you choose. Select only the services you are comfortable with - like Facebook, Twitter, or Google Reader - to let your friends know what you like on YouTube. You can turn Autoshare off at any time.
Like to share videos with friends?
Automatically share your ratings, favorites, and more on Facebook, Twitter, and Google Reader with YouTube Autoshare.
Autoshare makes certain YouTube activities public on the services you choose. Select only the services you are comfortable with - like Facebook, Twitter, or Google Reader - to let your friends know what you like on YouTube. You can turn Autoshare off at any time.
hey mike, i imported all the papervision classes and hooked it up. Unfortunately i didn't know that cs4 is kind of quirky with pv3d and now even the most basic functions are throwing errors
addEventListener(Event.ENTER_F RAME, onEnter);
function onEnter(event:Event):void{ trace("working"); //bg.y -=2;
}
like this is throwing an error expecting '{' after void.
do you know how i'd fix that?
i've unhooked the associations and deleted all the classes.
Autoshare makes certain YouTube activities public on the services you choose. Select only the services you are comfortable with - like Facebook, Twitter, or Google Reader - to let your friends know what you like on YouTube. You can turn Autoshare off at any time.
addEventListener(Event.ENTER_F RAME, onEnter);
function onEnter(event:Event):void{
trace("working");
//bg.y -=2;
}
like this is throwing an error expecting '{' after void.
do you know how i'd fix that?
i've unhooked the associations and deleted all the classes.