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_FRAME, 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.
Don't worry - during the series I'll be optimizing PV3D for CS4 ... we will start the process in Chapter 2...
mikenku 2 years ago
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_FRAME, 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.
polyrhythmm 2 years ago