> This is just lame <img src="smileys/smiley36.gif" border="0" align="middle">
>
> My Lerp Buttons:
>
> <img src="http://imageshack.us/a/img819/3166/mylonglerp.png" border="0">
>
> Buttons with your EaseTween:
>
> <img src="http://imageshack.us/a/img684/5782/tweenbuttonsftw.png" border="0">
>
> And Consider that my Version does not even apply any effects !
Here are the lerp buttons I made without LiteTween. There's only 4 buttons!
Demo
Capx
<img src="https://dl.dropboxusercontent.com/u/20299415/capx-forum/Pictures/lerp-button.png" border="0">
Schoening you could simplify and tidy your code using functions, params, families and subevents:
i.e.:
UPsprite on click
-- subEvent1: Is overlapping Top: functionSetCamera(param0 localVar CameraY 519, param1 lerpSide=1
-- subEvent2: Is overlapping Bottom: functionSetCamera(param0 localVar CameraY 519, param1 lerpSide=1
and in functionSetCamera:
DownSprite setActive to False
UPsprite setActive to False
etc
etc
hope you get the idea.