Animate using canvas background image

hi its possible animate a background image using canvas image sprite with effect loop?. and after add images animated with the backgound animated. its like layers animation images sprites using canvas?

Canvas Sprites use the Z value to set foreground/background.

Sprites can move under their own power using Speed and Direction, or you can move them under Clock control.

You can set up multiple Clocks with Timers for your animation, or you could set up a table of deadlines for various effects, like a fireworks program.
The deadlines would be Clock.SystemTime values for easy comparison.

ok thanks so if the sprites are using z space you can build a sprite inside other sprite animated. thanks for solve my question.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.