ActionScript 2.0 :: Simple Button Press With Sounds And Audioloop

Feb 10, 2011

I'm trying to put together a simple flash file for a project I'm wokring on and can't seem to work out the actionscript to do what i want! Wondered if someone would be able to help me here? It's very simple what i want to do... I have 3 short sounds and one button. On pressing the button i want the sound1 to play, then as soon as it's finished start looping sound2 untill the button is released when sound3 would play. I hope this makes sense. (im using flash CS5 but set for actionscript 2/flash8, if it's easier in actionsscript 3 and flashCS5 let me know and ill change my approach)

View 1 Replies


Similar Posts:


ActionScript 2.0 :: Random Sounds On Button Press?

Jan 20, 2009

im currently trying to make a game for a college project, im using flash professional 8,
the game rquires a random sound to be played on a button click, but i have no idea how to do that? all my sounds have instant and libary names of sound_1, sound_2 ect and i currently have this actionscript in place on the button, the button is called play_sounds.

play_sounds.on(mouseDown) = function(){
var randNum = Math.ceil(Math.random() * 10);
var mySound = new Sound();

[code]....

View 3 Replies

ActionScript 2.0 :: Play Sounds On A Key Press?

Jul 28, 2004

I'm trying to play a sound on a space bar press. I am using Flash MX

View 3 Replies

ActionScript 2.0 :: Use With Music Is Affecting All Other Sounds - Button Sounds And Background Sound

Apr 16, 2010

I followed the mp3player tutorial (part 3) from [URL] and got it working fine. Only problem is that the setVolume I'm trying to use with my music is affecting all my other sounds - button sounds and background sound. I'm aware of the createEmptyMovieClip/attachSound approach and got it working on my other sounds. But Lee's tutorial-mp3player is using a slight different technique, and so my normal approach doesn't quite work.

[Code]....

View 7 Replies

ActionScript 2.0 :: When Press A Button Mc Starts A Countdown But Every Other Press Doesn’t Reset It?

Jan 13, 2009

How can i make it so a when you press a button it starts a countdown but every other press dosent reset it?

View 14 Replies

Actionscript 3.0 :: Simple Method To Mute All Sounds

Mar 5, 2009

My flash application plays and streams lots of sounds at different and random times.it also has some loaded swf with sound...is there any simple method to mute all the sounds using as3.

View 2 Replies

ActionScript 2.0 :: Snap - Press Button To Detect The Last Button Pressed And If The Shapes Match

Jan 12, 2009

I want the press button to detect the last button pressed and if the shapes match, make them do something...obviously. I think I'm going at it the wrong way. I need to stick a "triange" id into the button/mc then if compares that and then if there is a match works then... right?

[Code]...

View 1 Replies

Professional :: When Press On The Button The Stars Will Be Flying From The Button And The Sound Will Play?

Jan 29, 2011

i'm designing a website in flash8... now i have created some buttons, and i want that when i click on the button stars will fly from them and there will be a sound... i have already created the animation of the stars seperatly and it's in the library, i have also the sound file.... i just can't remember how to put everything together.... when i'll press on the button the stars will be flying from the button and the sound will play?

View 3 Replies

ActionScript 2.0 :: Changing The Function Of A Button Depending On Previous Button Press?

Mar 14, 2007

I'm loading in 5 jpegs from an external file using "loadMovie" and i have 5 corresponding buttons (1-5) to load them with.

I want to change the jpeg the button loads in depending whether a separate navigation button has been pressed -

i.e.

navigation buttons:

-motorbike pics
-car pics
-lorry pics

If a user clicked on "car pics" then the loading buttons 1 to 5 would load "car1.jpg", "car2.jpg" and so on...

similarly if the user clicked on "lorry pics", the same loading buttons 1 to 5 would load "lorry1.jpg" and "lorry2.jpg"

View 1 Replies

ActionScript 1/2 :: Rotate On Button Press Or Button Hold 180 Degree

May 14, 2010

here is my code,
 
[Code]....
 
This is running on Enterframe but  I want to ratate 180 degree and on button press and hold button

View 1 Replies

ActionScript 2.0 :: Simulated Button Press Of A Dynamically Created Button

May 29, 2008

i have a set of buttons cranked out from and XML file. how can i emulate, in code, a press on one of those buttons? i'd like to 'press' one of them for an initial state so that the list it controls will load first off instead of waiting for the person to click it manually and THEN show the list it's connected to. thing is, the first loaded list is going to be random, so i need to 'press' what on another day/load would be a button that the user would press themselves.

in other words, i have 3 buttons. on random, i have to 'press', say button 2, to start. users can press 1 or 3 and then 2 again if they like. another time, it's button 1 that gets 'pressed' on load, etc. make sense? i have a sneaking suspicion it might be easy... or stupidly convoluted.

View 5 Replies

ActionScript 2.0 :: Disabled Button When One Of The Button Being Press

Dec 20, 2005

I have 6 button call m1-m6...ok my problem is how to disabled button when one of the button being press...and also stt.text will display crrently selected button...coz currently when I press the button it never stated and also 'stt.text ' also show nothing.

[Code]...

View 10 Replies

ActionScript 2.0 :: Disable Button By On Press Another Button

Dec 1, 2010

I have a button which on press will go to next frame. I want to disable this button by on press another button.[code]

View 2 Replies

ActionScript 3.0 :: Add Sounds To A Button?

Feb 9, 2009

I would like to add sounds to a button, so when I roll over it, it plays the sounds. The thing is I would like the sound to be programmed in AS3, not imported like normal.

View 1 Replies

ActionScript 2.0 :: Changing Sounds Via A Button?

Jan 9, 2003

I am making a website, and have 5 loops that I would like to use.I need a button that will change between those 5 loops.I also need a button that will mute and unmute all sounds.

View 1 Replies

ActionScript 3.0 :: Synchronize Sounds Perfectly To Do A Kind Of Audio Mixer Using Different Sounds?

Feb 7, 2011

I want to synchronize sounds perfectly to do a kind of Audio Mixer, using different sounds. [URL] does it perfectly, I've been researching and researching and I just don't know how to do it! How does [URL] synchonize audio so perfectly? you can even change sounds and the new ones will come on time! How do I do that? Is it just Action Script? or something else?

View 1 Replies

Press On Button And It Goes To The Next Scene?

Jan 19, 2012

I know how to make a button and all.. but what do I do to make it go to the next scene?

scene 1: Startsidan
scene 2: Sidan

I made a frontpage and when I click on the picture I want it to go to scene 2, where it enters the inside.

the button is called PortalenKnappen, I want to be able to just press on it and it will go to the "sidan(scene 2)" that's empty at the moment.

what would I have to write? I've tried "portalenKnappen.onPress nextScene("sidan", 1"); but it doesn't work.

View 1 Replies

ActionScript 2.0 :: Press Button With It?

Jun 12, 2006

I know theres a way to do this.how to press a button with AS[code]...

View 7 Replies

ActionScript 2.0 :: Replace Button Comonent With Simple Button

Oct 26, 2009

I have found this fine example for multilanguage choice:URL...I have changed initLanguageSelector() to this:[code]It works OK with button component but I need it to work with simple movieclip or button.

View 2 Replies

ActionScript 3.0 :: Stop All Sounds On Button Release

Jul 11, 2010

Im making a soundboard and I chose AS3 by accident.What I need the code to do is STOP the CURRENT sound from playing if another is pressed. the code that worked for AS1 and AS2 was onMouseDown [code] plays the sound once and messes the sound up after playing for only half a second or not at all.

View 5 Replies

ActionScript 3.0 :: Using A Button To Stop All Sounds From External SWF?

Nov 16, 2009

I did a search here and I am not sure my question was answered exactly, and even if it was, I wouldn't know it. My problem is going above and beyond what the project calls for. So here we go:I have an external swf that I have loading in when you press a "play" button. Now I need to have a button that stops the sound ONLY on the externally loading swf. I assume from what I have Googled to death that this is called "stopping all sounds". I have also come upon a sound mixer dealy-o, but I'm not sure that is what I am trying to do?????I keep reading about SoundMixer.stopAll (); but this looks to mute the sound all together with no use of a button. So I am ASSUMING that there is more code to add to this when it comes to using a button.

So, I would like to know the EXACT code I need to use to get it working...if at all possible. I named my sound button "btn3_btn" and my mute button "btn4_btn" for now. I want a separate button to turn the sound back on once it has been muted.

View 9 Replies

ActionScript 2.0 :: Adding Button To Mute All Sounds

Jan 26, 2010

I've produced an instructional animation for a client who now wants to add a mute button. There are several sound clips throughout the movie. How do I achieve this?

View 4 Replies

ActionScript 2.0 :: Starting And Stopping Sounds With One Button

Aug 17, 2010

I want to play my songs in my Flash site..

I tried Making the song title as a button, and then I figured out how to make the song play by releasing the mouse button. This works great, however, when I click on the button numerous times, the song starts playing numerous times..

What I would like is to be able to click on my Song_btn once to start the song, and then click again on the Song.btn to stop the song.

or another option is to start the song with the Song_btn, and then some way to just let that song play through.

I have used the "stop all sounds" command when you navigate away from that songs particular page..

View 9 Replies

ActionScript 3.0 :: Start / Stop Sounds On Button Not From URL

Sep 2, 2011

im using actionscript 3 with a button to play a sound, the only thing is I dont want to play the sound from a URL i want to play it from a sound imported into the library, im sure its simple I just dont know how.

[Code]...

View 7 Replies

ActionScript 2.0 :: Background Sound And Button Sounds?

Aug 8, 2003

I made 2 sounds: background and button sound.This is the code:

_root.onLoad = function() {
backgroundSound = new Sound(this);
backgroundSound.attachSound("sound_root");

[code]....

View 3 Replies

Play A Sound On Button Press?

Aug 11, 2009

OK, say I have a button that does something, like go to the next frame, is there anyway to have it play a simple sound located in the library without looping?

View 8 Replies

F8 :: When Press On Button / Will Go To Another Frame Of Layer?

Apr 28, 2010

How can i do that when you press on a button you will go to another frame of the layer?I am using Macrome6dia Flash Professional 8!

View 1 Replies

Motion After Button Press Navigation?

Aug 1, 2011

i want the main page to drop off after button press

View 2 Replies

ActionScript 1/2 :: Press On Button And Hold Down

Apr 15, 2010

when i press on Button and hold down i want to increment.[code]

View 6 Replies

ActionScript 3.0 :: Add Key Press To Button Listener?

May 20, 2010

I'm still struggling with a move from AS2 to AS3 so please be gentle with me I have this code for a submit button used with a log in form and I'd like to allow users to press the enter key as well as clicking the button.

[Code]...

View 5 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved