You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

1h 41m 51s logged

Redid some steps…

Soooo… I had no idea what the problem was and i had to just go back on the tutorial and remake the player scene,themed_timer scene and the minigame_1 scene .

Good news:

The cat (player) doesn’t fall down the screen. Turns out I had accidentally put the player under the Parallax 2D(Scrolling Background) and as a result, as the Background “scrolled” the player fell down (It is really obvious in my previous screen-shot ).

Bad news:

There is an error, about the themed_timer and the minigame doesn’t run at all :( ,I really can’t understand what i have done wrong, guess I will have to go check it out again!

Have a great night everybody!
your friendly co-programmer,
M

0
7

Comments 5

@supercoolcodinggirl

hey! whats the error for the themed timer?

@supercoolcodinggirl

also project is looking really cool wow

@Marousoz

@supercoolcodinggirl
Heyyy! Thank u so much :)
So here is the errorNo1 :
E 0:00:07:554 themed_timer.gd:2 @ @implicit_ready(): Node not found: “timer” (relative to “/root/minigame_1”).
<C++ Error> Method/function failed. Returning: nullptr
<C++ Source> scene/main/node.cpp:1963 @ get_node()
themed_timer.gd:2 @ @implicit_ready()
and the errorNo2:
E 0:00:07:575 _process: Invalid assignment of property or key ‘text’ with value of type ‘String’ on a base object of type ‘null instance’.
themed_timer.gd:12 @ _process()
themed_timer.gd:12 @ _process()

@supercoolcodinggirl

make sure you’re linking it to the right node. is it called exactly “timer”?
maybe its called “Timer”?

it could also be that the scene isn’t called “minigame_1.” maybe its mispelled or is missing a character.

@Marousoz

@supercoolcodinggirl
Yep I am looking for it right now