Save-Point
Opening Image script - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Archives (https://www.save-point.org/forum-105.html)
+--- Forum: Creation Asylum Archives (https://www.save-point.org/forum-90.html)
+---- Forum: Scripts & Code Snippets (https://www.save-point.org/forum-92.html)
+----- Forum: RPG Maker XP Code (https://www.save-point.org/forum-93.html)
+----- Thread: Opening Image script (/thread-6891.html)



Opening Image script - sasuke89 - 07-24-2006

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...