Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Opening Image script
#1
This is a locked, single-post thread from Creation Asylum. Archived here to prevent its loss.
No support is given. If you are the owner of the thread, please contact administration.


This Script allows you to put an Image or images when you start a new game or anywhere.... It's very simple.... It's my Second Script ever... I did all by myself... I'm so happy... anyway this is the script:

Script



After putting that in a new script above main In either the Scene_Title or any Title scripts you have... Find this:

Scene_Title


Under this line:

Code:
$scene = Scene_Map.new


Put this:

Code:
$scene = Scene_Opening.new




To customize your Images find this in Scene_Opening:


Code:
self.contents = Bitmap.new(width - 32, height - 32)
    self.contents = RPG::Cache.picture("exert copy2")
    self.contents.draw_text(0, 0, 33, 33, "")


Then Edit "exert copy2"


To make the Press C image appear Save the image below this text...
}


Possibly Related Threads…
Thread Author Replies Views Last Post
  Change character script jaigai 0 2,780 11-19-2006, 01:00 PM
Last Post: jaigai
  Just a modification of Abyssos' facs script lumina... 0 2,622 11-01-2006, 01:00 PM
Last Post: lumina...
  Credit Script 1.1 acoole 0 2,460 10-24-2006, 01:00 PM
Last Post: acoole
  Script Dev Kit Nick 0 2,831 10-15-2006, 01:00 PM
Last Post: Nick
  Change Color of The diferent Status Script MASTERLOKI 0 2,303 07-18-2006, 01:00 PM
Last Post: MASTERLOKI
  Event Name and ID Search Script Hadriel 0 2,066 06-21-2006, 01:00 PM
Last Post: Hadriel
  Currency Script Split 0 2,301 05-18-2006, 01:00 PM
Last Post: Split
  Book Script and Utility Bruth 0 2,254 05-07-2006, 01:00 PM
Last Post: Bruth
  Individuality Script DrakoShade 0 2,211 03-12-2006, 01:00 PM
Last Post: DrakoShade
  Metroid Text Sound Script Constance 0 2,197 12-21-2005, 01:00 PM
Last Post: Constance



Users browsing this thread: