Comunidad de diseño web y desarrollo en internet online

Problema con la variables

Citar            
MensajeEscrito el 08 Dic 2012 05:56 pm
Hola, necesito ayuda con las variables, siempre me están dando dolor de cabeza, no puedo llamar las variables desde un boton ni un clip de pelicula, y cuando las pongo en un frame pasa de mi, lo raro es que en el frame anterior donde he definido las variables si funciona...no entiendo el porque, a ver si alguien peude ayudarme, os adjunto parte del codigo porque son muchas piezas de un puzzle y solo os pongo una que sino es mucho lio

Código ActionScript :

if (piezauno == 1){
_root.ipiezaunoclip.swapDepths(2);
_root.ipiezaunoclip.onPress = function () {
   startDrag ("_root.ipiezaunoclip", true);
   this.swapDepths(26);
}
_root.ipiezaunoclip.onReleaseOutside = function () {
   stopDrag ();
   if (_root.ipiezaunoclip.hitTest(_root.ipiezaunoclipfondo)) {
   _root.ipiezaunoclip._x=_root.ipiezaunoclipfondo._x;
   _root.ipiezaunoclip._y=_root.ipiezaunoclipfondo._y;
   piezauno = 2;
   _root.ipiezaunoclip.swapDepths(1);
   }else {
      _root.ipiezaunoclip.swapDepths(2);
   }
   }
   }else {
      _root.ipiezaunoclip.swapDepths(1);
   }


Espero que me podais ayudar porque le estoy dando vueltas y más vueltas pero no hay manera

Muchas gracias por todo

Saludos

Por Vancarl

5 de clabLevel



 

firefox
Citar            
MensajeEscrito el 11 Dic 2012 07:42 pm

Por solisarg

BOFH

13669 de clabLevel

4 tutoriales
5 articulos

Genero:Masculino   Bastard Operators From Hell Premio_Secretos

Argentina

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.