赞 | 0 |
VIP | 0 |
好人卡 | 0 |
积分 | 7 |
经验 | 0 |
最后登录 | 2024-11-6 |
在线时间 | 51 小时 |
Lv2.观梦者
- 梦石
- 0
- 星屑
- 670
- 在线时间
- 51 小时
- 注册时间
- 2018-6-27
- 帖子
- 49
|
加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
- p = rand(12) + 1
- p p
- if p =1
- @MNSHPTT == "001-Blind01"
- Graphics.transition(2, "Graphics/Transitions/001-Blind01")
- end
- if p = 2
- @MNSHPTT== "002-Blind02"
- Graphics.transition(2, "Graphics/Transitions/002-Blind02")
- end
- if p = 3
- @MNSHPTT== "003-Blind03"
- Graphics.transition(2, "Graphics/Transitions/003-Blind03")
- end
- if p = 4
- @MNSHPTT== "004-Blind04"
- Graphics.transition(2, "Graphics/Transitions/004-Blind04")
- end
- if p = 5
- @MNSHPTT== "005-Stripe01"
- Graphics.transition(2, "Graphics/Transitions/005-Stripe01")
- end
- if p = 6
- @MNSHPTT== "006-Stripe02"
- Graphics.transition(2, "Graphics/Transitions/006-Stripe02")
- end
- if p = 7
- @MNSHPTT== "007-Line01"
- Graphics.transition(2, "Graphics/Transitions/007-Line01")
- end
- if p = 8
- @MNSHPTT== "008-Line02"
- Graphics.transition(2, "Graphics/Transitions/008-Line02")
- end
- if p = 9
- @MNSHPTT== "009-Random01"
- Graphics.transition(2, "Graphics/Transitions/009-Random01")
- end
- if p =10
- @MNSHPTT== "010-Random02"
- Graphics.transition(2, "Graphics/Transitions/010-Random02")
- end
- if p = 11
- @MNSHPTT== "011-Random03"
- Graphics.transition(2, "Graphics/Transitions/011-Random03")
- end
- if p = 12
- @MNSHPTT== "012-Random04"
- Graphics.transition(2, "Graphics/Transitions/012-Random04")
- end
- p p
- p @MNSHPTT
复制代码
如题,第一次输出p是随机值,第二次输出p一定为12,为什么啊。还有最后输出@MHSHPTT是nil,为什么呢 |
|