home *** CD-ROM | disk | FTP | other *** search
- if(_Y + "26" < getProperty("/m1", _Y))
- {
- _visible = "0";
- }
- if(getProperty("/m1", _Y) < _Y + "26")
- {
- _visible = "1";
- }
- if(_X + "100" >= getProperty("/m1", _X) and getProperty("/m1", _X) >= _X - "100" and getProperty("/m1", _Y) >= _Y - "20" and _Y + "40" >= getProperty("/m1", _Y))
- {
- if(getProperty("/m1", _currentframe) >= "9" and "12" >= getProperty("/m1", _currentframe))
- {
- setProperty("/m1", _X, getProperty("/m1", _X) - "22");
- tellTarget("/m1")
- {
- gotoAndStop(1);
- }
- }
- if("8" >= getProperty("/m1", _currentframe) and getProperty("/m1", _currentframe) >= "5")
- {
- setProperty("/m1", _X, getProperty("/m1", _X) + "22");
- tellTarget("/m1")
- {
- gotoAndStop(1);
- }
- }
- if(getProperty("/m1", _currentframe) >= "13" and "16" >= getProperty("/m1", _currentframe))
- {
- setProperty("/m1", _Y, getProperty("/m1", _Y) + "18");
- setProperty("/m1", _X, getProperty("/m1", _X) + "2" * ((getProperty("/m1", _X) - "275") / "94"));
- tellTarget("/m1")
- {
- gotoAndStop(1);
- }
- }
- if(getProperty("/m1", _currentframe) >= "17" and "20" >= getProperty("/m1", _currentframe))
- {
- setProperty("/m1", _Y, getProperty("/m1", _Y) - "18");
- setProperty("/m1", _X, getProperty("/m1", _X) + "2" * ((getProperty("/m1", _X) - "275") / "94"));
- tellTarget("/m1")
- {
- gotoAndStop(1);
- }
- }
- }
-