*** empty log message ***

This commit is contained in:
Darren Ranalli 2001-03-28 22:16:01 +00:00
parent 94a2ccfb36
commit 0e299ff349

View File

@ -163,3 +163,12 @@ class Button(DirectObject):
self.button.setPos(v3)
def setBehaviorEvent(self, eventName):
self.button.setBehaviorEvent(eventName)
def startBehavior(self):
self.button.startBehavior()
def stopBehavior(self):
self.button.stopBehavior()