Updated v1.13
The updated patron only version is now at v1.53 as well.
v1.13
- Added proper detection for when the mouse is or is not inside the game
screen. The function Graphics.isInsideCanvas appears to always return true
even when the mouse is out of bounds so I replaced this script's dependencies
on it. If you want to reference whether the mouse is off-screen or not use the
function TouchInput.isOffScreen(). For example:
if (TouchInput.isOffScreen) {pauseGameClock();}
if (!TouchInput.isOffScreen) {resumeGameClock();}
- Resolved an oversight that allowed the detection of objects with no image as
valid objects. Remember that you can create a transparent image & use that to
make an invisible object interactive if you need it to be.
Get Mighty Mouse Plugin for RPG Maker MV
Mighty Mouse Plugin for RPG Maker MV
Adds additional mouse related functionality to MV including drag & drop.
Status | Released |
Category | Assets |
Author | Kingpin RBD |
Tags | drag-and-drop, mighty-mouse, plugin, rmmv, RPG Maker, RPG Maker MV, rpgmv |
More posts
- Final Free VersionJul 30, 2022
- Updated Free v1.3.1 & Exclusive v1.7.1Jul 02, 2022
- MightyMouse + HoverDisplay DemoJun 06, 2021
- Updated Free v1.3 & Exclusive v1.7Apr 02, 2021
- Updated Free v1.29 & Exclusive v1.69Mar 27, 2021
- Updated Free v1.27Mar 27, 2021
- Updated Free v1.25 & Exclusive v1.67Mar 25, 2021
- Updated Free v1.23 & Exclusive v1.65Feb 28, 2021
- Updated Free v1.21 & Exclusive v1.63Feb 18, 2021
- Quick FixJan 22, 2021
Leave a comment
Log in with itch.io to leave a comment.