![]()  | 
	
| 
		 
			 
			#1  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
				
				Simple toggle function
			 
			
			
			I am using the pit example. 
		
		
		
			Goal is to attach 4 quads to the pit screen, thus dividing it into quarters. Then create a sequence that on a key down will give the effect of the quads flashing. I also have a sound clip that goes in sequence with the flashing. I am trying to create a function that allows for this. I have been able to create the 4 quads (scale, position, etc.), make them fade in and out (flash), and insert the sound clip, which is sequenced to the flash the first time I hit key down. If I hit the key down again the flash sequence will start over but the sound clip does not. The sound clip needs to also loop while the quads are flashing. I have attached my lines of code. Help would be greatly appreciated. Thanks  | 
| 
		 
			 
			#2  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 
			
			I noticed two things from the code sample: 
		
		
		
		
		
		
		
		
	
	1) You are using vizact.call incorrectly. You should be passing it the play function, not calling the play function and passing it the result. It should be changed to: Code: 
	vizact.call(quadBoardAlert.play,viz.LOOP) Also, please copy/paste the code in future posts, instead of attaching a screenshot of the code.  | 
![]()  | 
	
	
		
  | 
	
		
  | 
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Applying mask using Stencil Function | goro | Vizard | 1 | 06-01-2012 11:21 PM | 
| Question about using function | hankiwan | Vizard | 1 | 02-15-2010 11:50 AM | 
| return variable from keypress function | starbug | Vizard | 2 | 01-07-2010 12:14 PM | 
| window.pick function over sub-window | omidbrb | Vizard | 4 | 10-02-2009 05:23 AM | 
| Do you know how to send a value for 'pool' to the onActionEnd function? | ghazanfar | Vizard | 1 | 03-22-2007 11:25 AM |