赞 | 93 |
VIP | 0 |
好人卡 | 13 |
积分 | 80 |
经验 | 53314 |
最后登录 | 2024-8-13 |
在线时间 | 1183 小时 |
Lv4.逐梦者
- 梦石
- 0
- 星屑
- 7981
- 在线时间
- 1183 小时
- 注册时间
- 2007-7-29
- 帖子
- 2055
|
今天心情不错,帮你写下,不保证,连测试都没有。- $a = 0
- $x2 = 600
- $y2 = 400
- $c = rand(6) + 1
- loop do
- $game_screen.pictures[9].show(("sa(#{$a})"),1,("#{$x2}"),("#{$y2}"),100,100,255,0)
- $a += 1
- $x2 -= 2
- $y2 -= 7
- @wait_count = 1
- if $a == 23
- $game_screen.pictures[10].show(("sa(#{$c})"),1,320,240,100,100,255,0)
- $game_variables[14] = $c
- break
- end
- end
- if $game_switches[237] == true
- if $game_variables[14] == 1
- $game_screen.pictures[9].erase
- @wait_count = 1
- $game_temp.message = "#1000"
- end
- if $game_variables[14] == 2
- $game_screen.pictures[9].erase
- .
- .
- end
- .
- .
- end
复制代码 |
|