home *** CD-ROM | disk | FTP | other *** search
- on GetMovingRight
- global theFirstShipChannel
- if the memberNum of sprite theFirstShipChannel = the number of member "Ship Up 1" then
- return 1
- else
- if the memberNum of sprite theFirstShipChannel = the number of member "Ship Up 2" then
- return 1
- else
- if the memberNum of sprite theFirstShipChannel = the number of member "Ship Down 1" then
- return 1
- else
- if the memberNum of sprite theFirstShipChannel = the number of member "Ship Down 2" then
- return 1
- else
- if the memberNum of sprite theFirstShipChannel = the number of member "Ship Normal" then
- return 1
- else
- return 0
- end if
- end if
- end if
- end if
- end if
- end
-