playMaker

Author Topic: Help with teleporting object (Solved)  (Read 1536 times)

Captaincrud

  • Junior Playmaker
  • **
  • Posts: 72
Help with teleporting object (Solved)
« on: March 22, 2016, 05:17:05 AM »
So Not sure how to go about some of this.

Step 1 object goes towards goal.  (I understand how to do this)

Step 2 Object hits collision box thats trigger (I understand how to do this)

Step 3 Object is teleported to starting x,y,z, and turned off (I understand how to turn it off but not how to move it help please)

So basically how would i move a object to a new location instantly with playmaker. I don't want to use tween as I need unity to have it back in original spot it started at.
« Last Edit: March 22, 2016, 12:12:32 PM by Captaincrud »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Help with teleporting object
« Reply #1 on: March 22, 2016, 07:13:10 AM »
Hi,
you can store a position by using "get position" and you can "teleport" to a place with "set position"

Captaincrud

  • Junior Playmaker
  • **
  • Posts: 72
Re: Help with teleporting object (Solved)
« Reply #2 on: March 22, 2016, 12:12:41 PM »
Thank You