Clickteam Fusion 2.5

Clickteam Fusion 2.5

How do I make an object uninteractable (unclickable) until timer set event
I have issue where I have this one object appear at a certain time as apposed to start of frame but when I click on its location before it becomes revisible it still works how do I prevent this?
< >
Showing 1-4 of 4 comments
Maybe a bit late Pessi, but think numbers.
Variables, flags.

Your object is invisible ? Set a 0
Your object is visible ? Give him a 1
Make your object clickable only when his given state is 1
Jocagosa 27 Jan @ 11:26am 
how can I make it so that when the object can be clickable at one? I know how to enable flags but I dont know how to have flags intertwined with events
You can simply set multiple conditions into one event, for example:

*After your timer:
>>>>>>>>>>>>>Make OBJECT visible
>>>>>>>>>>>>>Make OBJECT value A = 1

*User is clicking on OBJECT
+OBJ value A = 1:
>>>>>>>then it happens

Before your object appears, his value A is 0, it prevents from being clicked
When it appears, the value changes to 1, your object can be clicked

OR simply use the condition "Is object visible ?" in your OBJECT conditions list
Jocagosa 28 Jan @ 10:31am 
ok thanks
< >
Showing 1-4 of 4 comments
Per page: 1530 50