-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
external source files babyyy still need to change some others that arent, in which some saved code isnt set up to load yet dont know if this will be too laggy but less compiling now unless theres still something that is internal that needs to be changed
- Loading branch information
1 parent
ecd194a
commit 0a663f0
Showing
224 changed files
with
5,746 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
if mode = 2 instance_create(x-80,y,beat_particle_great) | ||
if hit = 1 && nodeathsound = 0 | ||
{ | ||
if mode > 0 | ||
{ | ||
switch mode { | ||
case 1: | ||
switch soundtype { | ||
case 0: caster_play(choose(snd_beat_lvl1_d_hit1,snd_beat_lvl1_d_hit2,snd_beat_lvl1_d_hit3,snd_beat_lvl1_d_hit4),.5,1) break | ||
case 1: caster_play(choose(snd_beat_lvl2_d_hit1,snd_beat_lvl2_d_hit2,snd_beat_lvl2_d_hit3,snd_beat_lvl2_d_hit4),.5,1) break | ||
case 2: caster_play(choose(snd_beat_lvl3_d_hit1,snd_beat_lvl3_d_hit2,snd_beat_lvl3_d_hit3,snd_beat_lvl3_d_hit4),.5,1) break | ||
} | ||
break | ||
case 2: | ||
switch soundtype { | ||
case 0: caster_play(choose(snd_beat_lvl1_d_hit1,snd_beat_lvl1_d_hit2,snd_beat_lvl1_d_hit3,snd_beat_lvl1_d_hit4),.5,1) break | ||
case 1: caster_play(choose(snd_beat_lvl2_d2_hit1,snd_beat_lvl2_d2_hit2,snd_beat_lvl2_d2_hit3,snd_beat_lvl2_d2_hit4),.5,1) break | ||
case 2: caster_play(choose(snd_beat_lvl3_d_hit1,snd_beat_lvl3_d_hit2,snd_beat_lvl3_d_hit3,snd_beat_lvl3_d_hit4),.5,1) break | ||
} | ||
break | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
draw_set_alpha(1) | ||
if !designer_mode { if mode != 0 { | ||
draw_rectangle_color(x-(15/2),y-(15/2),x+(15/2),y+(15/2), | ||
make_color_rgb(247,216,0),make_color_rgb(247,216,0),make_color_rgb(247,216,0),make_color_rgb(247,216,0),false) } | ||
else { draw_rectangle_color(x-(15/2),y-(15/2),x+(15/2),y+(15/2),c_white,c_white,c_white,c_white,false) } } | ||
else draw_rectangle_color( | ||
(x-(15/2))/4.05+(parent.x+(parent.sizex/2)-324),(y-(15/2))/4.05+(parent.y-174), | ||
(x+(15/2))/4.05+(parent.x+(parent.sizex/2)-324),(y+(15/2))/4.05+(parent.y-174), | ||
make_color_rgb(247,216,0),make_color_rgb(247,216,0),make_color_rgb(247,216,0),make_color_rgb(247,216,0),false) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
if gameover<1{if (y >= 600 - (15/2) - (vspeed*.3) || y <= 120 + (15/2) + (vspeed*-.3)) | ||
&& (x >= 70 && x <= 1219) { if mode = 2 && vspeed != 0 instance_create(x,y,beat_particle_mega_bounce) vspeed *= -1 } | ||
if ((x >= 69-16-(hspeed*-.8) && x <= 69+16+(hspeed*-.8)) && ((y >= paddle.y-39 | ||
&& y <= paddle.y+39 && hit = 0 && special != 1 && special != 2) | ||
|| (y >= paddle.y-39-16 && y <= paddle.y+39+16 && hit = 0 && special = 1) | ||
|| (y >= paddle.y-39+8 && y <= paddle.y+39-8 && hit = 0 && special = 2) | ||
|| (y >= paddle.y-114-39 && y <= paddle.y-82+7 && special = 3 && hit = 0) || always_hit=1 )) | ||
{ hspeed *= -1 if !designer_mode beat_hit() hit = 1 } | ||
if (x < 0) { if !designer_mode beat_miss() instance_destroy() } | ||
if (x > 1280+(15/2)) { instance_destroy() }} | ||
else{speed=0hspeed=0vspeed=0} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
draw_set_alpha(1) | ||
if !designer_mode { if mode != 0 { | ||
draw_rectangle_color(x-(15/2),y-(15/2),x+(15/2),y+(15/2), | ||
make_color_rgb(247,216,0),make_color_rgb(247,216,0),make_color_rgb(247,216,0),make_color_rgb(247,216,0),false) } | ||
else { draw_rectangle_color(x-(15/2),y-(15/2),x+(15/2),y+(15/2),c_white,c_white,c_white,c_white,false) } } | ||
else draw_rectangle_color((x-(15/2))/4.05+(parent.x+(parent.sizex/2)-324),(y-(15/2))/4.05+(parent.y-174), | ||
(x+(15/2))/4.05+(parent.x+(parent.sizex/2)-324),(y+(15/2))/4.05+(parent.y-174), | ||
make_color_rgb(247,216,0),make_color_rgb(247,216,0),make_color_rgb(247,216,0),make_color_rgb(247,216,0),false) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
if gameover<1{if (y >= 600 - (15/2) - (vspeed*.3) || y <= 120 + (15/2) + (vspeed*-.3)) | ||
&& (x >= 70 && x <= 1219) { if mode = 2 && vspeed != 0 instance_create(x,y,beat_particle_mega_bounce) vspeed *= -1 } | ||
if ((x >= 69-16-(hspeed*-.8) && x <= 69+16+(hspeed*-.8)) && ((y >= paddle.y-39 | ||
&& y <= paddle.y+39 && hit = 0 && special != 1 && special != 2) | ||
|| (y >= paddle.y-39-16 && y <= paddle.y+39+16 && hit = 0 && special = 1) | ||
|| (y >= paddle.y-39+8 && y <= paddle.y+39-8 && hit = 0 && special = 2) | ||
|| (y >= paddle.y-114-39 && y <= paddle.y-82+7 && special = 3 && hit = 0) || always_hit=1 )) | ||
{ hspeed *= -1 if !designer_mode beat_hit() hit = 1 } | ||
if (x < 0) { if !designer_mode beat_miss() instance_destroy() } | ||
if (x > 1280+(15/2)) { instance_destroy() }} | ||
else{speed=0hspeed=0vspeed=0} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
speed=1 | ||
direction=180 | ||
var hit; | ||
hit = 0; | ||
beat_hspeed = hspeed | ||
color = make_color_rgb(255,255,255) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
draw_set_alpha(1)if !designer_mode if mode != 0 { | ||
draw_rectangle_color(x-(15/2),y-(15/2),x+(15/2),y+(15/2),color,color,color,color,false) } | ||
else draw_rectangle_color(x-(15/2),y-(15/2),x+(15/2),y+(15/2),color,color,color,color,false) | ||
else { draw_rectangle_color((x-(15/2))/4.05+(parent.x+(parent.sizex/2)-324),(y-(15/2))/4.05+(parent.y-174), | ||
(x+(15/2))/4.05+(parent.x+(parent.sizex/2)-324),(y+(15/2))/4.05+(parent.y-174),c_white,c_white,c_white,c_white,false) } | ||
execute_string(drawcode_) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
if gameover<1{if (y >= 600 - (15/2) - (vspeed*.3) || y <= 120 + (15/2) + (vspeed*-.3)) | ||
&& (x >= 70 && x <= 1219) { if mode = 2 && vspeed != 0 instance_create(x,y,beat_particle_mega_bounce) vspeed *= -1 } | ||
if ((x >= 69-16-(hspeed*-.8) && x <= 69+16+(hspeed*-.8)) && ((y >= paddle.y-39 | ||
&& y <= paddle.y+39 && hit = 0 && special != 1 && special != 2) | ||
|| (y >= paddle.y-39-16 && y <= paddle.y+39+16 && hit = 0 && special = 1) | ||
|| (y >= paddle.y-39+8 && y <= paddle.y+39-8 && hit = 0 && special = 2) | ||
|| (y >= paddle.y-114-39 && y <= paddle.y-82+7 && special = 3 && hit = 0) || always_hit=1 )) | ||
{ hspeed *= -1 if !designer_mode beat_hit() hit = 1 } | ||
if (x < 0) { if !designer_mode beat_miss() instance_destroy() } | ||
if (x > 1280+(15/2)) { instance_destroy() }}else{speed=0hspeed=0vspeed=0} | ||
execute_string(stepcode_) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
draw_set_alpha(1)if !designer_mode if mode != 0 { | ||
draw_rectangle_color(x-(15/2),y-(15/2),x+(15/2),y+(15/2),c_bittrip_cyan,c_bittrip_cyan,c_bittrip_cyan,c_bittrip_cyan,false) } | ||
else { draw_rectangle_color(x-(15/2),y-(15/2),x+(15/2),y+(15/2),c_white,c_white,c_white,c_white,false) } | ||
else draw_rectangle_color((x-(15/2))/4.05+(parent.x+(parent.sizex/2)-324),(y-(15/2))/4.05+(parent.y-174), | ||
(x+(15/2))/4.05+(parent.x+(parent.sizex/2)-324),(y+(15/2))/4.05+(parent.y-174), | ||
c_bittrip_cyan,c_bittrip_cyan,c_bittrip_cyan,c_bittrip_cyan,false) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
if gameover<1{if (y >= 600 - (15/2) - (vspeed*.3) || y <= 120 + (15/2) + (vspeed*-.3)) | ||
&& (x >= 70 && x <= 1219) { if mode = 2 && vspeed != 0 instance_create(x,y,beat_particle_mega_bounce) if firstbouncecomplete = 0 { originalspeed = vspeed firstbouncecomplete = 1 } vspeed = originalspeed*-1 } | ||
if ((x >= 69-16-(hspeed*-.8) && x <= 69+16+(hspeed*-.8)) && ((y >= paddle.y-39 | ||
&& y <= paddle.y+39 && hit = 0 && special != 1 && special != 2) | ||
|| (y >= paddle.y-39-16 && y <= paddle.y+39+16 && hit = 0 && special = 1) | ||
|| (y >= paddle.y-39+8 && y <= paddle.y+39-8 && hit = 0 && special = 2) | ||
|| (y >= paddle.y-114-39 && y <= paddle.y-82+7 && special = 3 && hit = 0) || always_hit=1)) | ||
{ hspeed *= -1 if !designer_mode beat_hit() hit = 1 } | ||
if (x < 0) { if !designer_mode beat_miss() instance_destroy() } | ||
if (x > 1280+(15/2)) { instance_destroy() } | ||
/*if bounce > 0 && bouncespeed > 0 */vspeed += bounce / bouncespeed | ||
/*else if bounce < 0 && bouncespeed < 0 vspeed -= */}else{speed=0hspeed=0vspeed=0} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
draw_set_alpha(1) | ||
if !designer_mode { if mode != 0 { if flip = 1 | ||
draw_rectangle_color(x-(15/2),((y * -1) + room_height)-(15/2),x+(15/2),((y * -1) + room_height)+(15/2), | ||
make_color_rgb(184,249,255),make_color_rgb(184,249,255),make_color_rgb(184,249,255),make_color_rgb(184,249,255),false) | ||
else draw_rectangle_color(x-(15/2),y-(15/2),x+(15/2),y+(15/2), | ||
make_color_rgb(184,249,255),make_color_rgb(184,249,255),make_color_rgb(184,249,255),make_color_rgb(184,249,255),false)} | ||
else { if flip = 0 draw_rectangle_color(x-(15/2),y-(15/2),x+(15/2),y+(15/2),c_white,c_white,c_white,c_white,false) | ||
else draw_rectangle_color(x-(15/2),((y * -1) + 720)-(15/2),x+(15/2),((y * -1) + 720)+(15/2), | ||
c_white,c_white,c_white,c_white,false) } } | ||
else { if mode != 0 { if flip = 1 | ||
draw_rectangle_color((x-(15/2))/4.05+(parent.x+(parent.sizex/2)-324),(((y*-1)+room_height)-(15/2))/4.05+(parent.y-174), | ||
(x+(15/2))/4.05+(parent.x+(parent.sizex/2)-324),(((y*-1)+room_height)+(15/2))/4.05+(parent.y-174), | ||
make_color_rgb(184,249,255),make_color_rgb(184,249,255),make_color_rgb(184,249,255),make_color_rgb(184,249,255),false) | ||
else draw_rectangle_color((x-(15/2))/4.05+(parent.x+(parent.sizex/2)-324),(y-(15/2))/4.05+(parent.y-174), | ||
(x+(15/2))/4.05+(parent.x+(parent.sizex/2)-324),(y+(15/2))/4.05+(parent.y-174), | ||
make_color_rgb(184,249,255),make_color_rgb(184,249,255),make_color_rgb(184,249,255),make_color_rgb(184,249,255),false)} | ||
else { if flip = 0 draw_rectangle_color((x-(15/2))/4.05+(parent.x+(parent.sizex/2)-324),(y-(15/2))/4.05+(parent.y-174), | ||
(x+(15/2))/4.05+(parent.x+(parent.sizex/2)-324),(y+(15/2))/4.05+(parent.y-174),c_white,c_white,c_white,c_white,false) | ||
else draw_rectangle_color((x-(15/2))/4.05+(parent.x+(parent.sizex/2)-324),((y*-1)-(15/2))/4.05+(parent.y-174), | ||
(x+(15/2))/4.05+(parent.x+(parent.sizex/2)-324),((y*-1)+(15/2))/4.05+(parent.y-174), | ||
c_white,c_white,c_white,c_white,false) } } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
if gameover<1{if (y >= 600 - (15/2) - (vspeed*.3) || y <= 120 + (15/2) + (vspeed*-.3)) | ||
&& (x >= 70 && x <= 1219) { if mode = 2 && vspeed != 0 instance_create(x,y,beat_particle_mega_bounce) vspeed *= -1 } | ||
if ((x >= 69-16-(hspeed*-.8) && x <= 69+16+(hspeed*-.8)) && flip = 0 && ((y >= paddle.y-39 | ||
&& y <= paddle.y+39 && hit = 0 && special != 1 && special != 2) | ||
|| (y >= paddle.y-39-16 && y <= paddle.y+39+16 && hit = 0 && special = 1) | ||
|| (y >= paddle.y-39+8 && y <= paddle.y+39-8 && hit = 0 && special = 2) | ||
|| (y >= paddle.y-114-39 && y <= paddle.y-82+7 && special = 3 && hit = 0) || always_hit=1 )) | ||
|| ((x >= 69-16-(hspeed*-.8) && x <= 69+16+(hspeed*-.8)) && flip = 1 && ((((y *-1 + 720) >= paddle.y-39 | ||
&& (y *-1 + room_height) <= paddle.y+39 && hit = 0 && special != 1 && special != 2) | ||
|| ((y *-1 + room_height) >= paddle.y-39-16 && (y *-1 + room_height) <= paddle.y+39+16 && hit = 0 && special = 1) | ||
|| ((y *-1 + room_height) >= paddle.y-39+8 && (y *-1 + room_height) <= paddle.y+39-8 && hit = 0 && special = 2) | ||
|| ((y *-1 + room_height) >= paddle.y-114-39 && (y *-1 + room_height) <= paddle.y-82+7 && special = 3 && hit = 0) || always_hit=1 ))) | ||
{ hspeed *= -1 if !designer_mode beat_hit() hit = 1 } | ||
if (x < 0) { beat_miss() instance_destroy() } | ||
if (x > 1280+(15/2)) { instance_destroy() }} | ||
else{speed=0hspeed=0vspeed=0} | ||
if hit != 1 y += (paddle.y - y) / follow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
draw_set_alpha(image_index<(bpm/flashrate)) | ||
if !designer_mode { if mode != 0 { | ||
draw_rectangle_color(x-(15/2),y-(15/2),x+(15/2),y+(15/2), | ||
c_lime,c_lime,c_lime,c_lime,false) } | ||
else { draw_rectangle_color(x-(15/2),y-(15/2),x+(15/2),y+(15/2),c_white,c_white,c_white,c_white,false) } } | ||
else draw_rectangle_color( | ||
(x-(15/2))/4.05+(parent.x+(parent.sizex/2)-324),(y-(15/2))/4.05+(parent.y-174), | ||
(x+(15/2))/4.05+(parent.x+(parent.sizex/2)-324),(y+(15/2))/4.05+(parent.y-174), | ||
make_color_rgb(247,216,0),make_color_rgb(247,216,0),make_color_rgb(247,216,0),make_color_rgb(247,216,0),false) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
if gameover<1{if (y >= 600 - (15/2) - (vspeed*.3) || y <= 120 + (15/2) + (vspeed*-.3)) | ||
&& (x >= 70 && x <= 1219) { if mode = 2 && vspeed != 0 instance_create(x,y,beat_particle_mega_bounce) vspeed *= -1 } | ||
if ((x >= 69-16-(hspeed*-.8) && x <= 69+16+(hspeed*-.8)) && ((y >= paddle.y-39 | ||
&& y <= paddle.y+39 && hit = 0 && special != 1 && special != 2) | ||
|| (y >= paddle.y-39-16 && y <= paddle.y+39+16 && hit = 0 && special = 1) | ||
|| (y >= paddle.y-39+8 && y <= paddle.y+39-8 && hit = 0 && special = 2) | ||
|| (y >= paddle.y-114-39 && y <= paddle.y-82+7 && special = 3 && hit = 0) || always_hit=1 )) | ||
{ hspeed *= -1 if !designer_mode beat_hit() hit = 1 } | ||
if (x < 0) { if !designer_mode beat_miss() instance_destroy() } | ||
if (x > 1280+(15/2)) { instance_destroy() }} | ||
else{speed=0hspeed=0vspeed=0} | ||
image_index+=1 | ||
if image_index>(bpm/flashrate)*2 image_index=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
draw_set_alpha(1)draw_set_alpha(1)if !designer_mode if mode != 0 { | ||
draw_rectangle_color(x-(15/2),y-(15/2),x+(15/2),y+(15/2),make_color_rgb(252,165,0),make_color_rgb(252,165,0),make_color_rgb(252,165,0),make_color_rgb(252,165,0),false) } | ||
else { draw_rectangle_color(x-(15/2),y-(15/2),x+(15/2),y+(15/2),c_white,c_white,c_white,c_white,false) } | ||
else draw_rectangle_color( | ||
(x-(15/2))/4.05+(parent.x+(parent.sizex/2)-324),(y-(15/2))/4.05+(parent.y-174), | ||
(x+(15/2))/4.05+(parent.x+(parent.sizex/2)-324),(y+(15/2))/4.05+(parent.y-174), | ||
make_color_rgb(252,165,0),make_color_rgb(252,165,0),make_color_rgb(252,165,0),make_color_rgb(252,165,0),false) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
if gameover<1{if (y >= 600 - (15/2) - (vspeed*.3) || y <= 120 + (15/2) + (vspeed*-.3)) | ||
&& (x >= 70 && x <= 1219) { if mode = 2 && vspeed != 0 instance_create(x,y,beat_particle_mega_bounce) vspeed *= -1 } | ||
if ((x >= 69-16-(hspeed*-.8) && x <= 69+16+(hspeed*-.8)) && ((y >= paddle.y-39 | ||
&& y <= paddle.y+39 && hit = 0 && special != 1 && special != 2) | ||
|| (y >= paddle.y-39-16 && y <= paddle.y+39+16 && hit = 0 && special = 1) | ||
|| (y >= paddle.y-39+8 && y <= paddle.y+39-8 && hit = 0 && special = 2) | ||
|| (y >= paddle.y-114-39 && y <= paddle.y-82+7 && special = 3 && hit = 0) || (always_hit=1 && hit = 0) )) | ||
{ x = paddle.x+(69*designer_mode)+15 hspeed = origspeed if !designer_mode beat_hit() hit = hits vspeed = 0 } | ||
if ((x >= 69-16-(hspeed*-.8) && x <= 69+16+(hspeed*-.8)) && ((y >= paddle.y-39 | ||
&& y <= paddle.y+39 && hit > 1 && special != 1 && special != 2) | ||
|| (y >= paddle.y-39-16 && y <= paddle.y+39+16 && hit > 1 && special = 1) | ||
|| (y >= paddle.y-39+8 && y <= paddle.y+39-8 && hit > 1 && special = 2) | ||
|| (y >= paddle.y-114-39 && y <= paddle.y-82+7 && special = 3 && hit > 1) || (always_hit=1 && hit > 1) )) | ||
{ hspeed = origspeed if !designer_mode beat_hit() hit -= 1 if keepvsp = 0 vspeed = 0 } | ||
if (hit > 1) { hspeed -= bouncex / 10 vspeed -= bouncey / 10 } | ||
/*if (hit = 3) { hspeed -= bouncex2 / 10 vspeed -= bouncey2 / 10 } | ||
if (hit = 4) { hspeed -= bouncex3 / 10 vspeed -= bouncey3 / 10 } | ||
if (hit = 5) { hspeed -= bouncex4 / 10 vspeed -= bouncey4 / 10 } | ||
if (hit = 6) { hspeed -= bouncex5 / 10 vspeed -= bouncey5 / 10 } | ||
if (hit = 7) { hspeed -= bouncex6 / 10 vspeed -= bouncey6 / 10 } | ||
if (hit = hits) hit = 1*/ | ||
if (x < 0) { if !designer_mode beat_miss() instance_destroy() } | ||
if (x > 1280+(15/2)) { instance_destroy() }}else{speed=0hspeed=0vspeed=0} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
if special = powerup + 1 | ||
{ | ||
if special = 2 | ||
{ | ||
caster_play(snd_challenge,1,1) | ||
instance_create(room_width/2,room_height/2,beat_challenge_finish) | ||
score += chalbeatshit * 10000 | ||
} | ||
special = 0 | ||
} | ||
paddle_visible=1 | ||
instance_destroy() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
paddle_visible = toggle(paddle_visible) | ||
alarm[1]=1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
speed=1 | ||
direction=180 | ||
var hit; | ||
hit = 0; | ||
beat_hspeed = hspeed | ||
ispowerup = 1 | ||
powerup = round(powerup) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
draw_set_alpha(1) | ||
if !designer_mode draw_rectangle_color(x-(15/2),y-(15/2),x+(15/2),y+(15/2),c_white,c_white,c_white,c_white,false) | ||
else draw_rectangle_color((x-(15/2))/4.05+(parent.x+(parent.sizex/2)-324),(y-(15/2))/4.05+(parent.y-174), | ||
(x+(15/2))/4.05+(parent.x+(parent.sizex/2)-324),(y+(15/2))/4.05+(parent.y-174), | ||
c_white,c_white,c_white,c_white,false) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
if gameover<1{if (y >= 600 - (15/2) - (vspeed*.3) || y <= 120 + (15/2) + (vspeed*-.3)) | ||
&& (x >= 70 && x <= 1219) { if mode = 2 && vspeed != 0 instance_create(x,y,beat_particle_mega_bounce) vspeed *= -1 } | ||
if ((x >= 69-16-(hspeed*-.8) && x <= 69+16+(hspeed*-.8)) && ((y >= paddle.y-39 | ||
&& y <= paddle.y+39 && hit = 0 && special != 1 && special != 2) | ||
|| (y >= paddle.y-39-16 && y <= paddle.y+39+16 && hit = 0 && special = 1) | ||
|| (y >= paddle.y-39+8 && y <= paddle.y+39-8 && hit = 0 && special = 2) | ||
|| (y >= paddle.y-114-39 && y <= paddle.y-82+7 && special = 3 && hit = 0) || always_hit=1 )) | ||
{ caster_play(snd_powerup,1,1) hit = 1 if !designer_mode beat_hit() alarm[1]=poweruptime*.75 | ||
if mode>0 instance_create(x,y,beat_particle_mega_hit) special = powerup + 1 | ||
alarm[0] = poweruptime visible = false hspeed = 0 | ||
if powerup = 1 { chaltxt=object_add() | ||
object_event_add(chaltxt,ev_create,0, | ||
'alpha_=1') | ||
object_event_add(chaltxt,ev_step,0, | ||
'alpha_-=0.01if alpha_<=0{instance_destroy()}') | ||
object_event_add(chaltxt,ev_draw,0, | ||
"draw_set_font(global.fontx1[2])draw_set_halign(fa_center)draw_set_valign(fa_center) | ||
draw_text_transformed_color(x,y,'CHALLENGE',24,24,0,c_bittrip_pink, | ||
c_bittrip_pink,c_bittrip_pink,c_bittrip_pink,alpha_)") | ||
instance_create(room_width/2,room_height/3,chaltxt) | ||
chalbeatshit=0}} | ||
if (x < 0) { if !designer_mode beat_miss() instance_destroy() } | ||
if (x > 1280+(15/2)) { instance_destroy() }}else{speed=0hspeed=0vspeed=0} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
speed=originalspeed*-1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
draw_set_alpha(1)if !designer_mode if mode != 0 { | ||
draw_rectangle_color(x-(15/2),y-(15/2),x+(15/2),y+(15/2),make_color_rgb(250,250,90),make_color_rgb(250,250,90),make_color_rgb(250,250,90),make_color_rgb(250,250,90),false) } | ||
else { draw_rectangle_color(x-(15/2),y-(15/2),x+(15/2),y+(15/2),c_white,c_white,c_white,c_white,false) } | ||
else draw_rectangle_color((x-(15/2))/4.05+(parent.x+(parent.sizex/2)-324),(y-(15/2))/4.05+(parent.y-174), | ||
(x+(15/2))/4.05+(parent.x+(parent.sizex/2)-324),(y+(15/2))/4.05+(parent.y-174), | ||
make_color_rgb(250,250,90),make_color_rgb(250,250,90),make_color_rgb(250,250,90),make_color_rgb(250,250,90),false) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
if gameover<1{if (y >= 600 - (15/2) - (vspeed*.3) || y <= 120 + (15/2) + (vspeed*-.3)) | ||
&& (x >= 70 && x <= 1219) { if mode = 2 && vspeed != 0 instance_create(x,y,beat_particle_mega_bounce) vspeed *= -1 } | ||
if ((x >= 69-16-(hspeed*-.8) && x <= 69+16+(hspeed*-.8)) && ((y >= paddle.y-39 | ||
&& y <= paddle.y+39 && hit = 0 && special != 1 && special != 2) | ||
|| (y >= paddle.y-39-16 && y <= paddle.y+39+16 && hit = 0 && special = 1) | ||
|| (y >= paddle.y-39+8 && y <= paddle.y+39-8 && hit = 0 && special = 2) | ||
|| (y >= paddle.y-114-39 && y <= paddle.y-82+7 && special = 3 && hit = 0) || always_hit=1 )) | ||
{ vspeed = 0 x = paddle.x+(69*designer_mode)+16 hspeed = 0 alarm[0] = staytime if !designer_mode beat_hit() hit = 1 } | ||
if (x < 0) { if !designer_mode beat_miss() instance_destroy() } | ||
if (x > 1280+(15/2)) { instance_destroy() }}else{speed=0hspeed=0vspeed=0originalspeed=0} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
velocity *= -1 | ||
alarm[0]=fliptime |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
speed=1 | ||
direction=180 | ||
var hit, flip; | ||
hit = 0; | ||
flip = 0; | ||
beat_hspeed = hspeed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
draw_set_alpha(1)if !designer_mode if mode != 0 { | ||
draw_rectangle_color(x-(15/2),y-(15/2),x+(15/2),y+(15/2),make_color_rgb(255,127,0),make_color_rgb(255,127,0),make_color_rgb(255,127,0),make_color_rgb(255,127,0),false) } | ||
else { draw_rectangle_color(x-(15/2),y-(15/2),x+(15/2),y+(15/2),c_white,c_white,c_white,c_white,false) } | ||
else draw_rectangle_color((x-(15/2))/4.05+(parent.x+(parent.sizex/2)-324),(y-(15/2))/4.05+(parent.y-174), | ||
(x+(15/2))/4.05+(parent.x+(parent.sizex/2)-324),(y+(15/2))/4.05+(parent.y-174), | ||
make_color_rgb(255,127,0),make_color_rgb(255,127,0),make_color_rgb(255,127,0),make_color_rgb(255,127,0),false) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
if gameover<1{if (y >= 600 - (15/2) - (vspeed*.3) || y <= 120 + (15/2) + (vspeed*-.3)) | ||
&& (x >= 70 && x <= 1219) { if mode = 2 && vspeed != 0 instance_create(x,y,beat_particle_mega_bounce) vspeed *= -1 } | ||
if ((x >= 69-16-(hspeed*-.8) && x <= 69+16+(hspeed*-.8)) && ((y >= paddle.y-39 | ||
&& y <= paddle.y+39 && hit = 0 && special != 1 && special != 2) | ||
|| (y >= paddle.y-39-16 && y <= paddle.y+39+16 && hit = 0 && special = 1) | ||
|| (y >= paddle.y-39+8 && y <= paddle.y+39-8 && hit = 0 && special = 2) | ||
|| (y >= paddle.y-114-39 && y <= paddle.y-82+7 && special = 3 && hit = 0) || always_hit=1 )) | ||
{ hspeed *= -1 if !designer_mode beat_hit() hit = 1 } | ||
if (x < 0) { if !designer_mode beat_miss() instance_destroy() } | ||
if (x > 1280+(15/2)) { instance_destroy() } | ||
vspeed += velocity/10}else{speed=0hspeed=0vspeed=0} |
Oops, something went wrong.