hi everybody
I am making a platform game but i have problems with moveable platforms.I know is a issue but any idea how to move the platform without these issues?any workaround?
this is the video of the issue, please take a look 
http://www.youtube.com/watch?v=TlEOaX1F3u8
I use a code i found here in the forum:the object has physics as STATIC
[code]local platform = suelo.plataforma1.object
local transLeft
local function transRight()
transition.to(platform, {time=2300, x=700, onComplete=transLeft})
end
transLeft = function()
transition.to(platform, {time=2300, x=900, onComplete=transRight})
end
transRight()[/code]
thanks to all
[import]uid: 177730 topic_id: 33429 reply_id: 333429[/import]