jns  
                
                  
                    March 22, 2003,  3:45pm
                   
                  1 
               
             
            
              hi,
i have a console wherein i can load movies and sounds. there are 3 movie-buttons and 3 sound-buttons. (you can combine every sound with every movie)
thanks a lot
             
            
              
            
           
          
            
              
                system  
              
                  
                    March 22, 2003,  4:43pm
                   
                  2 
               
             
            
              Ahh… you wanna make it where the buttons stay pressed down as soon as you push it… But if they push it again to push it back up?
Place the following code in the frame that the buttons reside in…
[AS]
but1.onPress = function()
Now… Each of your buttons movieclips should contain 2 frames… The first frame is the button when it’s not clicked in… The second one is when it is clicked in… You should have a stop(); AS code in each of these frames.
Hope this helped you out. 
             
            
              
            
           
          
            
              
                system  
              
                  
                    March 22, 2003,  5:38pm
                   
                  3 
               
             
            
              thanx,
             
            
              
            
           
          
            
              
                system  
              
                  
                    March 23, 2003, 12:48am
                   
                  4 
               
             
            
              Yeah… Gimme some feedback if it worked out for you or not… If it didn’t… I’ll see what I can do for you :beam::player:
             
            
              
            
           
          
            
              
                system  
              
                  
                    March 23, 2003,  7:08pm
                   
                  5 
               
             
            
              hi playamarz,
if there is one button pressed and another button is getting pressed, the first one should pop up again to default position.
but thanks i think i will find  a way starting with your script to solve this little problem…
if i get stuck somewhere i will ask again
=) 
             
            
              
            
           
          
            
              
                system  
              
                  
                    March 24, 2003, 12:11am
                   
                  6 
               
             
            
              i get stucked…
i worked a little on this matter, but i still wonder how i will get a kind of mouseover?
this is what i done… mayby there could be some improvements in this case…
_root.onLoad = function() {
:q:
             
            
              
            
           
          
            
              
                system  
              
                  
                    March 24, 2003,  6:31pm
                   
                  7 
               
             
            
              hi playamarz,
now i have some mouseover-effect also…
_root.onLoad = function() {
and so on …
maybe you have some improvements…
thanks again