In r88, I can't get a button to trigger an action when it is clicked on. Other objects, such as texts or sprites, work fine, but not buttons. I've tried in the latest versions of Chrome and FireFox. Here is a demo capx.
dl.dropbox.com/u/6109058/testButtons.capx
Jim
For buttons, prefer using the "On clicked" condition in the button object directly.
Example capx (based on yours).
Develop games in your browser. Powerful, performant & highly capable.
Kyatric -- Ah, OK. Thanks. I hadn't used buttons for a while until today. I knew that they had worked for me in the past but weren't working now. It drove me crazy looking for some other mistake in the events setup I was creating.