Hi
i would like to know how can i control the time for a fixed time on Construct Classic. My problem is related with the condition:
"if is true, wait x time and after that do it"
Develop games in your browser. Powerful, performant & highly capable.
The Wait Object is good for this. You can do something like..
+Condition is true
-Wait 1.0 seconds
-execute action
where can i found it?
Insert/Object and the Wait object is in the 'Other' section near the bottom.
Ok
and this object doesn't pause all de aplication?