Hello !
I am doing a simple game for school, and i can't understand a few things, many thank you if you help me.
The game consists of a world map(like strategy), where i can touch a country, and box with question should appear to screen(with simple animations, like alpha channel or smooth move from side).
I added texture buttons in map, and learned how to animate camera, but i need to add a box that shows to me, when i touch any country(i do this with texture button), and it shows after all animation, like camera move and camera zoom and all of it after button click.
This is done by using timers or something like that ?
How to synchronize all of it ?
How to change alpha channel in node ?
In Defold game engine i can do this with message from node to node(Which contains variables, and string), and when i click on sprite for example, i can send a message to other node with message like "start doing something", but how i can do this in Godot ?
Thank you and sorry for bad english )