WHEN YOU CONVERT THE CIRCLE INTO A MOVIECLIP ADD THIS CODE TO IT.
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xMouse;
this._y = _root._yMouse;
}
May 3, 2012
Act #31 - Flash Code
FIRST KEYFRAME
var t=0;
var texto="Cristobal Colón viajó a América en 1492";
SECOND FRAME
if (t<texto.length) {
caja = texto.substring(0,t);
t++;
}
else {
caja= texto;
gotoAndStop(1);
}
THIRD FRAME
gotoAndPlay(2);
var t=0;
var texto="Cristobal Colón viajó a América en 1492";
SECOND FRAME
if (t<texto.length) {
caja = texto.substring(0,t);
t++;
}
else {
caja= texto;
gotoAndStop(1);
}
THIRD FRAME
gotoAndPlay(2);
Apr 26, 2012
Instructions Act #28
Descarga y abre el archivo de la actividad #28.
Prueba la película y revisa que todo funcione correctamente (según la función indicada en cada botón)
Guarda tu trabajo como *.SWF y envíalo a computingtec@gmail.com
Apr 23, 2012
Subscribe to:
Posts (Atom)


















