home *** CD-ROM | disk | FTP | other *** search
- if(_root.barre._width < 420)
- {
- _root.barre._width += 2;
- }
- if(_root.go == 1)
- {
- if(_root.red._alpha > 0 or _root.green._alpha < 100)
- {
- _root.red._alpha -= 3;
- _root.green._alpha += 3;
- }
- }
- else if(_root.red._alpha < 100 or _root.green._alpha > 0)
- {
- _root.red._alpha += 3;
- _root.green._alpha -= 3;
- }
- if(_root._url.substr(0,4) == "http")
- {
- if(_root.go_url == 1)
- {
- _root.timetogodeb = getTimer();
- _root.go_url = 2;
- }
- if(_root.go_url == 2 and getTimer() - _root.timetogodeb > 1000)
- {
- getURL(_root.go_url2,"_blank");
- _root.go_url = 0;
- }
- }
-