sItemJumpBall
0
-1
0
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
image_alpha = 0;
image_speed = 0;
fadein = 0;
alarm[0] = 30;
1
603
7
0
0
-1
2
self
0
0
1
fadein = 1;
1
603
7
0
0
-1
2
self
0
0
1
if (fadein) {
if (image_alpha < 1) {
image_alpha += 0.05;
} else {
instance_create(x, y, oItemJumpBall);
//instance_create(x, y, scr_itemsopen(3));
instance_destroy();
}
}
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
0