Hola,Tengo una duda...sera q hay un script q active un btn cuando llegue a un fotograma en la linea de tiempo???
Código ActionScript : btn.enabled = false; onEnterFrame = function() { if(_currentframe == 10){ btn.enabled = true; } }