I am trying build a file name from the index of a timecode Event, but I obviously missing something basic. <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: -->
if msg.GetInt() = 12 then print "event:", msg.getData() a = "t" b = msg.getData() ' <-- = "1", or is this an object instead of a string? c = ".png" st = a+b+c ' <--- crashes here!!! i.displayFile(st) ' <--should end up as "t1.png" The intention is recreate the effect of subtitles using timecode events and images. Also, Is there a setvisible() option for for any of the objects? Later I'll add button inputs to turn them on/off, or change languages, etc Peter