ÿþv a r 	 m _ p l a y r o w ;  
  
 f u n c t i o n   o f _ r e p l a y ( )  
 {  
           m _ i s p l a y = t r u e ;  
           m _ p l a y r o w = - 1 ;  
           o f _ r e n e x t ( ) ;  
  
           r e t u r n   1 ;  
 }  
  
 f u n c t i o n   o f _ r e n e x t ( )  
 {  
 	 o f _ r e s t o p ( ) ;  
 	 i f     ( m _ p l a y r o w     >   g _ s t e n s c o u n t ) {  
 	           r e t u r n   0 ;  
 	 }  
 	 m _ p l a y r o w   + =   1 ;  
 	 o f _ s o u n d p l a y ( ) ;  
 	 r e t u r n   1 ;  
 }  
  
 f u n c t i o n   o f _ r e p r e ( )  
 {  
 	 o f _ r e s t o p ( ) ;  
 	 i f     ( m _ p l a y r o w     <   2 ) {  
 	           r e t u r n   0 ;  
 	 }  
 	 m _ p l a y r o w   - =   1 ;  
 	 o f _ s o u n d p l a y ( ) ;  
 	 r e t u r n   1 ;  
 }  
  
 f u n c t i o n   o f _ r e s t o p ( )  
 {  
                           L R S o u n d S t o p ( " f u l l r e a d _ p l a y e r " ) ;  
 }  
  
 f u n c t i o n   o f _ s o u n d p l a y ( )  
 {  
                           L R S o u n d F i l e a l l O p e n ( g _ s t e n s s o u n d [ m _ p l a y r o w ]   , " f u l l r e a d _ p l a y e r " , t r u e , 0 ) ;  
 }  
 
