Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/11/2009, 11:09
Avatar de Eskombro
Eskombro
 
Fecha de Ingreso: septiembre-2009
Ubicación: Colombia
Mensajes: 437
Antigüedad: 14 años, 7 meses
Puntos: 22
Respuesta: emular onRelease

Código actionScript:
Ver original
  1. function miAccion(){
  2. trace("Hola Mundo");
  3. }
  4.  
  5. boton.onRelease=function(){
  6. miAccion();
  7. }
  8.  
  9. function emularComportamiento(){
  10. miAccion();
  11. }
  12.  
  13. emularComportamiento();
__________________
Blog AS3 Ideas -> Programación en ActionScript 3
________
Esk Games | Free online flash games