Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- event.control.fgcolor = 200 200 200
- if $(event.control.type) = button
- event.control.imagemode = -8
- endif
- if $(event.control.state) = 0
- event.control.image = 1
- -- event.control.bgcolor = 200 200 200
- elif $(event.control.state) = 1
- event.control.image = 2
- -- event.control.bgcolor = 220 220 220
- else
- -- clicked
- event.control.image = 3
- -- event.control.bgcolor = 180 180 180
- endif
- if $_action = init
- window.title = Connected Worlds: The Adventure
- window.width = 550
- window.height = 549
- window.image = 0
- #0.type = button
- #1.type = button
- #2.type = button
- #3.type = button
- #4.type = button
- #0.rect = 120 140 430 170
- #1.rect = 120 180 430 210
- #2.rect = 120 220 430 250
- #3.rect = 040 470 080 510
- #4.rect = 090 470 130 510
- #3.text = EN
- #4.text = LV
- language = en-US
- elif $_action = #2.clicked
- quit = 1
- elif $_action = #3.clicked
- language = en-US
- elif $_action = #4.clicked
- language = lv-LV
- endif
- if $language = en-US
- #0.text = Play the game
- #1.text = Install
- #2.text = Quit
- #3.fgcolor = 200 120 110
- #4.fgcolor = 200 200 200
- elif $language = lv-LV
- #0.text = Spēlēt spēli
- #1.text = Instalēt spēli
- #2.text = Iziet
- #3.fgcolor = 200 200 200
- #4.fgcolor = 200 120 110
- endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement