this is basically how it looks now
addEventListener(MouseEvent.ROLL_OVER, rollFunc);
//or you could do this: mc.addEventListener(MouseEvent.ROLL_OVER, rollFunc);
function rollFunc(e) {
rewind = false;
play();
}
Printable View
this is basically how it looks now
addEventListener(MouseEvent.ROLL_OVER, rollFunc);
//or you could do this: mc.addEventListener(MouseEvent.ROLL_OVER, rollFunc);
function rollFunc(e) {
rewind = false;
play();
}
It doesn't like the "rewind"
1120: Access of undefined property rewind.
any other ideas?
you have to declare variables... so write this before all:
var rewind:Boolean;
That worked. Thanks
Seems like jasonmerchant.com is having dns issues.
Is this site down for anyone else? I cant access it.
it is down.. can any one reup those tutorials?
Question.How do you click on a swatch color and it makes the car correspond to that particular color? I see a lot of these adds on the internet where the dealerships are asking potential customers to design your own car color by clicking on a small swatch color.
Wow this is an old thread!
I'd post a new thread elsewhere about that.. Someone I'm sure has created a class for it too. Never done that.