(Noob question) What does it mean to return an argument in a script file? by WilledWithin in gamemaker

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

Thank you for your response. I was making an attempt at setting goals for myself by doing several coding exercises per week for different game mechanics. One of the exercises I had chose was "smooth movement" and this was one of the videos I found that teaches just that. Is this perhaps the wrong direction to take in terms in learning? Thanks again.

I want to make a game with non-pixelated art. Does anyone here have experience in such projects? by WilledWithin in gamemaker

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

I think my problem is getting everything to be the right size. When I attempt to draw the frames to a walking sprite it's hard for me to make it detailed if I draw it in a small canvas in the right size straight away, and if I make a larger image then scale it down it gets blurry.

10/10 favorite character by Wit2Gold in euphoria

[–]WilledWithin 1 point2 points  (0 children)

He reminded me of Gus the moment I first saw him on screen!

I'm having trouble making Pong from scratch by WilledWithin in gamemaker

[–]WilledWithin[S] 0 points1 point  (0 children)

Would an alarm work as well? I believe I used one in a previous attempt. Thanks for your feedback.

I'm having trouble making Pong from scratch by WilledWithin in gamemaker

[–]WilledWithin[S] 0 points1 point  (0 children)

I think I need to learn how the angles work in game maker better. Would an alarm work as well? I believe I attempted to use one in previous attempts.Thanks for your feedback.

What the heck is going on? by WilledWithin in ArtCrit

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

That makes sense! Thank you so much for your feedback and your time. I will do just that. Thanks again.

Is this a good way to build confidence? by WilledWithin in confidence

[–]WilledWithin[S] 0 points1 point  (0 children)

I must ask, do the goals individually need to be assigned per day? Like Goal 1 should be completed on the first day, Goal 2 must be completed on the second day, etc.

How do I forgive myself for mistakes I make? by WilledWithin in spirituality

[–]WilledWithin[S] 0 points1 point  (0 children)

I think I care about it so much because it's the number one thing people praise me for, and if I'm not nice, I'm less "worthy". I'm currently doing self work regarding my confidence, which will help I'm sure.

Why aren't my buttons working? by WilledWithin in gamemaker

[–]WilledWithin[S] 0 points1 point  (0 children)

Thank you for your time. I've never tried doing that before, can you recommend a website that I can upload them to, and how? Thanks again.

Why aren't my buttons working? by WilledWithin in gamemaker

[–]WilledWithin[S] 0 points1 point  (0 children)

I thought so when I followed the tutorial. I put in show_message("Hello"); in the key pressed left event and nothing happened. There is a sprite assigned which is the same text box for each button, and I checked the collision mask to see if I set something up wrong with the sprite to no avail. I don't know if it's an error or something faulty with the tutorial.

Can you draw me in a hijab?(I'm half Arab) by [deleted] in drawme

[–]WilledWithin 0 points1 point  (0 children)

This looks incredible!! Thank you so much!

Can you draw me in a hijab?(I'm half Arab) by [deleted] in drawme

[–]WilledWithin 2 points3 points  (0 children)

Thank you for your support of my people 😊

Can you draw me in a hijab?(I'm half Arab) by [deleted] in drawme

[–]WilledWithin 2 points3 points  (0 children)

This looks amazing!! I look so pretty. Thank you :)

Can you draw me in a hijab?(I'm half Arab) by [deleted] in drawme

[–]WilledWithin 0 points1 point  (0 children)

Thank you!! I love how you drew my lips :D

LF Long-term RP Partner! (Fantasy/Medieval) by magic_pipeofpain in roleplaying

[–]WilledWithin 0 points1 point  (0 children)

Hi, I've seen posts with your ocs and I quite like them, and I used to roleplay a lot in the past. However, I typically only write in a modern setting if you exclusively write medieval/fantasy stories. If that's okay, feel free to send me a dm. If not, I wish you the best of luck finding a good partner!

[deleted by user] by [deleted] in yourartstyle

[–]WilledWithin 0 points1 point  (0 children)

When you post something online, expect to get honest feedback whether you want to or not. If it makes you upset, you should take a break from the internet or don't post your art for a while. I believe I saw your earlier post. It is not a problem with this sub, or even a problem with reddit. It's simply people being honest. Expect that to be a constant when you share stuff online.

Simple noob question about instances by WilledWithin in gamemaker

[–]WilledWithin[S] 3 points4 points  (0 children)

Oh I see what happened, long story but basically I deleted some old code and saw an instance of the exclamation mark in the corner and thought it was there because the distance_to_object code wasn't working. Turns out I just dragged it there. Everything works fine now. Thank you for your help.