1 | if (live_call()) |
2 | return global.live_result; |
3 | switch (scene) |
4 | { |
5 | case 0: |
6 | if (image_alpha < 1) |
7 | image_alpha += 0.2; |
8 | else |
9 | scene++; |
10 | break; |
11 | case 1: |
12 | gravity = 0.3; |
13 | break; |
14 | } |