You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I noticed that if I put Emit Signal at the very beginning of Timeline, it is being ignored. If I put it after first Text, it works.
While I tried to explain the problem, I solved it myself, but I think to post it anyway if someone else will get this thing.
The solution was to put add_child(new_dialog) after new_dialog.connect("dialogic_signal", self, "dialogic_signal"). Before it was the other way around and Emit Signal worked only after first Text. ¯_(ツ)_/¯
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I noticed that if I put Emit Signal at the very beginning of Timeline, it is being ignored. If I put it after first Text, it works.
While I tried to explain the problem, I solved it myself, but I think to post it anyway if someone else will get this thing.
The solution was to put add_child(new_dialog) after new_dialog.connect("dialogic_signal", self, "dialogic_signal"). Before it was the other way around and Emit Signal worked only after first Text. ¯_(ツ)_/¯
Beta Was this translation helpful? Give feedback.
All reactions