transition an empty div element behind main game characters

edited August 2013 in Support
Hi Selim,
I know that we can transition a sprite, which usually picks up its identity from an image file, onto the screen as a playground object. But is it possible to either set a group or a sprite as an empty div block, and then transition that div block from left to right across the screen?

The reason being is that I am testing out background image performances. If I could transition a < div> element that has a width & height of 700px pixels, and set a class on that div block that loads a background image, then I could see if that will be a smoother performance during my game.

At the moment, when I try to add an animating background sprite image to my code, it makes the entire game slow down dramatically. And the file is only 7kb. I'm telling the sprite to transition within a registry call back function as you have in your demos.

Looking for ideas

Thanks!
bh

Comments

  • Accepted Answer
    You can create a sprite with no animation or use a group. Both will result in an empty div. You can then style this div how you want, using Javascript or CSS.

    As for your performance issue it's hard to tell without seeing your code but adding a single animated sprite to your game shouldn't have a significant effect.
Sign In or Register to comment.