levthn
January 17, 2025, 4:07am
1
Godot Version
Godot V4.3
Question
I cannot find a tutorial that goes over this and I would like to make a cutscene that plays when a button is pressed. (Cutscene tips would be helpful too). I am very beginner and all of the cutscene or dialogue tutorials dob't fit my specific need case
How far did you get with other tutorials? Why did they not fit your use case?
levthn
January 18, 2025, 3:38am
3
They were all for character interactions, so used an actionable event
Isn’t a button press an actionable event?
levthn
January 18, 2025, 4:09am
5
No like the physical Actionable event. Like when your player controller enters the area
And when that happens the Area emits a body_entered
signal, could you modify or copy the code to be connected to the button’s pressed
signal?
levthn
January 18, 2025, 4:48am
7
I can’t figure out the signal
wchc
January 18, 2025, 10:52am
8
Check this article and maybe do some tests of your own to learn how the signals work.
In this lesson, we will look at signals. They are messages that nodes emit when something specific happens to them, like a button being pressed. Other nodes can connect to that signal and call a fu...
If you then have any specific questions - let us know.
1 Like