Author Topic: Starting tournamernt trigger  (Read 2855 times)

Muddgutts

  • Newbie
  • *
  • Posts: 8
    • View Profile
Starting tournamernt trigger
« on: March 03, 2018, 01:59:54 PM »
I would like to add a sound that will play as soon as I hit the space bar to start the tournament. This doesn't seem to be the solution:


Silver Owl

  • Jr. Member
  • **
  • Posts: 98
    • View Profile
Re: Starting tournamernt trigger
« Reply #1 on: March 03, 2018, 02:15:48 PM »
Mine is set to
trigger = a level starts
condition = level=0
This plays a sound file when I start the game

Muddgutts

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Starting tournamernt trigger
« Reply #2 on: March 03, 2018, 02:48:23 PM »
I'm almost a complete dummy when it comes to events. I set it up like this and no dice

Silver Owl

  • Jr. Member
  • **
  • Posts: 98
    • View Profile
Re: Starting tournamernt trigger
« Reply #3 on: March 03, 2018, 03:29:49 PM »
try unchecking the checkmark, if the checkmark is checked the action has been performed I think.

Silver Owl

  • Jr. Member
  • **
  • Posts: 98
    • View Profile
Re: Starting tournamernt trigger
« Reply #4 on: March 03, 2018, 03:33:11 PM »
also click the test conditions button and you should see a green "true" button.

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Starting tournamernt trigger
« Reply #5 on: March 03, 2018, 09:31:12 PM »
Your initial setup was correct.  "The tournament starts" trigger and no conditions.  You've configured it correctly.  Likely if it isn't firing, it's because you have a different event that is being triggered.  Only one event will fire at any time.  Events higher in the list will be triggered before events lower in the list.  If you've got another event, for example, that plays a sound at the start of a level, it is likely firing, preventing this one from firing.  Move this event above the other event.  Since it's more specific, it will only fire at the start of the tournament.  At the start of other levels, your other event should fire.