Alright, so I'm new, and this might be an easy problem.
I'm making a stage select. I have a background image with the stages, and have created unique sprites that are basically white boxes on top of them, with the opacity lowered to 0 so that they're not seen.
I have the mouse set to always show, and on each click, create a small object (again a small white box with 0 opacity, because i couldn't figure out how to make an object react when it was clicked.)
In the event editor, i entered On Collision between the two objects, system: go to Layout 2 with transition "None" lasting 0 MS.
But when i test it out, the layouts dont change. I moved the opacity around, even made the objects solid, but the layout stays the same.
Any ideas?