Hey I was wondering how you could make an object reappear for a few seconds then disappear again? Thanks to anyone who can help.
Printable View
Hey I was wondering how you could make an object reappear for a few seconds then disappear again? Thanks to anyone who can help.
Something kinda like this?
How to read:
Event
+ Action
Object
Alterable Value A < 100
Only one action when event loops
+ Make Active reappear
Alterable Value A = 100
+ Add 1 to Active's Alterable Value A
Alterable Value A < 100
Only one action when event loops
+ Make Active invisible
Whatever makes the object visible for a few seconds
Alterable Value A = 100
+ Set Active's Alterable Value A to 0
Yeah I got it working! Thanks for the help.