Thank you Logomachine!
I like the solution.
Question: How can i make the copter move from one place to another whe it stops over the "moving tile"? With a Pin?
Regards!
To teleport from one place to another you can create two sprite (ex: portal.a, portal.b), then in your sprite sheet:
-----------------------------------------V conditions V---------------------------------------------------V action V---------------------
--- "copter is overlapping portal.a" & "copter platform speed = 0" --> "copter set position to portal.b" ---
----------------------------------------------------------------------------------------------------------------------------------------------------
But like I said there is multiple way to get a same result, so always try to think to all the conditions that could be involved to execute the action you want.
PS: a pin is made to fix objects together