I started learning AS3 two days ago so I’m very new to it. I decided to use Flex Builder 3 for my AS testing but ran into a bit of a problem. I’m going through an example from the book I’m reading and I need to use setInterval() but I’m getting the following error:
1180: Call to a possibly undefined method setInterval. virtualzoo/src/zoo VirtualPet.as line 20 1211805885932 246
For some reason the search wasn’t too helpful for me but at least I can see what functions are in each package. It looks like a very comprehensive reference guide. Thanks for the link and thanks again for your help.