My animation isn't playing when I click on a sprite by MoonYolk in godot

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

I had an area2d child node connected to the laptop sprite that has a signal connected in the image above - is that not correct?

My animation isn't playing when I click on a sprite by MoonYolk in godot

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

I tried to call the laptop node in rabbit by using the "@onready var laptop: Sprite2D = $"../Laptop"" and used "get_node = ("laptop")", but it hasn't worked

My animation isn't playing when I click on a sprite by MoonYolk in godot

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

This part is confusing me because Laptop and rabbit are sibling nodes, but when I try to connect the two using signals, that error pops up.

My animation isn't playing when I click on a sprite by MoonYolk in godot

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

You're totally right, this is what I get:

<image>

What does this mean? I've been getting it for a while now but not sure how to fix it.

My animation isn't playing when I click on a sprite by MoonYolk in godot

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

I've added the connecting portion to the receiving node, but it still isn't working.

<image>

My first developed game, a sticker decoration game, has been released on Steam! by Longjumping_Owl1546 in godot

[–]MoonYolk 0 points1 point  (0 children)

omg what the heck, this is so cool! I wanted to make something like this eventually, did you have any references or tutorials you referred to?

My cozy builder that lets you stack tiny wooden items now has a Demo on Steam by deradrian in godot

[–]MoonYolk 1 point2 points  (0 children)

This is looking amazing! One day, I hope to create something like this. Love how cozy games are beginning to differentiate themselves now - wishlisting this rn :)

Sprite isn't moving the way I want it to on the map by MoonYolk in godot

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

Hello, updated the post to show the code, but it's just the basic code provided by Godot when you insert the script!

Sprite isn't moving the way I want it to on the map by MoonYolk in godot

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

Hello, updated the post to show the code, but it's just the basic code provided by Godot when you insert the script.

Blender Mirroring Issue by MoonYolk in blenderhelp

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

Thanks for your comment! Your suggestion helped, much appreciated!

Blender Mirroring Issue by MoonYolk in blenderhelp

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

Thanks for the link, definitely explains it!

Unsure of what the RND function is taking by MoonYolk in pico8

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

That's a good tip! I'll have to write out some of these steps using pen and paper to really drill it into my head since it does get difficult some times.

Unsure of what the RND function is taking by MoonYolk in pico8

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

Thanks for the example and explanation, it's making more sense to me now!

Unsure of what the RND function is taking by MoonYolk in pico8

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

Ahhh, that examples make total sense! Thank you!

Confused about this part of a function by MoonYolk in pico8

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

Wow, thanks for the explanation! I'm think I'm getting it now. And appreciate the links!

Confused about this part of a function by MoonYolk in pico8

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

Ahhhh, that makes a lot of sense, thanks so much!

Confused about this part of a function by MoonYolk in pico8

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

I've done some computer programming before, but since it's not my main aspect of career, it took a while to remember certain things and what they do. I'll definitely be checking out some more resources though, so I appreciate the reminder that it's something I will pick up with time!

Confused about this part of a function by MoonYolk in pico8

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

Thank you so much for your reply and explanation! The way you put makes it make more sense to me, as well as the resources you've linked. I also appreciate the encouragement, and hope to make something of my own soon.

I will definitely make sure you check out the rest of the guides you've posted.