home *** CD-ROM | disk | FTP | other *** search
- on(release){
- _root.interfaceholder.s1 -= 5;
- _root.interfaceholder.s2 -= 5;
- _root.interfaceholder.s3 -= 5;
- _root.interfaceholder.s4 -= 5;
- _root.interfaceholder.s5 -= 5;
- if(_root.interfaceholder.s1 < 0)
- {
- _root.interfaceholder.s1 = 0;
- }
- if(_root.interfaceholder.s2 < 0)
- {
- _root.interfaceholder.s2 = 0;
- }
- if(_root.interfaceholder.s3 < 0)
- {
- _root.interfaceholder.s3 = 0;
- }
- if(_root.interfaceholder.s4 < 0)
- {
- _root.interfaceholder.s4 = 0;
- }
- if(_root.interfaceholder.s5 < 0)
- {
- _root.interfaceholder.s5 = 0;
- }
- }
-