Search Results

1
vote

Multithreading or green threading in actionscript?

There's no built-in way to do green threading in ActionScript. You have to write code to handle it. Make a function that performs one iteration of whatever operation you want to do. It shou …