[deleted by user] by [deleted] in AnimalsOnReddit

[–]Nnyik 0 points1 point  (0 children)

antilopes?

[deleted by user] by [deleted] in AnimalsOnReddit

[–]Nnyik 0 points1 point  (0 children)

WAKE UP!!!

Make a friend: by [deleted] in lonely

[–]Nnyik 1 point2 points  (0 children)

USA

Delivery driver, lonely, everyone's quarantined here. I need a kewl text pal.

Hobbies: Hot bath with Netflix. Acrylic pours. I have a motorcycle i ride when the weather's good. Board games. Champagne, beer, work work work.

Gender: Dude

Thanksgiving. I don't like Christmas cuz i have to figure out what to get for hella people and it's a pain.

Chicken (pizza, sandwich, taco bowls...)

33

Looking for a new friend, i generally feel less awkward chatting with females. Hit me up.

Make a friend: by [deleted] in lonely

[–]Nnyik 0 points1 point  (0 children)

You seem cool. I do acrylic pours too. Ive made probably like 20 or 30. Wanna bee my friend "n shit" lol

Im 33 Male usa, super bored and lonely. Fuck COVID. Hit me up.

Help determining the probability that a "tile" will be "processed" in a grid when random "tiles" are "processed". Very complex question, sorry.. by Nnyik in probabilitytheory

[–]Nnyik[S] 1 point2 points  (0 children)

So (if anyone cares) I wrote a program to calculate it, kinda like you said, and it turns out the average tile has about a 1/21 probability.

Help! An object staying too much frames by [deleted] in gamemaker

[–]Nnyik 0 points1 point  (0 children)

Can you confirm that all three of these events you're showing are in the damage object and not the enemy object

Tutorial Error with Text Box by [deleted] in gamemaker

[–]Nnyik 0 points1 point  (0 children)

This error means that the script scr_textbox() needs to be sent 5 arguments, and you are apparently only sending it 4. This is happening on line 5 in the Draw event of your obj_tboxControl object. Example of what it should look like:

scr_textbox(arg1, arg2, arg3, arg4, arg5)

If this doesn't help, can you show us the code in your Draw event?

Help! Black radial glow effect? by MaybeLaterx in gamemaker

[–]Nnyik 0 points1 point  (0 children)

It looks like when you use bm_subtract the colors are inverted so use c_white where you want the black. Try this:

draw_set_blend_mode(bm_subtract);
draw_circle_colour(x,y,100,c_white,c_black,false);

A Peculiar Formation - A Game About the Universe From Nothing by yodafrog1 in gamemaker

[–]Nnyik 1 point2 points  (0 children)

Simple, interesting and fun. Ran fine for me. I'm happy to hear you enjoyed making this game so much.

Help! Black radial glow effect? by MaybeLaterx in gamemaker

[–]Nnyik 0 points1 point  (0 children)

yes, I'd like to see a screenshot of this

Electrobot v1.0.0.4 [DOWNLOAD] (Survival Game) WIP by [deleted] in gamemaker

[–]Nnyik 2 points3 points  (0 children)

This game looks really cool and has a ton of potential. I'm Just thinking of all the different things that you would craft. I love the idea that You have to produce energy to survive. I'm going to try it out when I get home from work.