View of /branches/taiga-0.1/ModularRex/ScriptEngines/PythonScript/Samples/samplemediaurl.py
Parent Directory
|
Revision Log
Revision 370 -
(download)
(as text)
(annotate)
Tue Apr 27 10:41:58 2010 UTC (3 years, 1 month ago) by mikkopa
File size: 543 byte(s)
Tue Apr 27 10:41:58 2010 UTC (3 years, 1 month ago) by mikkopa
File size: 543 byte(s)
Created branch for Taiga 0.1 specific changes.
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 |

