Good morning,
 
There is two buttons on the same level wich launch a function :

btn2.onRelease=btn1.onRelease =function () {
play (); 
}; 

I put a button at the level40 and it doesnt work, do you ssee why ?

_level40.btn2.onRelease=btn1.onRelease =function () {
play (); 
}; 

Thank you



_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to