
-----------------------------------
ravenzblood
Sat Oct 16, 2004 7:32 pm

How do you run something at the same time?
-----------------------------------
Like if i run a program, and wanna make 2 animations at the same time, how would i do it?
 
thanks!

-----------------------------------
wtd
Sat Oct 16, 2004 7:41 pm


-----------------------------------
Threads.  Put each animation in its own thread and they'll run simultaneously.

From Sun Microsystems' Java site, an [url=http://java.sun.com/docs/books/tutorial/essential/threads/]article on threading.

More resources [url=http://wiki.java.net/bin/view/Javapedia/Threads]here.
