Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/04/2011, 17:05
Avatar de Hugo_Euan
Hugo_Euan
 
Fecha de Ingreso: abril-2011
Ubicación: Mérida, Yucatán, México
Mensajes: 193
Antigüedad: 13 años
Puntos: 71
Respuesta: AS3 cambiar getURL x gotoandStop

Código ActionScript:
Ver original
  1. public function releaseHandler(event : MouseEvent) : void
  2. {
  3. var item : MovieClip = MovieClip(event.currentTarget); //trace(item.name);
  4. var mcParent : MovieClip = MovieClip(item.parent);
  5. // test if the releasse event comes from the same item that was pressed
  6. if(item == this.currPressedItem){
  7. switch(item.name)
  8. {
  9. case "mcHolder":
  10. gotoAndPlay(fotograma al que quieres ir);
  11. break;
  12.                 }


ESPERO TE SIRVAAA !!! EXITO !!!