Problem Description
32bit gif won't import into sprite object
Files to test with:
http://www.nitrolic.com/water.gif
http://www.nitrolic.com/water2.gif
Steps to Reproduce Bug
Observed Result
The water.gif will NOT load, but the water2 WILL.
Expected Result
Both should open.
Operating System and Service Pack
Windows 7 64bit SP1
Construct 2 Version ID
188
Develop games in your browser. Powerful, performant & highly capable.
Fixed for the next build (a bug in Windows makes it thinks the 32-bit one has 0 frames... so I just made it always use at least one frame for a gif).
Top tip: use PNG. Gif is an ancient format from the mid-90s that ought to die.