Flash Piano - How To Get Each Instance Of Button To Play Unique Sound

Jun 15, 2009

I'm using flash CS4. I am trying to make a piano. It will be the header of a web page when the mouse rolls over a key the appropriate note plays- ideally the key would appear to be pressed as well. I have a jpg of a piano keyboard imported as a graphic. On a new layer I have made a button whos over state has a blank keyframe. I have imported that button to the stage and given the instance a name. I have attached a sound to the over keyframe (middle C).

I have dropped a second instance of the button onto the stage and given it a unique name. When I attach the next sound (D pitch) to the over state it changes the original middle C. How can I get each instance of a button to play a unique sound? I have tried using a new layer for each button but that didnt work. Do I have to make a brand new button for each note? I have reduced my design to include only 16 notes (I originally wanted 32 but I thought that may take too long to download)---

View 7 Replies


Similar Posts:


Flash :: Play Movie Clip Instance Inside Of Button Instance?

Apr 16, 2011

I placed a movie clip instance inside a button, and I want this movie clip to play when the button is released. I'm using this code on the frame containing the button:

function playMovie(event:MouseEvent)
{
this.theButton.theMC.gotoAndPlay(3);

[code].....

View 2 Replies

CS3 Click Piano Graphic With Sound And Labels?

Aug 10, 2011

A graphic of a piano keyboard with hot spots on each key when the user clicks two things happen.The note plays from a sound file a small graphic of the note displays where the note is on the staff and give the user the name. It stays until they move the mouse but the not only sounds once per click.

View 5 Replies

ActionScript 3.0 :: Play An Instance Of A Sound In A Soundchannel

May 3, 2011

I have some sounds in my library that I want to play in a soundchannel, but how? This is what I have so far:

var music:Sound = new Sound();var channel:SoundChannel = new SoundChannel();var sTransform:SoundTransform = new SoundTransform();var sound:SoundFile1 = new SoundFile1();  // Note: SoundFile1 is a class; in it is my soundfile in the library// music.load(sound); ??channel = music.play();

View 1 Replies

ActionScript 3.0 :: Use A 'master' Sound Instance ,that Can Play Multiple Times Simultaneously?

Jul 27, 2010

Imagine this scenario:The application is a Game, where the enemy characters can 'attack' the player, and each time they attack the 'Attack.mp3 file is played from the libraryNow my question is, if I have to create a new instance of the MP3 file in the memory, each time playing it, or can i use a 'master' Sound instance ,that I can play multiple times simultaneously.(similarly I can use one 'enemy.jpg' bitmapdata, that I can then copy to the screen with copyPixels, and only having it in the memory just once )IE if i have 50 'Enemy' characters running around the game

View 1 Replies

ActionScript 2.0 :: Play Sound/stop Sound Button?

Feb 13, 2007

i want to make a single button to play a sound, and if pressed again, stop the sound. and if pressed again, play the sound, and so on...
i know it has to be made with a boolean variable, true/false, but i just can't figure out how.

View 13 Replies

Actionscript 3 :: Flash Play/Pause Sound Toggle Button?

Sep 11, 2010

I've googled and googled but got no where or outdated tutorials. Anyone know how to make it so I can toggle audio with buttons using ActionScript 3 on Flash?

View 2 Replies

ActionScript 3.0 :: Unique Instance Name For Different Objects?

May 30, 2011

Is there anyway to have unique instance name for different objects at different frames..?

View 3 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 3.0 :: AttachMovie - Give Each Instance A Unique Name

Oct 1, 2009

How do I convert the following into Actionscript 3.0. I want to give each instance a unique name.

[Code]...

View 4 Replies

ActionScript 3.0 :: Accessing Instance Name In Play Button?

Jul 31, 2011

I created a button on the stage and made it a movie clip and called it's instance name "play_btn" then i made a document class "main.as" and a second class "play button.as". How is to access the instance name in the play button.as file like this...

public class login_page extends MovieClip {
public function login_page() {
play_btn.addEventListener(MouseEvent.MOUSE_DOWN, onPlayDown);
} public function onPlayDown(evt:MouseEvent):void {
trace("Test");
}}

And then I want to call the function in the main.as.. but the general problem is that I want to access the instance name "play_btn" in the "playbutton.as" file. I tried to link it to the class but i get this error: 1120: Access of undefined property play_btn.

View 4 Replies

ActionScript 3.0 :: Create Unique Movieclip Tree From An Instance?

Jul 2, 2011

I have a structure of movieclips, which is something like:

Top Level: My character's collision movieclip, stickman_root

Second Level: On each frame of the top level, the visual part of the character, in a different pose. stickman_stand, stickman_walk, etc

Third level: in each of the poses in the second level, the character itself is built of several smaller movieclips. stickman_head, stickman_torso, stickman_upperarm_l, etc...

So having created this structure, I'd like to be able to use it as a template. I'd like to turn an instance of the toplevel into a new, unique library symbol, and similarly everything under it should also get a new unique symbol, so I can modify those as needed without messing with my template. So that I can take this stickman template, and change the graphics to create someone less stick-ish, while still retaining the skeleton and animations I made. Create unique movieclip tree from an instance?

View 3 Replies

ActionScript 2.0 :: Creating Unique Instance Names For AttachMovie?

Aug 16, 2007

I'm currently making a TicTacToe game to help build my Flash experience and I've come across an issue. I'll try and explain what everything is doing in my code thus far. I know it's a lot of code for a forum post, but I don't want to leave anything out as someone may have a really nice way to work with this.

Code:
this will be switched to a user defined value (1 or 2), depending on which person the user decides should go first. currently it is set up for the 2nd player to go first

new _global.whosTurn();
_global.whosTurn = 2;

//this sets all cells DISABLED so, at the beginning of the game, any cell is selectable
cell1_isUsed = false;
cell2_isUsed = false;[code].....

View 4 Replies

ActionScript 2.0 :: Instance-variable (array) Is Supposed To Be Unique

Oct 21, 2004

I encountered a rather irritating problem yesterday. I wrote a class. The class has got 1 variable of the type :Array. its a public variable.On the scene i have 2 movieclips which are connected to my class through its linkage in the library.My problem is that even though the instance-variable (the array) is supposed to be unique for the instance only it gets overwritten for every new instance i create.for example. if i assign the first instance's array 2 values (1, 1)and the do the same with the second but here i change the values to (2,2) then when i check my first instance it has got the same values as the second instance...that is (2,2). [code]

View 2 Replies

ActionScript 3.0 :: Access The Instance Name In The Play Button.as File?

Jul 30, 2011

i created a button on the stage and made it a movie clip and called it's instance name "play_btn" then i made a document class "main.as" and a second class "play button.as".so what i want to do but can't figure out how is to access the instance name in the play button.as file like this...

public class login_page extends MovieClip {
public function login_page() {
play_btn.addEventListener(MouseEvent.MOUSE_DOWN, onPlayDown);[code]...

and then i want to call the function in the main.as.. but the general problem is that i want to access the instance name "play_btn" in the "playbutton.as" file...

View 3 Replies

ActionScript 3.0 :: Give Unique Instance Names To Multiple Children?

Jun 18, 2009

give unique instance names to multiple children of the same object?

I have a sprite that I would like to use action script to create 3 instances of on stage and then control each separately.

View 6 Replies

ActionScript 3.0 :: Classes - Access The Instance Name In The Play Button.as File

Jul 31, 2011

i created a button on the stage and made it a movie clip and called it's instance name "play_btn" then i made a document class "main.as" and a second class "play button.as" what i want to do but can't figure out how is to access the instance name in the play button.as file like this...

[Code]...

View 9 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

ActionScript 3.0 :: Make Button Instance Containing Movieclip Play Specific Frame?

Sep 27, 2011

What I want to do is have one movieclip that has many frames and turn that into a button and then make different instances of the button and have those instances display a certain frame of the underlying movieclip.

View 17 Replies

ActionScript 3.0 :: Make A Button To Play A Sound?

Sep 4, 2008

I've been trying to make a button to play a sound, I've created the button and have a sound in the library, but can't manage to get the button to play the sound!!! I get this error: 1120: Access of undefined property knock_sound.

I think I need to give the sound an instance name but it says I need to use AC2 to do that!!

View 3 Replies

ActionScript 3.0 :: Button Sound Wont Play?

Jun 13, 2010

after importing the sound to the library, and naming the class sound1, here is the code used
its a simple code, and theoretically should work - but for some reason, its not registering the sound as being played.....

View 7 Replies

ActionScript 3.0 :: Play / Stop Sound On One Button?

Jan 27, 2011

When you click the first time on the button, it should start the song, when you click a second time on the button, it should stop the song. how do i make this with actionscript 3?

View 1 Replies

ActionScript 3.0 :: Make A Button Play Sound?

Mar 26, 2011

I have been working on flash in school, and the school upgraded from flash MX to flash CS5, i have then gone to make my project in AS3, however, it is very diffrent from AS2

My problem, is, all i want is a button to play a song from the libray (not from a URL on the internet like the code snippet) and my ICT teachers have no idea how to use AS3. I also need is a play, stop and pause button, and a volume control slider, i CAN do all these on AS2, i infact have it set up (but without a pause button) but, i cannot do this in AS3 and i need it done bady.

View 4 Replies

ActionScript 3.0 :: How To Play Sound On Button Down State

Mar 30, 2011

How do I play a sound on CLICK or the button's down state? I know how to slap a sound on the timeline but not how to put it specifically to the button and it's down state.

View 3 Replies

ActionScript 2.0 :: Pause And Play Sound Button?

Dec 24, 2011

How to add both pause and play sound button in a single button.. on play it shows the image pause and on pause it shows the image play.

View 4 Replies

ActionScript 3.0 :: Play Sound On Click Of A Button?

Sep 11, 2006

I want to play a sound on click of a button. I can do this in AS 2.0

//Action Script 2.0

Code:

snd=new Sound();
snd.attachSound("try");
snd.start();

[Code].....

View 11 Replies

IDE :: Sound On/Off Button; Loop; Auto-play?

Jun 23, 2008

I'm almost done building a full flash site where it navigates by position of timeline.I just need a simple on/off button for a soundloop to loop and play automatically. the on/off button just simply turns it off (toggle is optional). on it doesn't have to resume, just start the pool again.

View 14 Replies

ActionScript 3.0 :: Play More Than Sound When Click Button?

Apr 17, 2011

i want to gotoAndPlay more than one sound Ex: when i click the button i want to play frame label m2 and frame labe m1 sound

playy.addEventListener(MouseEvent.CLICK ,pl);
function pl(event:MouseEvent):void
{
so.gotoAndPlay("m2");
so.gotoAndPlay("m1");
}

the sound play in the same time i want to finsh play frame label m2 then stop then play frame labe m1 and stop.

View 3 Replies

ActionScript 2.0 :: [Flash8] Getting Sound To Play When Keyboard Button Is Hit?

Dec 9, 2009

I think worded the question wrong or posted in the wrong catagory I keep geting error messages with this code in AS2.0

Code:
if (key.isDown(key.getCode(81))) {
_root.samplesound=new Sound();
_root.samplesound.attachSound("sample1")

[code]....

This is the message fore both pieces Statement must appear within on/onClipEvent handler Im trying to get the letter "q" to play a linked mp3 in my library When I apply the code to a seperate layer No error messages shows, but no sound plays. When I apply the code to a movie clip/button object, that message shows up!

View 2 Replies

ActionScript 2.0 :: How To Make Button To Play Specific Sound

Jun 22, 2004

I have a button that is actually a Movie Clip (so I can animate it). I want this button to play a sound. (But this isn't a sound question.) If I have a list of 20 sounds, and 20 instances of this button mc, how can I make it know which sound is being called for? If it were a normal button, each instance would have its own load- or attach-movie command. But since they're MC's, the invisible button hit is always the same. Is there a way to make it look to the MC's instance name to get which sound to load?

View 14 Replies







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