Hello,
Can I 'tween' a layer ?
I want it to slide into my window from left to right.
This doesn't work.. (but it does with a plugin)
Code
<layer name="part1"
type="text"
align="bottomleft" x="-300" x.mobile="10" y="50" y.mobile="40"
html="here comes my text"
css="font-family:Verdana; font-size:12px; color:#ffffff;"
css.mobile="font-family:Verdana; font-size:6px; color:#888888;"
vcenter="false"
padding="8"
wordwrap="true"
bg="true"
bgcolor="0x9b1868"
bgalpha="1.0"
bgborder="0"
bgroundedge="3"
bgshadow=""
txtshadow=""
mergedalpha="true"
interactivecontent="false"
onautosized=""
alpha="0.8"
onloaded="tweensublimo1()"
/>
<action name="tweensublimo1">
tween(plugin[introimage].x, 30, 1.4, easeOutQuad);
</action>
Display More
UPDATE : I had to change
into