-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsceneTest.gml
33 lines (29 loc) · 1.04 KB
/
sceneTest.gml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
s = new("Shiroko")
lb()
mus("theme 02")
bg("BG Classroom2") bfi()
loc("Testing Scene")
cex(s, 0) cfi(s, 5) tfi()
say("Apis035", "Dev", "Which type of test?")
ch ("#1 Perform Animation", "#2 Emoticon")
lb(1)
cpf(s, pf_jump) say(s, "pf_jump")
cpf(s, pf_shiver) say(s, "pf_shiver")
cpf(s, pf_shake) say(s, "pf_shake")
cpf(s, pf_nod) say(s, "pf_nod")
lj(1)
lb(2)
cem(s, em_angry) say(s, "em_angry")
cem(s, em_chat) say(s, "em_chat")
cem(s, em_dot) say(s, "em_dot")
cem(s, em_exclaim) say(s, "em_exclaim")
cem(s, em_heart) say(s, "em_heart")
cem(s, em_music) say(s, "em_music")
cem(s, em_question) say(s, "em_question")
cem(s, em_respond) say(s, "em_respond")
cem(s, em_shy) say(s, "em_shy")
cem(s, em_surprise) say(s, "em_surprise")
cem(s, em_sweat) say(s, "em_sweat")
cem(s, em_twinkle) say(s, "em_twinkle")
cem(s, em_upset) say(s, "em_upset")
lj(2)