Be a Supporter!
AS2 Stoping Posted January 7th, 2011 in Game Development

I am in the process of stopping a flash while text is at play and using my button to continue it which works fine.

However I don't want the sound/music to stop along with. Is making the sound as in Music in this case a Event my only option and if that is so. Will it repeat if the text is left on long enough or am I stuck using the repeat option. So to summon the Event option down I would need to keep to switch tracks and I cant seem to figure out how to stop a Event sound without corrupting.

All I want to know is if there is a better option or one to improve this one? Thanks.

Response to: Actionscript "Button/Key" question Posted December 25th, 2010 in Game Development

At 12/25/10 02:34 AM, sandwich-eater wrote: Depends if this is a movie or a game.
If it's a movie, and you want it to stay there until they press continue, then put stop(); on the frame, make a button and add this code on it:

on(Press){
nextFrame();
}

Yeah I got confused . Thanks. :)


Alright I have done this on professional 8. I am currently using CS4 and the damn thing wont work how I want it to... Below is explained.

What I am wondering is how do you make text or ANYTHING in a flash continue by pressing a key on the keybored OR clicking a button in the flash, etc. Alright say the flash needs to stop so everyone can read any character expressions continue but long enough they can read it OR skip it and then continue on and repeat. Just an Idea of what I need to know. Thanks for any help. :)

I am familiar with AS period its just I am starting to get confused. XD

Actionscript question! Posted December 22nd, 2010 in Animation

Alright I have done this on professional 8. I am currently using CS4 and the damn thing wont work how I want it to... Below is explained.

What I am wondering is how do you make text or ANYTHING in a flash continue by pressing a key on the keybored OR clicking a button in the flash, etc. Alright say the flash needs to stop so everyone can read any character expressions continue but long enough they can read it OR skip it and then continue on and repeat. Just an Idea of what I need to know. Thanks for any help. :)

I am familiar with AS period its just I am starting to get confused. XD