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.

Share | 
 

 [VX] Nufus Splash Scene

Topik sebelumnya Topik selanjutnya Go down 
[VX] Nufus Splash Scene Empty2011-12-25, 11:44
Post[VX] Nufus Splash Scene
#1
Nefusa 7 
Senior
Senior
Nefusa 7

Level 5
Posts : 954
Thanked : 6
Engine : RMXP
Skill : Intermediate
Type : Scripter

[VX] Nufus Splash Scene Vide
Nufus Scene Splash
Versi: 1.0
Tipe: Before Title :v


Pengenalan

Splash Screen . . :v


Fitur

=> Membuat Splash seperti game-game lain sebelum title
=> Simple, mudah dan tahan lama :hammer:


Screenshots
Splash? Screenshot? :o




Demo
Here


Scripts
Code:
#------------------------------------------------------------------------
# [VX] Splash Screen ( ver 1.0 ) ORIGINAL
# Author : Nefusa 7
#------------------------------------------------------------------------
# ** Description
#    This script show a splash screen before title screen
#------------------------------------------------------------------------
# ** How to use
#    => Place this script above main
#    => in main, change "$scene = Scene_Title.new" to "$scene = Scene_Splash.new"
#------------------------------------------------------------------------
# ** Credit to:
#    => Nefusa 7
#------------------------------------------------------------------------
class Scene_Splash
 #--------------------------------------------------------------------------
 # ● Initialize the scene
 #-------------------------------------------------------------------------- 
 def main
 # Load the System database & create a new game 
 $data_system = load_data("Data/System.rvdata")
 $game_system = Game_System.new
 # Initialize some transition stuff
 @show = true
 @hide = false
 @n = 0
 @splash_numb = 2
 # Define info about each splash screen
 @sprite1 = Sprite.new
 @sprite1.bitmap = ::Cache.system("Splash-1")
 @sprite1.opacity = 0
 @sprite2 = Sprite.new
 @sprite2.bitmap = ::Cache.system("Splash-2")
 @sprite2.opacity = 0
 # Update graphics and input
 Graphics.transition
 loop do
  Graphics.update
  Input.update
  update
  if $scene != self
    break
  end
 end
 # Discard your graphics when you leave this scene
 Graphics.freeze
 @sprite1.dispose
 @sprite2.dispose
 end
 #--------------------------------------------------------------------------
 # ● Update the contents in this scene
 #--------------------------------------------------------------------------
 def update
  # If SPACEBAR is pressed, go to to title screen
  if Input.trigger?(Input::C)
    Sound.play_decision
    $scene = Scene_Title.new
  end
  # Change the opacity of the graphics
  transition
  # Update graphics
  @sprite1.update
  @sprite2.update
 end
 #--------------------------------------------------------------
 # Transition through splash screens
 #-------------------------------------------------------------- 
 def transition
      # Fade in a splashscreen
      if @show == true
        @n += 2
        if @n > 255
          @hide = true
          @show = false
          @n = 255
        end
      end
      # Fade out a splashscreen and load the next one
      if @hide == true
        @n -= 2
        if @n < 0
          @hide = false
          @show = true
          @splash_numb -= 1
          @n = 0
        end
      end     
      # Choose which action to perform in this scene
      case @splash_numb     
        when 0
          $scene = Scene_Title.new
        when 1
          @sprite2.opacity = @n
        when 2
          @sprite1.opacity = @n
      end
    end
end     

taruh gambar ukuran 544 x 416 pixel didalam folder system
namai Splash-1 dan Splash-2
. .
di main ganti $scene = Scene_Title.new jadi $scene = Scene_Splash.new


Credits
=> Nefusa 7


Terakhir diubah oleh Nefusa 7 tanggal 2012-03-13, 18:32, total 1 kali diubah
[VX] Nufus Splash Scene Empty2011-12-25, 11:51
PostRe: [VX] Nufus Splash Scene
#2
McPherson 
Senior
Senior
McPherson

Level 5
Posts : 777
Thanked : 7
Engine : Multi-Engine User
Skill : Intermediate
Type : Mapper
Awards:

[VX] Nufus Splash Scene Vide
wow.. wow..
nice share, gan!
saya coba DL dulu dmonya ;)
[VX] Nufus Splash Scene Empty2011-12-25, 12:01
PostRe: [VX] Nufus Splash Scene
#3
LowlingLife 
Administrator
Administrator
LowlingLife

Kosong
Posts : 2000
Thanked : 25
Engine : Multi-Engine User
Awards:

[VX] Nufus Splash Scene Vide
Wow!! :clap: Keren nih! Udah merambah ke dunia scripting!! Di lihat dari methodnya sih kayaknya nih script cukup simpel.... Blom DL sih... Tapi good job!
[VX] Nufus Splash Scene Empty2011-12-25, 12:05
PostRe: [VX] Nufus Splash Scene
#4
Bcyborg21 
Novice
Novice
Bcyborg21

Level 5
Posts : 204
Thanked : 1
Engine : RMVX
Skill : Advanced
Type : Artist

[VX] Nufus Splash Scene Vide
, wahh, cocok nih buat ojekan Ane . . .,, ;) ,, ijin DL dulu yo . . .

Menuju TKP :kabur:
[VX] Nufus Splash Scene Empty2011-12-25, 13:11
PostRe: [VX] Nufus Splash Scene
#5
Garry Laly 
Senior
Senior
Garry Laly

Level 5
Posts : 651
Thanked : 3
Engine : Multi-Engine User
Skill : Beginner

[VX] Nufus Splash Scene Vide
:hmm:

Bisa bikin yang VX juga :shocked:


Good job :clap:
Ijin DL uy :D


Kayaknya bisa buat tempat request nih :-
[VX] Nufus Splash Scene Empty2012-03-12, 21:28
PostRe: [VX] Nufus Splash Scene
#6
Galvin09 
Novice
Novice
Galvin09

Level 5
Posts : 241
Thanked : 8
Engine : Multi-Engine User
Skill : Beginner
Type : Developer

[VX] Nufus Splash Scene Vide
mantap, ijin DL ya.. :D
kalo ada bug, nanti ane kasih tau~ :D kayaknya sih ga ada.. :hammer: <<< ngejar posting.. :hammer:
[VX] Nufus Splash Scene Empty2012-03-12, 21:50
PostRe: [VX] Nufus Splash Scene
#7
andry5ury4 
Novice
Novice
andry5ury4

Level 5
Posts : 124
Thanked : 0
Engine : Multi-Engine User
Skill : Intermediate
Type : Jack of All Trades

[VX] Nufus Splash Scene Vide
bukan maksudnya necropost... tapi saya mau ngingetin yang di atas saya necropost soalnya posting terakhir dah 3 bulan yang lalu....

Quote :
mantap, ijin DL ya..
kalo ada bug, nanti ane kasih tau~ kayaknya sih ga ada.. <<< ngejar posting..

woooiiii kamu necropost
[VX] Nufus Splash Scene Empty2012-03-13, 13:17
PostRe: [VX] Nufus Splash Scene
#8
Galvin09 
Novice
Novice
Galvin09

Level 5
Posts : 241
Thanked : 8
Engine : Multi-Engine User
Skill : Beginner
Type : Developer

[VX] Nufus Splash Scene Vide
^belum genap 3 bulan bro... :swt: :swt:

@nefusa
udah jalan dengan baik :thumbup: , tapi timingnyya kayaknya agak kecepetan menurut ane..
oh ya, kira2 splashnya bisa ditambah ga? misalnya jadi 3 screen, 4 screen, dst..
[VX] Nufus Splash Scene Empty2012-03-13, 17:36
PostRe: [VX] Nufus Splash Scene
#9
Garry Laly 
Senior
Senior
Garry Laly

Level 5
Posts : 651
Thanked : 3
Engine : Multi-Engine User
Skill : Beginner

[VX] Nufus Splash Scene Vide
Quote :
woooiiii kamu necropost
Pengen ngakak =)) =))

:-

fus, rikues dong? :hihi:
:D
[VX] Nufus Splash Scene Empty2012-03-13, 18:44
PostRe: [VX] Nufus Splash Scene
Nefusa 7 
Senior
Senior
Nefusa 7

Level 5
Posts : 954
Thanked : 6
Engine : RMXP
Skill : Intermediate
Type : Scripter

[VX] Nufus Splash Scene Vide
Galvin09 wrote:
@nefusa
udah jalan dengan baik :thumbup: , tapi timingnyya kayaknya agak kecepetan menurut ane..
oh ya, kira2 splashnya bisa ditambah ga? misalnya jadi 3 screen, 4 screen, dst..
kalo masalah timingnya kamu bisa atur di
Code:

      # Fade in a splashscreen
      if @show == true
        @n += 2
        if @n > 255
          @hide = true
          @show = false
          @n = 255
        end
      end
      # Fade out a splashscreen and load the next one
      if @hide == true
        @n -= 2
        if @n < 0
          @hide = false
          @show = true
          @splash_numb -= 1
          @n = 0
        end
      end     
itu yang
Code:
@n += 2
dan
Code:
@n -= 2
Kalau kamu tambahin, nanti jadi agak lama :D
Atau kebalik ya? :hammer:
Pokoknya dicoba dulu deh :v

@Garry,
Rikues? :o
jangan disini dong :swt:
btw garry:


Maaf ya kalo jawaban kurang memuaskan XD
lagi mobile mode :-
:kabur:
[VX] Nufus Splash Scene Empty2012-03-13, 19:47
PostRe: [VX] Nufus Splash Scene
Garry Laly 
Senior
Senior
Garry Laly

Level 5
Posts : 651
Thanked : 3
Engine : Multi-Engine User
Skill : Beginner

[VX] Nufus Splash Scene Vide
IGC :|

Perasaan aku daftar disitu :hmm:

Lagian masih sepi :ngacay:
[VX] Nufus Splash Scene Empty2012-03-13, 19:52
PostRe: [VX] Nufus Splash Scene
Nefusa 7 
Senior
Senior
Nefusa 7

Level 5
Posts : 954
Thanked : 6
Engine : RMXP
Skill : Intermediate
Type : Scripter

[VX] Nufus Splash Scene Vide
kalo mo rikues kan bisa lewat PM :v
susah banget :swt:
[VX] Nufus Splash Scene Empty
PostRe: [VX] Nufus Splash Scene
Sponsored content 




[VX] Nufus Splash Scene Vide
 

[VX] Nufus Splash Scene

Topik sebelumnya Topik selanjutnya Kembali Ke Atas 

Similar topics

+
Halaman 1 dari 1

Permissions in this forum:Anda tidak dapat menjawab topik
RPGMakerID :: Scripts & Event Systems :: RMVX Scripts-