xiskya_lucy
2008-01-26 15:31:26 UTC
Hola, hace mucho que no me pasaba por aquí. Tengo un problema de actionscript:
Un botón que necesito que al hacer clic la primera vez vaya a un sitio, y al
voler a hacer clic vaya a otro sitio. Sólo me obedece la primera parte:
BTN4.onRelease=function( )
{
var active:Boolean = false;
if (active = true)
{
this.gotoAndPlay( "over" );
}
else
{
this.gotoAndPlay( "out" );
}
}
Gracias y saludos,
XL
Un botón que necesito que al hacer clic la primera vez vaya a un sitio, y al
voler a hacer clic vaya a otro sitio. Sólo me obedece la primera parte:
BTN4.onRelease=function( )
{
var active:Boolean = false;
if (active = true)
{
this.gotoAndPlay( "over" );
}
else
{
this.gotoAndPlay( "out" );
}
}
Gracias y saludos,
XL