L_RZA
11-03-2005, 07:51 PM
Hi there Guys,
Just a quick question:
Is anyone else having trouble using lmc_tween in Flash 8?
I have had it working fine but now it doesnt, the code is the same, everything is the same .. but it aint working ..?
I have tried my publish settings going back to as1 and lmc_tween_as1.as etc but still to no avail .. hmm .. I spose you want some code, here it is:
Publishing in AS2
#include "lmc_tween.as"
logo_mc.alphaTo(100, 3);
//logo_mc.tween("_y", 600, 1, "easeOutElastic");
logo_mc._y = Stage.height-logo_mc._height/.7;
nav_mc.alphaTo(100, 3);
nav_mc._x = Stage.width-nav_mc._width/1;
nav_mc._y = Stage.height-nav_mc._height/1;
The positioning in the stage is fine but the alpha isnt working .. all this worked fine in 2004 .. on other projects though it works not a problem, just this old one [my site] maybe I should do a complete rebuild starting in Flash 8 , surely that isnt going to mean anything, ai it?
Cheers,
L
Just a quick question:
Is anyone else having trouble using lmc_tween in Flash 8?
I have had it working fine but now it doesnt, the code is the same, everything is the same .. but it aint working ..?
I have tried my publish settings going back to as1 and lmc_tween_as1.as etc but still to no avail .. hmm .. I spose you want some code, here it is:
Publishing in AS2
#include "lmc_tween.as"
logo_mc.alphaTo(100, 3);
//logo_mc.tween("_y", 600, 1, "easeOutElastic");
logo_mc._y = Stage.height-logo_mc._height/.7;
nav_mc.alphaTo(100, 3);
nav_mc._x = Stage.width-nav_mc._width/1;
nav_mc._y = Stage.height-nav_mc._height/1;
The positioning in the stage is fine but the alpha isnt working .. all this worked fine in 2004 .. on other projects though it works not a problem, just this old one [my site] maybe I should do a complete rebuild starting in Flash 8 , surely that isnt going to mean anything, ai it?
Cheers,
L