While cleaning up I came across a very old flash file. It might have been posted on flashzone.nl already, but since this was one of the few occasions I actually managed to compile a zipfile ready to be used by others, let’s put it online again.
The zip contains a very simple example on how to use fake threading inside flash. One of the advanages of doing this, is that you can execute massive amount of code inside a Thread, without making other animations look like cr*p. Without using threads, your animation will stutter when large blocks of code are executed.
This particular example uses a Thread class I used back in 2005. It is very much possible that I managed to debug it a bit since then, so use it as a proof of concept only :)
3 Responses for "Using threads inside flash"
The download links seems to be broken. Any chance you still have this example available for download?
Hi Tim,
Tnx for pointing me to the missing download. I’ve uploaded the zip again, so the link should be working now (old school code though ;) ). let me know if it isn’t working out for you.
Cheers,
Ben
Just found out that it only works if you use “Save as…” instead of only clicking the link as well.
Leave a reply
You must be logged in to post a comment.