Pages
Página principal
Class Rules
Syllabus
Computing Lab Rules
Flash Files
Photoshop Files
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);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment