Jump to content
New account registrations are disabed. This website is now an archive. Read more here.
  • 0
Sign in to follow this  
tobi

My doors are working wrong

Question

I had made doors before and this time I made them the same way but when I play the game it just keeps going in the room out of the room over and over again I don't know why it may just something simple but im not sure so thanks =]

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Could you please post a picture of your door event?

 

We can't help you if we don't know the problem.

Share this post


Link to post
Share on other sites
  • 0

Ah! There's your problem. Parallel process repeats all the event commands you made in the event constantly, and it does so while other events are happening. You want trigger to be set to player touch, so that the player is transferred upon walking into the exit.

 

 

 

For door entrances, you should do something like this:

 

Trigger: Action Button.

 

Direction Fix box: Checked.

 

Graphic: The frame of the door where it is closed.

 

Event Commands:

 

Play Door Sound Effect.

 

Set Move Route - This Event:

Turn Left

Wait 4 Frames

Turn Right

Wait 4 Frames

Turn Up

 

Wait for move's completion.

 

Set Move Route - Player:

Move up

 

Transfer player: Whichever map.

 

Set Move Route - This event:

Turn down.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...