def About(head=''+cFL(SiteName,'blueviolet')+'',m=''):
	if len(m)==0:
		m+='IRC Chat:  '+cFL('#TVADDONS','blueviolet')+' @ '+cFL('irc.Freenode.net','blueviolet')
		m+=CR+'Site Name:  '+SiteName+CR+'Site Tag:  '+SiteTag+CR+'Site Domain:  '+mainSite+CR+'Site Icon:  '+iconSite+CR+'Site Fanart:  '+fanartSite
		m+=CR+'Age:  Please make sure you are of a valid age to watch the material shown.'
		m+=CR+CR+'Known Hosts for Channels:  '
		m+=CR+'* VaughnLive.tv'
		m+=CR+'* Instagib.tv'
		m+=CR+'* Vapers.tv'
		m+=CR+'* Breakers.tv'
		m+=CR+CR+'Features:  '
		m+=CR+'* Browse Channels.'
		m+=CR+'* Browse Categories via Browse Method.'
		m+=CR+'* Browse Categories via TopBar Method.'
		m+=CR+'* Launch Browser to Channel Page.'
		m+=CR+'* Launch Browser to Channel Embed Video.'
		m+=CR+'* Launch Browser to Channel Embed Chat.'
		m+=CR+'* Play RTMP Live Video Streams.'
		m+=CR+'* View Background and Profile Images of Channels/Casters.'
		#m+=CR+CR+'Notes:  '
		#m+=CR+'* '
		#m+=CR+'* '
		m+=CR+''
		#m+=CR+ps('ReferalMsg')
		m+=CR+'I can be found on [COLOR lime]#TVADDONS[/COLOR] @ [COLOR red]chat.freenode.net[/COLOR], an IRC Chat Server.'
		m+=CR+''
		m+=CR+''
		m+=CR+''
	import splash_highway as splash; splash.do_My_Splash(_addon.get_fanart(),5,False); 
	#splash.do_My_Splash(HowLong=5,resize=False); 
	#splash.do_My_Splash('http://i.imgur.com/tMKjZ6j.png',HowLong=5,resize=False); 
	String2TextBox(message=cFL(m,'cornflowerblue'),HeaderMessage=head)
Beispiel #2
0
def About(head=''+cFL(SiteName,'blueviolet')+'',m=''):
	if len(m)==0:
		m+='IRC Chat:  '+cFL('#TVADDONS','blueviolet')+' @ '+cFL('irc.Freenode.net','blueviolet')
		m+=CR+'Site Name:  '+SiteName+CR+'Site Tag:  '+SiteTag+CR+'Site Domain:  '+mainSite+CR+'Site Icon:  '+iconSite+CR+'Site Fanart:  '+fanartSite
		m+=CR+'Age:  Please make sure you are of a valid age to watch the material shown.'
		m+=CR+CR+'Known Hosts for Channels:  '
		m+=CR+'* VaughnLive.tv'
		m+=CR+'* Instagib.tv'
		m+=CR+'* Vapers.tv'
		m+=CR+'* Breakers.tv'
		m+=CR+CR+'Features:  '
		m+=CR+'* Browse Channels.'
		m+=CR+'* Browse Categories via Browse Method.'
		m+=CR+'* Browse Categories via TopBar Method.'
		m+=CR+'* Launch Browser to Channel Page.'
		m+=CR+'* Launch Browser to Channel Embed Video.'
		m+=CR+'* Launch Browser to Channel Embed Chat.'
		m+=CR+'* Play RTMP Live Video Streams.'
		m+=CR+'* View Background and Profile Images of Channels/Casters.'
		#m+=CR+CR+'Notes:  '
		#m+=CR+'* '
		#m+=CR+'* '
		m+=CR+''
		#m+=CR+ps('ReferalMsg')
		m+=CR+'I can be found on [COLOR lime]#TVADDONS[/COLOR] @ [COLOR red]chat.freenode.net[/COLOR], an IRC Chat Server.'
		m+=CR+''
		m+=CR+''
		m+=CR+''
	import splash_highway as splash; splash.do_My_Splash(_addon.get_fanart(),5,False); 
	#splash.do_My_Splash(HowLong=5,resize=False); 
	#splash.do_My_Splash('http://i.imgur.com/tMKjZ6j.png',HowLong=5,resize=False); 
	String2TextBox(message=cFL(m,'cornflowerblue'),HeaderMessage=head)
	def VictoryDance(self):
		try:
				debob("game won"); 
				SFX('fanfare_x'); 
				#splash.do_My_Splash(self.iDuckShot3,1); 
				splash.do_My_Splash(artj('corn-maze-exit'),10,True,(self.scr['W']-500)/2,(self.scr['H']-333)/2,500,333); 
				#splash.do_My_Splash(artj('corn-maze-exit'),2,True,10,150,self.scr['W']-200,self.scr['H']-150); 
				self.CloseWindow1st(); #DoA("Back"); 
		except: pass
 def shotHitOther(self, z):
     try:
         self.countB = self.countB + 1
         self.HoroTxt.setText(self.Txt1 + self.Txt2 %
                              (str(self.countA), str(self.countB)))
         if z in [10, 11, 12, 13, 14]:  ## Bottom
             SFX(self.GameArt[2][5])
             #'gun-gunshot-02');
             splash.do_My_Splash(self.GameArt[2][4], 1, True,
                                 (self.scr['W'] - (400)) / 2,
                                 (self.scr['H'] - (384)) / 2, (400), (384))
             #splash.do_My_Splash(artp('Alien-Space-Ship_'),1,True,(self.scr['W']-(400))/2,(self.scr['H']-(384))/2,(400),(384));
         elif z in [5, 6, 7, 8, 9]:  ## Middle
             SFX(self.GameArt[1][5])
             #'gun-gunshot-02');
             splash.do_My_Splash(self.GameArt[1][4], 1, True,
                                 (self.scr['W'] - (285 * 2)) / 2,
                                 (self.scr['H'] - (241 * 2)) / 2, (285 * 2),
                                 (241 * 2))
             #splash.do_My_Splash(artp('Funny_Fishing_for_Dinner-1trans2'),1,True,(self.scr['W']-(285*2))/2,(self.scr['H']-(241*2))/2,(285*2),(241*2));
         elif z in [0, 1, 2, 3, 4]:  ## Top
             SFX(self.GameArt[0][5])
             #'gun-gunshot-02');
             splash.do_My_Splash(self.GameArt[0][4], 1, True,
                                 (self.scr['W'] - 400) / 2,
                                 (self.scr['H'] - 400) / 2, 400, 400)
             #splash.do_My_Splash(artp('Sea_Turtle_2'),1,True,(self.scr['W']-400)/2,(self.scr['H']-400)/2,400,400);
         #
     except:
         pass
def About(head=''+cFL(SiteName,'blueviolet')+'',m=''):
	m=''
	if len(m)==0:
		m+='IRC Chat:  '+cFL('#XBMCHUB','blueviolet')+' @ '+cFL('irc.Freenode.net','blueviolet')
		m+=CR+'Site Name:  '+SiteName+CR+'Site Tag:  '+SiteTag+CR+'Site Domain:  '+mainSite+CR+'Site Icon:  '+iconSite+CR+'Site Fanart:  '+fanartSite
		m+=CR+'Age:  Please make sure you are of a valid age to watch the material shown.'
		#m+=CR+CR+'Known Hosts for Videos:  '
		#m+=CR+'* TrollVid'
		#m+=CR+'* UploadCrazy'
		m+=CR+CR+'Features:  '
		m+=CR+'* Browse Shows'
		m+=CR+'* Browse Episodes'
		m+=CR+'* Browse Host Links'
		m+=CR+'* Play Videos with UrlResolver'
		#m+=CR+'* Download Videos with UrlResolver'
		m+=CR+'* Optional MetaData where available.'
		#m+=CR+'* MetaData for Shows and 1st Season Episodes where data is available.'
		#m+=CR+'* MetaData auto-disabled for Anime List - ALL.  This is to prevent hammering with the huge list of nearly 400 shows.'
		m+=CR+CR+'Handled Sites:  '
		m+=CR+'* http://watchseries.lt'
		m+=CR+'* http://watchseries.sx'
		m+=CR+'* http://watchseries.ag'
		m+=CR+'* http://spainseries.lt (SPANISH)'
		m+=CR+'* http://watchseries.to'
		m+=CR+CR+'Notes:  '
		#m+=CR+'* '
		#m+=CR+'* '
		m+=CR+''
		m+=CR+ps('ReferalMsg')
		m+=CR+''
		m+=CR+''
		m+=CR+''
	import splash_highway as splash; splash.do_My_Splash(_addon.get_fanart(),5,False); 
	#splash.do_My_Splash(HowLong=5,resize=False); 
	#splash.do_My_Splash('http://i.imgur.com/tMKjZ6j.png',HowLong=5,resize=False); 
	
	String2TextBox(message=cFL(m,'cornflowerblue'),HeaderMessage=head)
Beispiel #6
0
	def shotHitDuck(self,z):
		try:
						self.countA=self.countA+1; self.HoroTxt.setText(self.Txt1+self.Txt2 % (str(self.countA),str(self.countB))); 
						if z in [10,11,12,13,14]: ## Bottom
							SFX(self.GameArt[2][3]); #'gun-gunshot-01'); 
							splash.do_My_Splash(self.GameArt[2][2],1); #splash.do_My_Splash(self.iDuckShot3,1); 
						elif z in [5,6,7,8,9]:    ## Middle
							SFX(self.GameArt[1][3]); #'gun-gunshot-01'); 
							splash.do_My_Splash(self.GameArt[1][2],1); #,True,10,150,self.scr['W']-200,self.scr['H']-150); #splash.do_My_Splash(self.iDuckShot2,2,True,10,150,self.scr['W']-200,self.scr['H']-150); 
						else:                     ## Top
							SFX(self.GameArt[0][3]); #'gun-gunshot-01'); 
							splash.do_My_Splash(self.GameArt[0][2],1); #splash.do_My_Splash(self.iDuckShot,1); 
		except: pass
Beispiel #7
0
	def shotHitOther(self,z):
		try: 
			self.countB=self.countB+1; self.HoroTxt.setText(self.Txt1+self.Txt2 % (str(self.countA),str(self.countB))); 
			if z in [10,11,12,13,14]: ## Bottom
				SFX(self.GameArt[2][5]); #'gun-gunshot-02'); 
				splash.do_My_Splash(self.GameArt[2][4],1,True,(self.scr['W']-(400))/2,(self.scr['H']-(384))/2,(400),(384)); #splash.do_My_Splash(artp('Alien-Space-Ship_'),1,True,(self.scr['W']-(400))/2,(self.scr['H']-(384))/2,(400),(384)); 
			elif z in [5,6,7,8,9]:    ## Middle
				SFX(self.GameArt[1][5]); #'gun-gunshot-02'); 
				splash.do_My_Splash(self.GameArt[1][4],1,True,(self.scr['W']-(285*2))/2,(self.scr['H']-(241*2))/2,(285*2),(241*2)); #splash.do_My_Splash(artp('Funny_Fishing_for_Dinner-1trans2'),1,True,(self.scr['W']-(285*2))/2,(self.scr['H']-(241*2))/2,(285*2),(241*2)); 
			elif z in [0,1,2,3,4]:    ## Top
				SFX(self.GameArt[0][5]); #'gun-gunshot-02'); 
				splash.do_My_Splash(self.GameArt[0][4],1,True,(self.scr['W']-400)/2,(self.scr['H']-400)/2,400,400); #splash.do_My_Splash(artp('Sea_Turtle_2'),1,True,(self.scr['W']-400)/2,(self.scr['H']-400)/2,400,400); 
			#
		except: pass
 def shotHitDuck(self, z):
     try:
         self.countA = self.countA + 1
         self.HoroTxt.setText(self.Txt1 + self.Txt2 %
                              (str(self.countA), str(self.countB)))
         if z in [10, 11, 12, 13, 14]:  ## Bottom
             SFX(self.GameArt[2][3])
             #'gun-gunshot-01');
             splash.do_My_Splash(self.GameArt[2][2], 1)
             #splash.do_My_Splash(self.iDuckShot3,1);
         elif z in [5, 6, 7, 8, 9]:  ## Middle
             SFX(self.GameArt[1][3])
             #'gun-gunshot-01');
             splash.do_My_Splash(self.GameArt[1][2], 1)
             #,True,10,150,self.scr['W']-200,self.scr['H']-150); #splash.do_My_Splash(self.iDuckShot2,2,True,10,150,self.scr['W']-200,self.scr['H']-150);
         else:  ## Top
             SFX(self.GameArt[0][3])
             #'gun-gunshot-01');
             splash.do_My_Splash(self.GameArt[0][2], 1)
             #splash.do_My_Splash(self.iDuckShot,1);
     except:
         pass