comparison pyink/MBScene.py @ 1209:41d13feeecc4

Doc MBScene
author Thinker K.F. Li <thinker@codemud.net>
date Tue, 04 Jan 2011 10:53:59 +0800
parents 96ca8a1cf449
children 3683e02b7482
comparison
equal deleted inserted replaced
1208:96ca8a1cf449 1209:41d13feeecc4
528 layers[idx].idx = idx 528 layers[idx].idx = idx
529 pass 529 pass
530 pass 530 pass
531 pass 531 pass
532 532
533 ## \brief MBScene connect GUI and DOM-tree
534 #
535 # This class connect behavior of GUI to the DOM-tree. All about GUI is
536 # implemented by this class. It use API provided by MBScene_dom to reflect
537 # actions to the DOM-tree.
538 #
533 class MBScene(MBScene_dom): 539 class MBScene(MBScene_dom):
534 _frameline_tween_types = (frameline.TWEEN_TYPE_NONE, 540 _frameline_tween_types = (frameline.TWEEN_TYPE_NONE,
535 frameline.TWEEN_TYPE_SHAPE) 541 frameline.TWEEN_TYPE_SHAPE)
536 _tween_obj_tween_types = (TweenObject.TWEEN_TYPE_NORMAL, 542 _tween_obj_tween_types = (TweenObject.TWEEN_TYPE_NORMAL,
537 TweenObject.TWEEN_TYPE_SCALE) 543 TweenObject.TWEEN_TYPE_SCALE)