Komunitas RPG Maker Indonesia | |
Per 2016, RMID pindah ke RMID Discord (Invite link dihapus untuk mencegah spambot -Theo @ 2019). Posting sudah tidak bisa dilakukan lagi.
Mohon maaf atas ketidaknyamanannya dan mohon kerjasamanya.
|
|
| [SOLVED] minta script pretitle | |
| | Pengirim | Message |
---|
Phoenix_Reborn Advance
Posts : 358 Thanked : 3 Engine : RMVX Skill : Intermediate Type : Spriter
| | | | bungatepijalan Moe Princess
Posts : 1487 Thanked : 30 Engine : Multi-Engine User Skill : Intermediate Type : Developer
Trophies
Awards: | Subyek: Re: [SOLVED] minta script pretitle 2011-08-07, 16:52 | |
| Coba script 'Main' dirobah jadi gini: - Code:
-
#============================================================================== # ** Main #------------------------------------------------------------------------------ # After defining each class, actual processing begins here. #==============================================================================
begin # Prepare for transition Graphics.freeze $pretitle = Sprite.new $pretitle.bitmap = RPG::Cache.picture("Windows XP.jpg") Graphics.transition(12) t = 0 loop do Graphics.update t += 1 if t >= 40 break end end Graphics.freeze $pretitle.dispose Graphics.transition(12) Graphics.freeze $pretitle = Sprite.new $pretitle.bitmap = RPG::Cache.picture("Bliss.bmp") Graphics.transition(12) t = 0 loop do Graphics.update t += 1 if t >= 40 break end end Graphics.freeze $pretitle.dispose Graphics.transition(12) Graphics.freeze # Make scene object (title screen) $scene = Scene_Title.new # Call main method as long as $scene is effective while $scene != nil $scene.main end # Fade out Graphics.transition(20) rescue Errno::ENOENT # Supplement Errno::ENOENT exception # If unable to open file, display message and end filename = $!.message.sub("No such file or directory - ", "") print("Unable to find file #{filename}.") end Nama file seperti yg di baris ke 11 dan 26 tinggal dirobah jadi nama file gambar pretitle yg ditaroh di Graphics\Pictures (ada 2) | |
| | | SerpentZ Advance
Posts : 425 Thanked : 2 Engine : Multi-Engine User Skill : Intermediate Type : Mapper
| Subyek: Re: [SOLVED] minta script pretitle 2011-08-07, 17:28 | |
| Itu untuk XP ya?, Kalo VXnya mana? | |
| | | Phoenix_Reborn Advance
Posts : 358 Thanked : 3 Engine : RMVX Skill : Intermediate Type : Spriter
| Subyek: Re: [SOLVED] minta script pretitle 2011-08-07, 17:59 | |
| | |
| | | bungatepijalan Moe Princess
Posts : 1487 Thanked : 30 Engine : Multi-Engine User Skill : Intermediate Type : Developer
Trophies
Awards: | Subyek: Re: [SOLVED] minta script pretitle 2011-08-07, 18:15 | |
| | |
| | | Phoenix_Reborn Advance
Posts : 358 Thanked : 3 Engine : RMVX Skill : Intermediate Type : Spriter
| Subyek: Re: [SOLVED] minta script pretitle 2011-08-07, 19:44 | |
| @alissia: udah bisa, ini script kk ya? izin pke di game saya ya... | |
| | | Sponsored content
| Subyek: Re: [SOLVED] minta script pretitle | |
| |
| | | | [SOLVED] minta script pretitle | |
|
Similar topics | |
|
| Permissions in this forum: | Anda tidak dapat menjawab topik
| |
| |
| Latest topics | » [Web Novel] Gloria Infidelis by LightNightKnight 2016-11-17, 21:27
» [Announcement] Forum baru untuk RMID by TheoAllen 2016-08-25, 16:39
» Where I'm Wrong ? by ReydVires 2016-07-24, 16:10
» flakeheartnet's Resources part III by flakeheartnet 2016-07-08, 14:30
» Keira's Art Warehouse by KeiraBlaze 2016-06-28, 19:27
» Theo Core Time System + Bingung by Lockin 2016-06-27, 16:24
» Error Script, Maybe ? by Lockin 2016-06-27, 16:20
» Nusaimoe @ RMID Lounge by Jihad Bagas 2016-06-21, 05:02
» Call Random Battle by Lockin 2016-06-15, 17:04
» Flakeheartnet Resources Part II [come back gift] by flakeheartnet 2016-06-07, 15:51
|
Statistics
|
Members: [ 4947 ]
Topics: [ 8258 ]
Posts: [ 112606 ]
Newest member: [ https://rmid.forumotion.net/u4968 ]
|
|
|
|
|