
I've spend hour looking how to make this work.... it looks rather easy.. but I don't get it..
A. if i put my action
"tween(plugin[map].x, -300, 1.0, easeOutQuad;"
is slides smoothly yo the left, but off course it doesn't come back ..
B. when my action is
"IF(plugin[map].x == -300, tween(x, 0), tween(x, -300));"
this doesn't influence the map but the button (plugin)
and it doesn't switch between both setting either..
C. when I put
"tween(plugin[map].x, -300, 1.0, easeOutQuad;
IF(plugin[map].x == -300, tween(x, 0), tween(x, -300));"
I have the same problem as A.
I have some great sources codes here and I tried with other solutions but I can't figure out how to make this work... :-(
Any help with this final detail will very appreciated :-)
=servaas=