Here's a mosaic tile mechanism for transitioning from one texture to another. Textures can come from various sources.
Update 2018-05-18:
C3 conversion (C2engine only).
bhtmosaic_v1_4.c3addon
(Remove the .zip)
v1.4 is just 1.3 with some typos fixed.
Update 2014-08-12:
Added hot-spot. This is a 'somewhat breaking-change' in that the hotspot will report Top-left when it is actually Center, for any current projects. Just change the value to Center to correct. New projects will behave correctly, defaulting to Top-left, like all other plugins.
Update 2014-04-13:
Fixed opacity bug.
Update 2014-04-04:
Added ability to set individual cell textures.
Plugin:
bhtmosaic_v1_3.c2addon
Example code:
CardExample.capx
IndividualTextures.capx
RotationExample.capx
Examples:
CardExample
RotationExample
Manual
Acknowledgement: thanks to R0J0hound's Paster plugin for the inspiration (and a few lines of code!)
Only supports WebGL!