Be a Supporter!

Introscreen Trouble

  • 434 Views
  • 4 Replies
New Topic Respond to this Topic
Darkaxl
Darkaxl
  • Member since: Oct. 23, 2004
  • Offline.
Forum Stats
Member
Level 08
Blank Slate
Introscreen Trouble 2006-02-19 17:32:05 Reply

Ok, basicly put im having trouble with sounds.

Naruto introscreen

When i click any of the buttons i want the background music to stop, this may not involve AS and somthing to do with the music properties in any case i would like help.

Current Script for button

on(release){
gotoAndPlay("scene2",1);
}


BBS Signature
reelbigcheese
reelbigcheese
  • Member since: Aug. 12, 2005
  • Offline.
Forum Stats
Member
Level 18
Blank Slate
Response to Introscreen Trouble 2006-02-19 17:46:34 Reply

At 2/19/06 05:32 PM, Darkaxl wrote: Ok, basicly put im having trouble with sounds.

Naruto introscreen

When i click any of the buttons i want the background music to stop, this may not involve AS and somthing to do with the music properties in any case i would like help.

Current Script for button

on(release){
gotoAndPlay("scene2",1);
}

if you want all music to stop put
on(release){
stopAllSounds()}
but thats a crap way to do it cause it juist stops instantly without fade
you could put the background music in a movieclip with two frames the first frame with the music and the second frame with the music fading and on the first frame put stop();
and then put
on(release){
_root.mcname.gotoAndStop(2)}

Darkaxl
Darkaxl
  • Member since: Oct. 23, 2004
  • Offline.
Forum Stats
Member
Level 08
Blank Slate
Response to Introscreen Trouble 2006-02-19 17:52:43 Reply

I understand what you mean by Fading out but i really cant use flash's inbuilt, fader ¬_¬


BBS Signature
Jdid112
Jdid112
  • Member since: Jul. 24, 2004
  • Offline.
Forum Stats
Member
Level 12
Blank Slate
Response to Introscreen Trouble 2006-02-19 18:23:07 Reply

Very nice sprite work. Umm I can't help you though, not Pro at actionscript.


Say what you mean, then shut up.

BBS Signature
Darkaxl
Darkaxl
  • Member since: Oct. 23, 2004
  • Offline.
Forum Stats
Member
Level 08
Blank Slate
Response to Introscreen Trouble 2006-02-19 18:34:20 Reply

At 2/19/06 06:23 PM, creamy_hoor wrote: Very nice sprite work. Umm I can't help you though, not Pro at actionscript.

Thanks but the little clip played isn't the actual flash...just somthing i threw together when i was bored =P full work is going into it and starting tommorow. so expect it end of march start of april :P


BBS Signature