bueno yo tengo el mismo problema los que se necesita el el codigo para el track id
eje como el de reloj
// Action script...
// [Action in Frame 1]
function ParseLetter(letter)
{
if (letter == " ")
{
letter = "blank";
} // end if
if (letter == "0")
{
letter = "zero";
} // end if
if (letter == "1")
{
letter = "one";
} // end if
if (letter == "2")
{
letter = "two";
} // end if
if (letter == "3")
{
letter = "three";
} // end if
if (letter == "4")
{
letter = "four";
} // end if
if (letter == "5")
{
letter = "five";
} // end if
if (letter == "6")
{
letter = "six";
} // end if
if (letter == "7")
{
letter = "seven";
} // end if
if (letter == "8")
{
letter = "eight";
} // end if
if (letter == "9")
{
letter = "nine";
} // end if
if (letter == ".")
{
letter = "stop";
} // end if
if (letter == ":")
{
letter = "colon";
} // end if
if (letter == "!")
{
letter = "exclam";
} // end if
if (letter == "?")
{
letter = "question";
} // end if
if (letter == ",")
{
letter = "comma";
} // end if
if (letter == "\'")
{
letter = "apost";
} // end if
if (letter == "`")
{
letter = "apost";
} // end if
return (letter);
} // End of the function
function dekodieren()
{
_root.meintext = _root.theCode.split(" ");
_root.theURLText = "";
for (i = 0; i < meintext.length - 1; i++)
{
_root.theURLText = _root.theURLText + _root.letter[_root.meintext[i]];
} // end of for
} // End of the function
var theText = "";
var i = 0;
_root.alphabet = "cf5gdawx.6yeib,jkh7läön:q9op-2rm0st!u4?v8z(ü)1ß 3";
_root.letter = _root.alphabet.split("");
if (_level0.x == undefined)
{
_root.theURL = "http://www.blastup.com";
}
else
{
theCode = _level0.x;
_root.dekodieren();
_root.theURL = "http://www." + _root.theURLText;
} // end else if
theButton.onRelease = function ()
{
getURL(_root.theURL, "_blank");
};
radians = 8.726646E-003;
textpos = 0;
totalletters = 30;
currentletter = 0;
letteraddy = new Array();
letteraddy[0] = 0;
if (_level0.bt == undefined)
{
theText = "BlastUp.com ";
}
else
{
theText = _level0.bt;
} // end else if
theText = theText + " ";
var i = 0;
while (i < totalletters)
{
if (i > 0)
{
letteraddy[i] = letteraddy[i - 1] + 20;
} // end if
_root.attachMovie("letter", "letter" + i, i);
eval("letter" + i).gotoAndStop(ParseLetter(theText.charAt(currentl etter)));
eval("letter" + i)._x = eval("letter" + (i - 1))._x + (eval("letter" + (i - 1))._width) - 2;
if (i == 0)
{
letter0._x = 325;
} // end if
++currentletter;
if (currentletter == theText.length)
{
currentletter = 0;
} // end if
++i;
} // end while
// [Action in Frame 2]
var i = 0;
while (i < totalletters)
{
eval("letter" + i)._x = eval("letter" + i)._x - 3;
if (eval("letter" + i)._x <= -10)
{
if (i == 0)
{
j = totalletters - 1;
extrabit = 5;
}
else
{
j = i - 1;
extrabit = 0;
} // end else if
eval("letter" + i)._x = eval("letter" + j)._x + (eval("letter" + j)._width) - 2 - extrabit;
eval("letter" + i).gotoAndStop(ParseLetter(theText.charAt(currentl etter)));
++currentletter;
if (currentletter == theText.length)
{
currentletter = 0;
} // end if
letteraddy[i] = letteraddy[j] + 10;
} // end if
eval("letter" + i)._y = Math.sin(letteraddy[i] * radians) * 15 + 40;
letteraddy[i] = letteraddy[i] + 10;
if (letteraddy[i] == 0)
{
letteraddy[i] = 0;
} // end if
++i;
} // end while
// [Action in Frame 3]
gotoAndPlay(2);
este espara un reloj analoguico si alguien tiene el el descompiler porfabor paseme las acciones del track id el mio se le paso el tiempo de prueba
gracisa