02-04-2014, 11:48 PM
This works for me?
Code:
$game_variables[1] =
Mouse.pos_x
$game_variables[2] =
Mouse.pos_y
Mousie: The Mouse System
|
02-04-2014, 11:48 PM
This works for me?
Code: $game_variables[1] =
02-05-2014, 04:36 PM
interesting, you did that in a script call from an event?
ITCH: jayray.itch.io Currently working on Goblin Gulch (MV) Currently working on JayVinci Resurrection Currently working on Bakin ABS (BAKIN)
02-05-2014, 06:19 PM
Sure did. Even used Mouse.click?(Left_Click) in an event's script branch condition.
02-14-2014, 07:38 PM
Mechanical Pen: How? This is what I created as far as an event, and I get a syntax error..
ITCH: jayray.itch.io Currently working on Goblin Gulch (MV) Currently working on JayVinci Resurrection Currently working on Bakin ABS (BAKIN)
02-14-2014, 08:48 PM
It's ' Mouse.click?(Mouse::Left_Click) ' not ' Mouse.click?(Left_Click) '
02-16-2014, 03:58 AM
got them both working, GUI is awesome!!! (just sayin)
ITCH: jayray.itch.io Currently working on Goblin Gulch (MV) Currently working on JayVinci Resurrection Currently working on Bakin ABS (BAKIN)
07-19-2015, 10:57 PM
Riddle me this. When is a BUMP not a BUMP?
When I'm BUMPING a supplemental system/script.
Has it really been 3 years since my last update? Well, you have to thank yamina-chan for this one. She noticed that the Windows Edits which were initially crafted by Lambchop/Amaranth/Amanda Fitch ... didn't properly align the mouse with the characters drawn in the Name Edit window. Provided below is the new mouse operation method from within the 'Window_NameInput' class. This method is also available within the complete 'Window Edits' in the main post, but not within the demo itself. When downloading the demo, you must still update the window edits within. Code: #-------------------------------------------------------------------------- Um, if anyone wants to make the right mouse click delete letters in the name window (rather than the ESC) button, please consider this snippet from Scene_Name: Code: #-------------------------------------------------------------------------- Code: if Input.repeat?(Input::B) or Mouse.click?(Mouse::Right_Click) Enjoy.
07-19-2015, 11:18 PM
=D
Thank you for finding out what was wrong and for correcting said issue. "And insofar as menu edits, please give credit to yamina-chan who noticed that the default windows edits had not considered proper spacing and handling where the Name Edit Window was concerned." <- *from the first post* There's really no need for anyone to credit me for that...
Friendship is born at that moment when one person says to another: "What! You, too? Thought I was the only one." (C.S. Lewis)
For the time you're laughing, there's nothing wrong in the world. (Colin Mochrie) If it's funny, make sure people laugh. If it's not funny, make it funny (unless it's actually really serious). (silvercheers) Please don't spell my name "Yamina-chan". It's all small. Thank you =D |
« Next Oldest | Next Newest »
|