View of /branches/taiga-0.1/ModularRex/ScriptEngines/PythonScript/Samples/samplemediaurl.py
Parent Directory
|
Revision Log
Revision 284 -
(download)
(as text)
(annotate)
Thu Dec 3 14:16:21 2009 UTC (3 years, 6 months ago) by mikkopa
Original Path: trunk/ModularRex/ScriptEngines/PythonScript/Samples/samplemediaurl.py
File size: 536 byte(s)
Thu Dec 3 14:16:21 2009 UTC (3 years, 6 months ago) by mikkopa
Original Path: trunk/ModularRex/ScriptEngines/PythonScript/Samples/samplemediaurl.py
File size: 536 byte(s)
Merged IronPython 2.0.3 branch to trunk
import rxactor
import rxavatar
import sys
import clr
import random
import math
class MediaUrlTest(rxactor.Actor):
@staticmethod
def GetScriptClassName():
return "samplemediaurl.MediaUrlTest"
def EventCreated(self):
super(self.__class__,self).EventCreated()
print "samplemediaurl.MediaUrlTest EventCreated"
def EventTouch(self,vAvatar):
self.llShout(0,"Changeing MediaURL to http://www.realxtend.org/")
self.rexSetTextureMediaURL("http://www.realxtend.org/", 1)
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

