Cursor Script
#3
Selwyn did not create an on/off switch for this system. It's a case of either you use it, or not.

Technically, you could make a switch that only turned the cursor on by.....

...going into the initialize method of Window_Selectable and doing:
Code:
@cursor = Sprite_Cursor.new(x, y) if $cursor_switch == true

...going into the dispose method of Window_Selectable and doing:
Code:
@cursor.dispose if $cursor_switch == true

...going into the update method of Window_Selectable and doing:
Code:
update_cursor if $cursor_switch == true

... and retooling the update_cursor_rect for that class to accommodate an on/off switch.

I used $cursor_switch as a global switch for a convenient example basis.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)

[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png]    [Image: liM4ikn.png]    [Image: fdzKgZA.png]    [Image: sj0H81z.png]
[Image: QL7oRau.png]    [Image: uSqjY09.png]    [Image: GAA3qE9.png]    [Image: 2Hmnx1G.png]    [Image: BwtNdKw.png%5B]
  Above are clickable links
Reply


Messages In This Thread
Cursor Script - by Selwyn - 03-03-2008, 06:23 AM
RE: Cursor Script - by buddysievers - 04-07-2012, 04:50 PM
RE: Cursor Script - by DerVVulfman - 04-07-2012, 08:48 PM
RE: Cursor Script - by Pelip - 09-27-2019, 10:47 PM
RE: Cursor Script - by buddysievers - 04-09-2012, 10:22 PM
RE: Cursor Script - by DerVVulfman - 09-28-2019, 03:58 AM
RE: Cursor Script - by Pelip - 09-28-2019, 10:18 AM
RE: Cursor Script - by DerVVulfman - 09-28-2019, 02:13 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Script Commands Bug Fixes kyonides 2 733 02-27-2025, 07:24 AM
Last Post: kyonides
   The Steal and Peep Script DerVVulfman 12 1,841 02-19-2025, 07:20 AM
Last Post: Ace_V
   Text Scroll Script - Enhanced DerVVulfman 23 37,331 02-18-2021, 04:16 AM
Last Post: DerVVulfman
   ACBS FIX SCRIPT #2: Advanced Cry Correction DerVVulfman 1 5,283 08-09-2019, 03:42 PM
Last Post: aeliath
   ACBS FIX SCRIPT #1: Victory Cries Patch DerVVulfman 1 5,450 08-08-2019, 02:53 PM
Last Post: aeliath
   Spritesheet Generator Conversion Script DerVVulfman 0 4,790 11-21-2018, 04:48 AM
Last Post: DerVVulfman
   Neo Mode 7 Script by MGCaladtogel MGC 59 133,303 09-29-2017, 03:48 AM
Last Post: DerVVulfman
   Longer Script Calls LiTTleDRAgo 0 5,367 05-17-2017, 12:36 AM
Last Post: LiTTleDRAgo
   SLOLS: Snake Look-alike on Load Script Zeriab 3 12,164 05-14-2017, 06:25 PM
Last Post: LiTTleDRAgo
   Character Select Script Selwyn 3 11,650 03-07-2017, 04:14 AM
Last Post: JayRay



Users browsing this thread: 1 Guest(s)