Unable to flip after using gotoposition() script

Started by VVVVVVGamer03, December 12, 2016, 09:51:21 AM

Previous topic - Next topic

VVVVVVGamer03

I'm creating a level that uses the gotoposition() script, but when I playtest the level I can't flip after I go through a 'portal'.

Script:

#
A)Say
gotoposition(288,40)


And I DO have a load script for it.
Does anyone know if I'm doing something wrong or if it's meant to do that?

Dav999

Maybe you are teleporting into another script box?

moth 🦋

Quote from: VVVVVVGamer03 on December 12, 2016, 09:51:21 AM
I'm creating a level that uses the gotoposition() script, but when I playtest the level I can't flip after I go through a 'portal'.

Script:

#
A)Say
gotoposition(288,40)


And I DO have a load script for it.
Does anyone know if I'm doing something wrong or if it's meant to do that?
the A)Say method is out of date that is most likely why
I think

QwertymanO07

From what I remember, gotoposition() must have three arguments, the third being whether the player is flipped or not.  Try messing with that and see if that fixes it.  Though Shiny does have a point, if your script is just one internal command you don't even need all the funny notation, just the single command and exactly one empty line in the script.

VVVVVVGamer03

Thanks for the help :) It was that I only had two arguments.