hi,
I'm making a game in which the player can influence the size of a platform when he's character is on. It works fine with the horizontal platform.
If the player overides an horizontal platform, only this single one is shape influenced.
PROBLEM
I want to make something similar with vertical platform, but I use a different technique. I'm not using single platform sprite, but a created rounded corner sprite linked from both side of a vertical platform. Because this instance is a created object, it is apply to all vertical platforms at the same time.
WHAT I NEED
Single vertical platform influenced by player (similar to horizontal)
FILE CAPX
https://dl.dropbox.com/u/26046730/example.capxVertical Platform