home *** CD-ROM | disk | FTP | other *** search
- on(release){
- _root.interfaceholder.y1 -= 5;
- _root.interfaceholder.y2 -= 5;
- _root.interfaceholder.y3 -= 5;
- _root.interfaceholder.y4 -= 5;
- _root.interfaceholder.y5 -= 5;
- if(_root.interfaceholder.y1 < 0)
- {
- _root.interfaceholder.y1 = 0;
- }
- if(_root.interfaceholder.y2 < 0)
- {
- _root.interfaceholder.y2 = 0;
- }
- if(_root.interfaceholder.y3 < 0)
- {
- _root.interfaceholder.y3 = 0;
- }
- if(_root.interfaceholder.y4 < 0)
- {
- _root.interfaceholder.y4 = 0;
- }
- if(_root.interfaceholder.y5 < 0)
- {
- _root.interfaceholder.y5 = 0;
- }
- }
-