Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with a Scene Equip
#7
(01-18-2014, 05:46 PM)MechanicalPen Wrote: in Scene_Item.update you'll need to check the index of the slot selected, and then call your_sprite.flash(Color.new(0,0,0), 12) and don't forget to call your_sprite.update in Scene_Item.update as well.
In Scene_Item? Or in Scene_Equip?

Edit:

I went to update_right in Scene_Equip and called the Sprite.new defined as lefthand and then tryied to make it flash, however, it says that 'flash' is an undefined method :/

In Window_EquipRight

@lefthand = Sprite.new
@lefthand.bitmap = RPG::Cache.picture("left")
@lefthand.x = 0
@lefthand.y = 158

In Scene_Equip

def update_right
# FLASHING
if @right_window.index == 0
@lefthand.flash(Color.new(0,0,0), 12)
end
I'm looking for a scripter to help me with my proyect. Need some minor adjustments-modifications and some larger codes. The larger ones will be remunerated :) Thanks beforehand.
Reply }


Messages In This Thread
Help with a Scene Equip - by Iqus - 01-18-2014, 03:22 AM
RE: Help with a Scene Equip - by i666iky939 - 01-18-2014, 04:04 AM
RE: Help with a Scene Equip - by DerVVulfman - 01-18-2014, 04:22 AM
RE: Help with a Scene Equip - by MechanicalPen - 01-18-2014, 04:44 AM
RE: Help with a Scene Equip - by Iqus - 01-18-2014, 05:00 AM
RE: Help with a Scene Equip - by MechanicalPen - 01-18-2014, 05:46 PM
RE: Help with a Scene Equip - by Iqus - 03-05-2014, 02:11 PM
RE: Help with a Scene Equip - by MechanicalPen - 03-05-2014, 05:40 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   using $scene during battles Keeroh 5 7,830 01-17-2018, 04:31 PM
Last Post: Keeroh
Sad  Equip bug (1-scene CMS) Whisper 2 4,764 01-23-2017, 09:20 AM
Last Post: Whisper
   A fourth column in MOG Scene Item Laura V1.2 Noctis 13 17,661 11-27-2016, 05:12 PM
Last Post: DerVVulfman
   Using animations in a scene (unrelated to battles and maps) PK8 4 8,113 11-17-2009, 10:54 AM
Last Post: PK8
   Timing problem with damage shown on the screen - Scene Battle mageone 2 5,779 10-20-2009, 06:22 PM
Last Post: mageone
   [Resolved] Equipment Scene Problem Yin 4 6,589 08-29-2009, 11:01 PM
Last Post: Yin



Users browsing this thread: