The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.34 / 5.00 31,296 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.07 / 5.00 10,082 ViewsHow do you make subtitles? I'm going to start adding subtitles to my animations does anyone know how I would make actionscript a button at the bottom for the viewer to turn them on and off. I also want the subtitle button to carry over to the every other part of the movie too and not just one frame.
Oh, and one on how to make a play/pause button too would be cool too if possible.
"Whoever said 'winners never quit' obviously never considered addicts." - Hoeloe
At 9/12/08 12:34 AM, Final-X wrote: How do you make subtitles? I'm going to start adding subtitles to my animations does anyone know how I would make actionscript a button at the bottom for the viewer to turn them on and off. I also want the subtitle button to carry over to the every other part of the movie too and not just one frame.
Oh, and one on how to make a play/pause button too would be cool too if possible.
I think there was a thread about subtitles like 30 minutes ago :P I redirected the guy to this link, and I'm redirecting you to it, too. The script is by me, of course *bows*
http://www.newgrounds.com/bbs/topic/1023 358
To the second part of your question, just make sure the button is on a layer that spans the length of the entire time you want the movie to play.
To the third part of your question, just use these on buttons:
on(release){;play();}
on(release){;stop();}
Or this on Movie Clips serving as buttons.
on(release){;_root.play();}
on(release){;_root.stop();} If I offer to help you in a post, PM me to get it. I often forget to revisit threads.
Want 180+ free PSP games? Try these links! - Flash - Homebrew (OFW)
for the subtitles, make an mc and give it the var subtitles, and apply this as to the mc:
onClipEvent(load){
this._visible = false;
}
for the play button, make an mc and give it this as:
on(press){
_root.plsy();
}
and for the pause button:
on(press){
_root.stop();
}
Slint approves of me! | "This is Newgrounds.com, not Disney.com" - WadeFulp
"Sit look rub panda" - Alan Davies