text or object appe...
 
Notifications
Clear all

text or object appear

3 Posts
3 Users
2 Likes
368 Views
(@doomsday)
Trusted Member
Joined: 3 years ago
Posts: 33
Topic starter  

How to make a text or object appear at a specific event and only for a specific time?


   
Quote
(@botmeister)
Eminent Member
Joined: 2 years ago
Posts: 34
 

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
ReplyQuote
(@doomsday)
Trusted Member
Joined: 3 years ago
Posts: 33
Topic starter  

@botmeister tx


   
Botmeister reacted
ReplyQuote
Share: