Original von *Castoth*
@Mugen: Verrat ich nich.
Is sowieso für mich gemacht worden.![]()
Ist es nicht
#------------------------------------------------------------------------------------------------------------------------
#------ Script "Kalligraphie-Prüfung" - Version 1.0 ©by NanoTek Design - Melchizedek ------------------
über dem Script "Main" im Script-Editor als hat, mann muss als bei kleineren
# - Es kann sein, das man beim DEBUG öffter drücken muss um die Textbox erscheinen zu lassen
# - !
# - Credits: an Cybersam für Keyboard Script v3 und Mouse Script v1 !
# -
class Sekunden
$s_switch_geschafft = 1
$s_switch_verloren = 2
$fehlerquote = 0 # Je größer das Bild und je mehr und komplexer zu malen ist, desto höher die Quote (im 1000-Bereich!)
#1 Fehler bedeutet 1 falsch gesetzter Pixel!
DEBUG = false #Variable zum Anzeigen der fehlerhaften Pixel (true= an, false = aus)
#------------------------------------------------------------------------------------------------------------------------
.new(0,0,0,0) #Farbspeicher für bemalbares Bild
@color_white = Color.new(255,255,255,255)
@no_color = Color.new(0,0,0,0)
@fehler = 0
@time_rest = nil
@total_sec = 0
@tmp_sec = 0
und
Quellcode
- # i'll try to make the mouse-wheel work...
- # i cant promess anything... ^-^
- #
- # till next update you cann add more stuff or just use it as it is atm...
- #
- # in the next release will be hopefully the mouse-wheel (not sure though)
- # and the joy-stick/pad buttons...
- # but before that i'll have to reasearch a little about that... ^-^
- #==============================================================================
- module Kboard
- $RMouse_BUTTON_L = 0x01 # left mouse button
- $RMouse_BUTTON_R = 0x02 # right mouse button
- $RMouse_BUTTON_M = 0x04 # middle mouse button
- $RMouse_BUTTON_4 = 0x05 # 4th mouse button # only tested with win2k with a logitech mouse (MX900)
- $RMouse_BUTTON_5 = 0x06 # 5th mouse button # only tested with win2k with a logitech mouse (MX900)
- $R_Key_BACK = 0x08 # BACKSPACE key
- $R_Key_TAB = 0x09 # TAB key
- $R_Key_RETURN = 0x0D # ENTER key
- $R_Key_SHIFT = 0x10 # SHIFT key
- $R_Key_PAUSE = 0x13 # PAUSE key
- $R_Key_CAPITAL = 0x14 # CAPS LOCK key
- $R_Key_ESCAPE = 0x1B # ESC key
- $R_Key_SPACE = 0x20 # SPACEBAR
- $R_Key_PRIOR = 0x21 # PAGE UP key
- $R_Key_NEXT = 0x22 # PAGE DOWN key
- $R_Key_END = 0x23 # END key
- $R_Key_HOME = 0x24 # HOME key
- $R_Key_LEFT = 0x25 # LEFT ARROW key
- $R_Key_UP = 0x26 # UP ARROW key
- $R_Key_RIGHT = 0x27 # RIGHT ARROW key
- $R_Key_DOWN = 0x28 # DOWN ARROW key
- $R_Key_SELECT = 0x29 # SELECT key
- $R_Key_PRINT = 0x2A # PRINT key
- $R_Key_SNAPSHOT = 0x2C # PRINT SCREEN key
- $R_Key_INSERT = 0x2D # INS key
- $R_Key_DELETE = 0x2E # DEL key
- $R_Key_0 = 0x30 # 0 key
von Melchizedek ausm RPG-XPForum?
Achja, hab die Scirpts verstümmelt sonst wärs ja raubkopie
