Hey guys,
i guess i just found a bug. In my example i have a global variable (nummeric but should be handeled as bool) which is default set to 1. If you click a button this variable will be set to 0. If you click this button again this variable should be set to 1 and so on... very simple.
Now to the bug i've found: Depending from the order of the sub-events, this variable will only change once. But enough the words, see yourself in my example file: dl.dropbox.com/u/9431499/Subevent.capx
Hint: The click on the button will be triggered, but nothing happens. The mouse object also doesn't make difference neither does a sprite object.
Hope you can help me out here :)