You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i select Image frames (ie. non-spritesheet) from the dropdown and check "reuse-frames" and "variable frame". somehow, the 4th index parameter (the one linking to the sheet index), doesn't link to the correct sheet index but uses it's starting keyframe index instead. Is this a bug with some older version? Because in https://github.com/CreateJS/Zoe/blob/master/src/com/gskinner/zoe/utils/CaptureSWF.as under line 806, it seems correct where it's using the "i" incrementing index parameter for the sprite sheet index.. ie. frames.push([0,0,rect.width, rect.height,i,ox,oy]);
The text was updated successfully, but these errors were encountered:
If i select Image frames (ie. non-spritesheet) from the dropdown and check "reuse-frames" and "variable frame". somehow, the 4th index parameter (the one linking to the sheet index), doesn't link to the correct sheet index but uses it's starting keyframe index instead. Is this a bug with some older version? Because in https://github.com/CreateJS/Zoe/blob/master/src/com/gskinner/zoe/utils/CaptureSWF.as under line 806, it seems correct where it's using the "i" incrementing index parameter for the sprite sheet index.. ie. frames.push([0,0,rect.width, rect.height,i,ox,oy]);
The text was updated successfully, but these errors were encountered: