follow - up:

probably not impacting on your visibility issue but your CocosNode subclass
should at least do:

def draw(self):
      glPushMatrix()
      self.transform()
      self.dialog.on_draw()
      glPopMatrix()

Otherwise the node position, rotation and transform_anchor will be ignored

-- 
You received this message because you are subscribed to the Google Groups 
"cocos2d discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/cocos-discuss?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to