[Écran] Plein Écran Automatique
Kryptomancia :: Section Création :: Script :: Autre
Page 1 sur 1 • Partager •
[Écran] Plein Écran Automatique
Auteur: Inconnu
Se script permet davoir un plein écran automatique
Remplacé Main par ceci
Se script permet davoir un plein écran automatique
Remplacé Main par ceci
- Code:
#=============
# ¦ Main
#---------------------
# ??????????????????
#=============
begin
$showm = Win32API.new 'user32', 'keybd_event', %w(l l l l), ''
$showm.call(18,0,0,0)
$showm.call(13,0,0,0)
$showm.call(13,0,2,0)
$showm.call(18,0,2,0)
# Change the $fontface variable to change the font style
$fontface = "Arial"
# Change the $fontsize variable to change the font size
$fontsize = 24
# ?????????
Graphics.freeze
# ????????? (??????) ???
$scene = Scene_Title.new
# $scene ?????? main ?????????
while $scene != nil
$scene.main
end
# ???????
Graphics.transition(20)
rescue Errno::ENOENT
# ?? Errno::ENOENT ???
# ????????????????????????????????
filename = $!.message.sub("No such file or directory - ", "")
print("File #{filename} was not found.")
end

Scythe Darklight- Invoqueur de tempête

- Nombre de messages: 1166
Age: 20
Date d'inscription: 17/08/2006

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum
















