ok so im making a druming game and when you click on a drum it goes to a scene in wich there is a drum sound and an animation the problem is im trying to use the keys to make the button go to the scene. ok so i click on the button go to actions and insert this code
if(Key.isDown(65)) {
gotoAndPlay("Scene 2", 1);
}
i test the movie and hit the "a" key and guess what?..... nothing happens what am i doing wrong i despretly need help ive been stuck on it for days
thanks