Flash Pro 8 Play Button Help

Printed from http://www.compatdb.org/support/topics/175782_flash_pro_8_play_button_help.html

Flash Pro 8 Play Button Help - 11/05/06 09:21 AM

I am trying to make a play button to make it so when I click on it , it takes me to the nect scene (scene 3)

I used this script

on (release){
nextScene();
}

and it didnt work.. plz help me here