Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/08/2008, 10:45
Raziel
 
Fecha de Ingreso: agosto-2002
Ubicación: Monterrey
Mensajes: 82
Antigüedad: 21 años, 8 meses
Puntos: 0
Respuesta: class en Flash (donde va?)

esque eso es lo mas extraño, asi lo hice y me marca ese error!.... :S
como lo declaro en mi pelicula flash para que lo jale o como? ...
en mi pelicula el codigo esta asi: comole digoque mande llamar el archivo?... le dije #include "tooltip2.as" al inicio pero me dice que no jala...

var myTip:ToolTip = new ToolTip();

//start the tip
myMC.onRollOver = function () { myTip.addTip("Hello, whazzaaa!");}

//remove tip in all possibilities
myMC.onRollOut = function () { myTip.removeTip(); }
myMC.onRelease = function () { myTip.removeTip(); }
myMC.onDragOut = function () { myTip.removeTip(); }
myMC.onReleaseOutside = function () { myTip.removeTip(); }


que me falta?...
__________________
Saludos,
Raziel... :)