View Single Post
  #3  
Old 08-18-2018, 08:28 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
To toggle the flash effect add a boolean variable that can be toggled (e.g with keypress). Then only run the flash effect code if the boolean value is true.
Reply With Quote