nasih
July 19, 2003, 8:57am
1
Hi ,
Thanks for your time.
I am creating a CD presentation. and got stuck on one error.
Problem :
when user clicking on “Close Presentation” button , this script works :
on (release){
_root.createEmptyMovieClip(“MCclose”, 4);
_root.MCclose.loadMovie(“MCclose.swf”);
_root.MCclose._x = 0;
_root.MCclose._y = 0;
}
and it loads a “MCclose.swf” asking that “Are you sure to Quit ?”. Upto this part its working fine.
And in this clip, there is two button, one for QUIT and the other for CANCEL.
The script used for Quit button is :
on (release) {
fscommand(“quit”);
}
The script used for CANCEL button is :
on (release) {
MCclose.removeMovieClip();
}
But its not working…Please help me
xpecting help,
Nasih
system
July 19, 2003, 8:59am
2
Which part is not working, the fscommand or removeMovieClip (or neither of both?)? :-\
system
July 19, 2003, 9:14am
3
thanks,
Both buttons are not working…
system
July 19, 2003, 9:58am
5
Yeah…I treid with making Projector also…but still not
Here I am attaching a .zip file , the Fla files.
Please check .
system
July 19, 2003, 10:04am
6
There are no files in the ZIP… ? :sleep:
system
July 19, 2003, 10:44am
7
Sorry kode…
Acutually my file size was over than alowed,
now I made it smaller.
please look
system
July 19, 2003, 11:26am
8
WOW!! You had a lot of Buttons in there.
I removed them (I didn’t remove them from the Library though), it works now.
system
July 19, 2003, 12:27pm
9
Hi kode,
Thanks a lot… thanks
especially for your fast response.
my project was going smoothly…but got stuck on the last moment for this closing part.
now i can go ahead and complete…
cheers
Nasih
system
July 19, 2003, 12:31pm
10
No problem, Nasih. =)
Glad I could help! :beam: