I think it needs to have animated tile background instead a group of animated sprites. I've done this my example using a group of sprites which is waste of time.
Develop games in your browser. Powerful, performant & highly capable.
Might try the canvas object.
Hmmmm... i will see if it can be tiled.
Pointless....
Uses no other objects.
http://dl.dropbox.com/u/666516/canvastransition.capx
It's using beta version of Construct 2 r85, let me download beta for this .capx
... wow
i had no idea about loopindex
EDIT: Well, do you have an idea how to make it faster? i tried to put like 0.00001 seconds, it didn't make effect
Just change every x seconds to every tick.
Wont be faster than 0.00001 though....
Edit:
You can add more to the variable, like 2 instead of 1.
Thanks!, i guess loop method can help to create animated tile.