darkkurama
Member
Well... i got a script for showing a image before the title screen
This is the script:
###############################################################################
######Script that show a image before the title screen ######
###############################################################################
#
# Autor: Hyruleoflink
#
# Version: Beta 1.0
#
###############################################################################
begin
@logo = Sprite.new
@logo.bitmap = RPG::Cache.picture("logo")
Graphics.freeze
Graphics.transition(50)
@logo = nil
end
-----------------------------------------------------------------------
Well i want to add a music that show whit the script... like this a think:
@music.mp3 = RPG::Cache.music("music.mp3")
Something like that that run music whit the image script
Anyone can help me?
Darkkurama
This is the script:
###############################################################################
######Script that show a image before the title screen ######
###############################################################################
#
# Autor: Hyruleoflink
#
# Version: Beta 1.0
#
###############################################################################
begin
@logo = Sprite.new
@logo.bitmap = RPG::Cache.picture("logo")
Graphics.freeze
Graphics.transition(50)
@logo = nil
end
-----------------------------------------------------------------------
Well i want to add a music that show whit the script... like this a think:
@music.mp3 = RPG::Cache.music("music.mp3")
Something like that that run music whit the image script
Anyone can help me?
Darkkurama