Sounds like you want something like this:
Give the platform an instance variable TouchAngle
on any touch start
Destroy platform
Create platorm at touch.x,touch.y
Platform set variable TouchAngle to touch.y
Touch is touching
Platform set angle to :touch.y-Platform.TouchAngle
Ofcourse this is going to require some tweaking..