Search found 2 matches
- Thu Nov 26, 2009 1:24 pm
- Forum: Support and Development
- Topic: Multiple Animation Instances
- Replies: 2
- Views: 2107
Re: Multiple Animation Instances
Makes sense, thanks a lot
- Thu Nov 26, 2009 12:58 pm
- Forum: Support and Development
- Topic: Multiple Animation Instances
- Replies: 2
- Views: 2107
Multiple Animation Instances
I want to spawn/de-spawn several animated objects on screen with random interval. MyObjects = love.graphics.newAnimation(Object_img, 32, 32, 1) And then draw, would make the animations sync. My initial idea was that I could use something like: Myobject .. Var = love.graphics.newAnimation(Object_img,...