Most simple of AS...
Hi there,
At very long time ago... around 2005, I still played with Flash... and I did some pretty neat works (some animations and even a small screensaver)... however, due to my work I didn't touch Flash again since then. One of those works I've made, needed to be tweaked now, and I found out that I'm not able to do anything on this new version of the Flash Editor (I've downloaded the Trial version).
For testing I've made the most simple of things.
I've:
- created a rectangle,
- created a keyframe on frame 50,
- created a classic tween between them,
- moved the rectangle on frame 50 just to have some motion.
So far... so good.
Now for the most advanced code ever:
On frame 1 I've inserted:
stop();
or...
if(3>4)
{
trace("NO!!");
}
else
{
trace("YES!!!");
}
I've pressed play... and I've exported to a SWF... when I run... both show me the animation, but In the first situation (code).... it does not stop... on the second, nothing appears on the Output.
This is so weird... and I simply not seeing the reason not to work... is anyone seeing what I'm missing here? It has to be simple... this must be just some stupid confusion I'm making.
Many thanks for the help!