Hi,
I'm trying to tween bgborder for container, but nothing works. Is this possible?
My attempts:
|
Quellcode
|
1
2
3
4
5
|
tween(layer[cont].bgborder, 3,9,3,9 0xffffff 1.0, 0.8, default);
tween(layer[cont].bgborder, '3,9,3,9 0xffffff 1.0', 0.8, default);
tween(layer[cont].bgborder, '3 9 3 9 0xffffff 1.0', 0.8, default);
|
Nothing works, it tweens only the first width value "3" for all borders and sets default color and alpha, which is 000000 and 1.0
Maybe there is some workaround?