Search found 2 matches

by Cryonics
Thu Nov 26, 2009 1:24 pm
Forum: Support and Development
Topic: Multiple Animation Instances
Replies: 2
Views: 2080

Re: Multiple Animation Instances

Makes sense, thanks a lot :)
by Cryonics
Thu Nov 26, 2009 12:58 pm
Forum: Support and Development
Topic: Multiple Animation Instances
Replies: 2
Views: 2080

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,...