Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Teleporter
- TankiOnlineDude24
-
5 posts
Teleporter
I can't figure out how to make a teleporter in my platformer game. Please. thank you
- footsocktoe
-
1000+ posts
Teleporter
Make two sprites to be teleporters. sprite A and sprite B.
Make a third sprite to be the player sprite
Put this script in the player sprite…
The “move” blocks are important. They need to be a big enough move so you are no longer touching the sprite you teleported to. Otherwise, you will set up a loop that never stops because the player will always be touching one of the two sprites.
Make a third sprite to be the player sprite
Put this script in the player sprite…
The “move” blocks are important. They need to be a big enough move so you are no longer touching the sprite you teleported to. Otherwise, you will set up a loop that never stops because the player will always be touching one of the two sprites.
Last edited by footsocktoe (Feb. 2, 2016 20:03:57)
- ProjectMaker59
-
500+ posts
Teleporter
https://www.google.com/search?q=doctor+who+police+box&biw=1366&bih=643&tbm=isch&imgil=AcOD8JXFWuFMFM%253A%253BP2Ni6x00SNAJbM%253Bhttp%25253A%25252F%25252Fwww.amazon.com%25252FTardis-Police-British-Rectangle-Refrigerator%25252Fdp%25252FB00CPDMC6U&source=iu&pf=m&fir=AcOD8JXFWuFMFM%253A%252CP2Ni6x00SNAJbM%252C_&usg=__hLa-PvjCV2IJBGxg3Iq2yJdQcTs%3D&ved=0ahUKEwiI3rq48NXMAhVJ8IMKHUhaDiUQyjcIOw&ei=-io1V4j5JcngjwTItLmoAg#imgrc=AcOD8JXFWuFMFM%3APlease don't spam Moxiepo it doesn't help anyone
Try this I can't figure out how to make a teleporter in my platformer game. Please. thank you
Last edited by ProjectMaker59 (May 13, 2016 15:00:48)
- Discussion Forums
- » Help with Scripts
-
» Teleporter