How to generate dynamic Timers

Posted by Jeeva on Stack Overflow See other posts from Stack Overflow or by Jeeva
Published on 2010-03-26T07:21:44Z Indexed on 2010/03/26 11:53 UTC
Read the original article Hit count: 171

Filed under:

I'm developing a web based game application using flex. I'm placing images dynamically inside a canvas . Whenever i place an image it should change it state after a period of time. For example after 2 mins it should change it state. The time has to be calculated for each image after i place the image. How shall i handle this.

© Stack Overflow or respective owner

Related posts about flex3