1 | if live_call() |
2 | return global.live_result; |
3 | if (image_alpha < 1) |
4 | image_alpha += 0.2 |
5 | switch scene |
6 | { |
7 | case 0: |
8 | y = lerp(y, 330, 0.05) |
9 | break |
10 | } |
11 | |
12 | image_xscale = lerp(image_xscale, 1, 0.15) |
13 | image_yscale = image_xscale |