This may be a dumb question, but, I created a custom graphic
that I want to make function like a button...
Is there a way to load an image into a button?
or
Is there a way to may graphic object click like a button???
Mouse click ???
Develop games in your browser. Powerful, performant & highly capable.
Add it as a normal sprite object and use the Mouse condition "On object clicked".
Edit: Make sure you add the Mouse object to the project first
You should check the "How do I FAQ" for those kind of questions.
You would have found the item "Making a button using a sprite (and handle clicking on it) - LINK".
Here is a quick example I just made for someone else:
Sprite Buttons Example
This example shows how I give my sprite buttons a mouse over hover effect.
Thanks guys....
I appreciate it....