help change as2 to as3 and newsgroup info
Hi,
Can anyone help me change the following into AS3?
on(rollOver){
this.gotoAndPlay("s1");
}
on(rollOut){
this.gotoAndPlay("s2");
}
on(release){
_parent.myFLVplayback.pause()
_parent.stratBox5e._visible = !_parent.stratBox5e._visible;
_parent.stratBox5e.gotoAndStop("p5");
}
Thank you.
Also, does anyone know if this forum is accessible via news reader?
I was using macromedia forums for the longest time via
outlook express, but it doesn't seem to be working anymore.
Thank you.
-ToeCutter