Can I make two objects interactive in one frame?

Fill this out this info to make it easier for the community to help you! If you don’t fill out this information, your post may be deleted or removed.

What Wick Editor Version are you using?
Version 1.19.3

Describe the Problem
Is it possible to make two items on one frame click-able? I want to do create a chose your own game and have two choices per frame…each choice would lead you somewhere else. It’s not working. I can make one item click-able but not the second. Not sure if it is even possible. Anyone know?

What have you tried so far?
I’ve been watching the Wick tutorials and scrolling through this forum and haven’t seen a solution.

Do you have a Wick Editor File that we can see? Optional*
Attach a .wick file if you have one in progress that can help us help you!

have you tried making both items buttons then giving them their own code

1 Like

you can make as many as you want in a single frame.
Actually you can build an entire application in a single frame.
One way could be to draw your button graphic, select it, turn it into a button clicking on the “make button” then add your script to the MouseClick script . Repeat for other buttons.
You are not restricted to buttons as clip also respond to mouse events
You can also handle more than mouse clicks as there are other events as mouseenter, mouseleave, mousehover …

1 Like

yes…it wasn’t working…I’m going to try again. argh!

it worked!!! thank you!!!