Chaos Project

RPG Maker => Event Systems => Event System Requests => Topic started by: karldaylo on April 25, 2011, 12:54:51 am

Title: Mouse Click Event Trigger in Distance
Post by: karldaylo on April 25, 2011, 12:54:51 am
i would like to request an event system.. which if i clicked an certain event... it will be functioned as what it was programed....
that dont requires the initialized character to get close or beside it...

it would be usefuol for non rpgs(maybe rpg as well) kind of games, like perhaps minigames which your mouse were iconed as a hammer and there are holes which randomly pop outs Gophers... and when you hit them... the [rogrammed event will initialize...

im currently using blizzard's mouse controller script...... any ideas on how to do that?
trigering an event with just a click.. even the main character is in distance?
that would be a very BIG help!
THANKS!
Title: Re: Mouse Click Event Trigger in Distance
Post by: ForeverZer0 on April 25, 2011, 01:28:02 am
You can do this with an event, using script calls.

Condition >> Mouse Click
  Condition >> Check coords to see if mouse is over event (do a little math since mouse location is based on pixels)
     Script Call >> start
  End Branch
End Branch
Title: Re: Mouse Click Event Trigger in Distance
Post by: nathmatt on June 06, 2011, 07:56:23 pm
or you could use my MCES (http://forum.chaos-project.com/index.php/topic,5909.0.html) which has a lot of nice mouse features