Hi friends,
Could anyone please help me,how to make a pop-up message in construct2 by setting time limit.Once clicking the button Pop-Up message have to show only one second after that it have to be disappear.
Develop games in your browser. Powerful, performant & highly capable.
Consider looking at the "Notification Box" group in my open source turn-based game: http://www.scirra.com/forum/open-source-turnbased-strategy-game_topic66620.html
Mine is a bit different since it relies on the user touching the screen to make the box go away (as opposed to disappearing based on a timer). However, it shouldn't be hard to implement for you.
I use a function call to spawn the box and another function call to make the box disappear.