basepointdesignz
Programmer
Hi,
I'm having problems with a button. I've given it a insatnce name etc... but no matter what I actionscript I give it, it won't run properly. Basically, I'm using it as an exit/close button but it won't close with the code:
....or what I'd like it to do is go to an eding scene, with my company logo in a small aniamtion, which I've already created, but I've tried attching the following to the exit button and it still won't work...
Is it a problem with my button? I created it from within Flash!
Cheers,
Paul @ Bullet-Proof Designz..
BULLET-PROOF DESiGNZ
renegade@tiscali.co.uk
I'm having problems with a button. I've given it a insatnce name etc... but no matter what I actionscript I give it, it won't run properly. Basically, I'm using it as an exit/close button but it won't close with the code:
Code:
on (release) {
fscommand("quit");
}
....or what I'd like it to do is go to an eding scene, with my company logo in a small aniamtion, which I've already created, but I've tried attching the following to the exit button and it still won't work...
Code:
on (press) {
gotoAndPlay("End logo", 1);
}
Is it a problem with my button? I created it from within Flash!
Cheers,
Paul @ Bullet-Proof Designz..
BULLET-PROOF DESiGNZ
renegade@tiscali.co.uk