Page 1 of 1

A question...?

PostPosted: Thu Apr 04, 2013 3:30 am
by ThaKid244
Hi all,

I am having trouble finding a way to do this. I am trying to have the function of clicking down my right click ONLY makes many variables equal 2.
Anywhere I right-click on the screen changes a variable.
How can I accomplish this best?

Thank you,
Kid

Re: A question...?

PostPosted: Thu Apr 04, 2013 6:27 am
by skydereign
Best way is to create a filled region actor, and make sure its zdepth is above every other actor. This will mean that only the actor will be clickable. If that isn't allowed though, it gets a little more tedious. You still use the filled region, but make it the lowest zdepth. Then every actor needs to either have mouse down disabled, or a right mouse button event setting the variables.

Re: A question...?

PostPosted: Sun Apr 07, 2013 2:00 am
by ThaKid244
Wow thats a really long way around. Ive already got filled regions set up all over the game screen.
Thank you anyways. +1