Actionscript
Actionscript
- Started
- Last post
- 4 Responses
- Bullitt
You gingos help me out here.
Iam crap at actionscript, but this is what I got so far :
stop();
this.part2_mc._visible = false;
//function to show animation
this.tv_btn.onRelease = function(){
nextFrame();
part2_mc._visible = true;
part2_mc.gotoAndPlay(1);
};
stop();
this.part3_mc._visible = false;//function to show animation2
this.tv2_btn.onRelease = function(){
nextFrame();
part3_mc._visible = true;
part3_mc.gotoAndPlay(1);
stop();};
The first part is working fine.. but animation2 is not working at all when I click on the button, anyone know what iam doing wrong? no syntax errors.
Cheers!
- UndoUndo0
if part3_mc is on the main timeline use _root.part3_mc for every reference of this MC
- Bullitt0
still not working chief?
- Bullitt0
Help!
- vrmbr0
sorry, can't help.. but can bump