Within 54 seconds on ArcadeCh2

Posted by s on Nov. 21, 2007, 3:49 p.m.

Serprex wrote a long unfronted blog. As expected, few readers will actually read it in hopes that they can find something better to do with their small insignificant time. Sadly to say, you probably could do much better things. But you chose to view this page, so learn to swallow

I broked it

I accumulated 51539619840pts compared to the 6000 of Ch1

Ima go look for a decimal being bitshifted

rR

I'm being hard pressed to do well in IkaLv5 and the bombing is finally getting me when I go to bomb with no bombs. Simply put, I run ahead thinking I'm about to blast off a pack of bullets and end up just…running into one

Random learning in GM

Also,I figured a pretty bad way to do lighting without blendmodes

In create,set speed to 4

In draw,
direction=point_direction(x,y,mouse_x,mouse_y)
var x1,x2,y1,y2;
x1=lengthdir_x(100,direction+20);y1=lengthdir_y(100,direction+20)
x2=lengthdir_x(100,direction-20);y2=lengthdir_y(100,direction-20)
draw_set_alpha(.03)
repeat(99){
draw_set_color(0)
draw_rectangle(0,0,320,320,0)
draw_set_color(-1)
draw_triangle(x,y,x+x1,y+y1,x+x2,y+y2,0)}

Comments

FireflyX 17 years, 1 month ago

whos a clever little serpypoop :p

s 17 years, 1 month ago

I found it while trying to make a pause function, wonderful what things can be came across with experimentation

JoshDreamland 17 years, 1 month ago

sqrt(-1), bitch.

PY 17 years, 1 month ago

Ya,it works,eh?