here is the JS that can do it (coded without testing) :
function earthQuake()
{
for (var i = 40; i != 0; i--)
{
switch (i % 4)
{
case 0: self.moveBy(0, 2+i); break;
case 1: self.moveBy(0, -2-i); break;
case 2: self.moveBy(-2-i, 0); break;
case 3: self.moveBy(2+i, 0); break;
}
}
}
Now you can simply ask someone to help you with the details of the fscommand.
You could use getUrl("javascript:earthQuake();" I think that will work but I am no pro in Flash. Gary
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.