playMaker

Author Topic: Level Loading is automatic  (Read 2014 times)

Avascar

  • Playmaker Newbie
  • *
  • Posts: 45
Level Loading is automatic
« on: May 08, 2012, 10:00:28 AM »
Hey everyone! I have an issue here.

SO, whenever you start Level 1, it starts Level 2. But there's supposed to be a trigger (place you have to go) to load Level 2, it just loads it automatically.

Picture shows the FSM. Load Scene event is just Load Level, which has everything unchecked and Level Name (that is Level 2).

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: Level Loading is automatic
« Reply #1 on: May 08, 2012, 10:23:00 AM »
FINISHED is a system event sent automatically when all actions on a state have finished running.

Make a custom event in the Events tab and use that instead.

Playmaker lets you send system events yourself (e.g., it's sometimes convenient to be able to manually send FINISHED), but you should be aware that they are also sent by the system!