samedi 6 décembre 2014

Timer Array Tick Events or Suitable Alternative?


Vote count:

0




in VB I am trying to make a series of objects (VB powerpacks lineshapes) in an array show [ lines(n).visible = true] for 400ms and then hide [lines(n).visible = false]. To do this, I thought I would have a respective array of timers, and start them when the lines show. Then, when each of them tick (which happens after 400ms), the respective line hides and its timer is stopped and reset. However, when I tried to use the tick event on a specific object in the array, it didn't recognise the timer. Sorry if my question is bad, I have only recently joined stackoverflow :P



asked 29 secs ago







Timer Array Tick Events or Suitable Alternative?

Aucun commentaire:

Enregistrer un commentaire