Notifications
Clear all
Topic starter
07/09/2023 5:55 pm
How to make a text or object appear at a specific event and only for a specific time?
18/09/2023 3:43 pm
Object > Visible > edit Formula. Also works on a folder for all child objects.
changed(2000,[CurrentLap])
This basically says, the object is visible when [CurrentLap] changes. And it does so for 2 sec.
if(changed(1500,[PersistantTrackerPlugin.SessionBest]), 'green', 'white')
Give your object a nice green color as soon as you drive your best lap. Show for 1.5 sec then turn back to white.
Doomsday reacted