RPGMakerID
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Komunitas RPG Maker Indonesia
 
IndeksIndeks  Latest imagesLatest images  PencarianPencarian  PendaftaranPendaftaran  Login  
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

Go down 
3 posters
PengirimMessage
Phoenix_Reborn
Advance
Advance
Phoenix_Reborn


Level 4
Posts : 358
Thanked : 3
Engine : RMVX
Skill : Intermediate
Type : Spriter

[SOLVED] minta script pretitle Empty
PostSubyek: [SOLVED] minta script pretitle   [SOLVED] minta script pretitle Empty2011-08-07, 16:07

kak tau kan pretitle, yg kayak winning eleven itu loh, yg ada konaminya, trus yg laen" gitu, itu scriptnya apa ya kk???


kk Jasprelao ada gak scriptnya?? klo ada bagi dong
[SOLVED] minta script pretitle 285827 [SOLVED] minta script pretitle 193560
Kembali Ke Atas Go down
bungatepijalan
Moe Princess
bungatepijalan


Level 5
Posts : 1487
Thanked : 30
Engine : Multi-Engine User
Skill : Intermediate
Type : Developer

Trophies
Awards:
[SOLVED] minta script pretitle Empty
PostSubyek: Re: [SOLVED] minta script pretitle   [SOLVED] minta script pretitle Empty2011-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)
Kembali Ke Atas Go down
http://miyuki-maker.blogspot.co.id/
SerpentZ
Advance
Advance
SerpentZ


Level 5
Posts : 425
Thanked : 2
Engine : Multi-Engine User
Skill : Intermediate
Type : Mapper

[SOLVED] minta script pretitle Empty
PostSubyek: Re: [SOLVED] minta script pretitle   [SOLVED] minta script pretitle Empty2011-08-07, 17:28

Itu untuk XP ya?, Kalo VXnya mana?
Kembali Ke Atas Go down
http://squarepentzblog.blogspot.com
Phoenix_Reborn
Advance
Advance
Phoenix_Reborn


Level 4
Posts : 358
Thanked : 3
Engine : RMVX
Skill : Intermediate
Type : Spriter

[SOLVED] minta script pretitle Empty
PostSubyek: Re: [SOLVED] minta script pretitle   [SOLVED] minta script pretitle Empty2011-08-07, 17:59

[SOLVED] minta script pretitle 193560mantap kk [SOLVED] minta script pretitle 193560
[SOLVED] minta script pretitle 2480835402 [SOLVED] minta script pretitle 2480835402 [SOLVED] minta script pretitle 2480835402 [SOLVED] minta script pretitle 2480835402

[SOLVED] minta script pretitle 177849 oh ya kk itu kan cuma 2 gambar... klo bikin jadi 4 gambar gimana tuh ?? [SOLVED] minta script pretitle 855267
Kembali Ke Atas Go down
bungatepijalan
Moe Princess
bungatepijalan


Level 5
Posts : 1487
Thanked : 30
Engine : Multi-Engine User
Skill : Intermediate
Type : Developer

Trophies
Awards:
[SOLVED] minta script pretitle Empty
PostSubyek: Re: [SOLVED] minta script pretitle   [SOLVED] minta script pretitle Empty2011-08-07, 18:15

@om pentZ
emang buat XP gan, dan kl cuma minta translet ke VX mending jangan ngepost :v
btw, uda coba ke VX lum, eror ga? :hmm:

@fero
coba copas bagiannya buat memperbanyak, kira2 bagian line 21 ~ 35 :hmm:
Kembali Ke Atas Go down
http://miyuki-maker.blogspot.co.id/
Phoenix_Reborn
Advance
Advance
Phoenix_Reborn


Level 4
Posts : 358
Thanked : 3
Engine : RMVX
Skill : Intermediate
Type : Spriter

[SOLVED] minta script pretitle Empty
PostSubyek: Re: [SOLVED] minta script pretitle   [SOLVED] minta script pretitle Empty2011-08-07, 19:44

@alissia: udah bisa, ini script kk ya? izin pke di game saya ya...
Kembali Ke Atas Go down
Sponsored content





[SOLVED] minta script pretitle Empty
PostSubyek: Re: [SOLVED] minta script pretitle   [SOLVED] minta script pretitle Empty

Kembali Ke Atas Go down
 
[SOLVED] minta script pretitle
Kembali Ke Atas 
Halaman 1 dari 1
 Similar topics
-
» Minta Abs Battle Script donk...ama Sds script
» Minta script
» minta tolong script
» Minta script,sprite,dll
» Aq minta script SBS donk...??

Permissions in this forum:Anda tidak dapat menjawab topik
RPGMakerID :: Scripts & Event Systems :: RMXP Scripts :: RGSS Request-
Navigasi: