salve a tutti,
sto cercando di applicare l' onRelease e onPress per un clip, cosa che č facile se si tratta di un pulsante ma per un clip ho problemi ad impostare tutte e due le modalitį
sto cercando di risolvere con un test:
ho provato conCodice PHP:
btn.onRelease = function (){
trace("ciaoo");
}
ma nulla...Codice PHP:
btn.onRelease, onPress = function (){
trace("ciaoo");
}
qualcuno saprebbe dirmi come risolvere?
grazie in anticipo.
![]()