Hello
Trying to get my game to work out on my Android phone, but it keeps crashing. Have now found out that my sprite animation is the root of the problem.
It crashes on the second line, anyone understands why, can’t see where I’m going wrong!!!
local spriteSheetPlayer = sprite.newSpriteSheet(“sheetPlayer.png”, 50, 100);
local spriteSetPlayer = sprite.newSpriteSet(spriteSheetPlayer, 1, 30);
Have also tried to have the sheetPlayer.png both placed in the same folder as my main.lua file and in a sub-folder, where I originally had it.
Thanks in advance! [import]uid: 95786 topic_id: 22030 reply_id: 322030[/import]

