home *** CD-ROM | disk | FTP | other *** search
- function checkHeroOnLog()
- {
- if(_parent.log1.hitTest(_parent.hero.hitArea))
- {
- onLog = 1;
- }
- if(_parent.log2.hitTest(_parent.hero.hitArea))
- {
- onLog = 1;
- }
- if(_parent.log3.hitTest(_parent.hero.hitArea))
- {
- onLog = 1;
- }
- if(_parent.log4.hitTest(_parent.hero.hitArea))
- {
- onLog = 1;
- }
- if(_parent.log5.hitTest(_parent.hero.hitArea))
- {
- onLog = 1;
- }
- if(_parent.log6.hitTest(_parent.hero.hitArea))
- {
- onLog = 1;
- }
- if(_parent.log7.hitTest(_parent.hero.hitArea))
- {
- onLog = 1;
- }
- }
-