Hey guys,
so this might be an easy question but can you not add bools to easy sprites? what im trying to do is put the sprites in an array which works perfectly. but i also have a bool of canSelect but if i do:
[player1Sprite setCanSelect: YES];
i get a warning saying:
'AtlasSprite' may not respond tp '-setCanSelect'
Can you not do bools with AtlasSprites?
Thanks
-Lars