Advertisement
julong

remove and addobject

Mar 26th, 2014
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. //clean
  2. //
  3. // GamePlay.m
  4. // Afro Penguin
  5. //
  6. // Created by julong on 2/21/14.
  7. // Copyright julong 2014. All rights reserved.
  8. //
  9. cc
  10. remove and addobject
  11.  
  12. id sprite = [self getChildByTag:MONSTER];
  13. [sprite retain];
  14.  
  15. [self removeChild:sprite cleanup:NO];
  16. [self addChild:sprite z:0 tag:MONSTER];
  17.  
  18. [sprite release];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement