EDIT : Check the message under to understand my new problem, thanks
Hi ! I'm trying to do a plateform game, but here's my problem :
Before entering the pyramid (where all the levels will be in, like an intro), the player will be moving from the left to the right of the screen. I want to create a depth perception effect, for example the sprite initial size is 30x30 and as he goes further to the right, he'll end at a 5x5 size.
Here's a little drawing I did with paint to help you understand (check the attachment ) :
IMPORTANT DETAILS :
- If the player goes to the left, he gain size, like he becomes bigger going to the left and smaller to the right
- If he keeps going to the right, he can't be under X size, I don't want him to disappear (same for the left)
- The animation must be gradual and smooth, sexier
- I'll love for ever the person that will help me
Thanks