Hey codemattic so for some reason whenever i reply on the other thread or make a new one it will only show up for me but no one else so im hoping this works now. i made a sample project with it crashing at the same point:
http://www.mediafire.com/?sharekey=25ca9da7561843bb41446e35a78dc463a80948be7122ad105621d66e282a0ee8
Thanks
-Lars
To Codemattic. Cant post on other thread for some reason! AtlasSprite and bool
(4 posts) (2 voices)-
Posted 2 years ago #
-
In GameLayer.m change:
player1Sprite = [AtlasSprite spriteWithRect:CGRectMake(0, 0, 48, 48) spriteManager: managerplayer1];to:
player1Sprite = [PlayerSprite spriteWithRect:CGRectMake(0, 0, 48, 48) spriteManager: managerplayer1];Posted 2 years ago # -
Sweet it worked both things finally being able to post on here and your solution.
Thanks a lot
-LarsPosted 2 years ago # -
youre welcome Lars.
Posted 2 years ago #
Reply
You must log in to post.