Page 1 of 1

Python

Posted: Fri Nov 25, 2016 12:03 pm
by 3ICE
Ok so Im working on a programme in python using pygame, just for the hell of it really. Anyway, I was wondering if its possible to run multiple scripts or lines of scripts at the same, or continuously run a line of script while the rest of the programme runs.

The great draft takeover! Originally drafted on 2012/05/15 08:23:41 by Darktiger138(982) Never posted. Until now. :)

Re: Python

Posted: Fri Nov 25, 2016 4:35 pm
by 3ICE
Yes, using threads. But only do it on threadsafe objects!