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 itI accumulated 51539619840pts compared to the 6000 of Ch1Ima go look for a decimal being bitshiftedrRI'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 oneRandom learning in GMAlso,I figured a pretty bad way to do lighting without blendmodesIn create,set speed to 4In 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)}
whos a clever little serpypoop :p
I found it while trying to make a pause function, wonderful what things can be came across with experimentation
sqrt(-1), bitch.
Ya,it works,eh?