home *** CD-ROM | disk | FTP | other *** search
- global gwords, county, asshole
-
- on sex
- asshole[county].add(sprite(the clickOn))
- end
-
- on keyDown
- if keyPressed(TAB) then
- county = county + 1
- end if
- end
-
- on hatar
- set the mouseDownScript to "sex"
- asshole = [:]
- repeat with i = 1 to gwords.count
- asshole.addProp(gwords[i], [])
- end repeat
- end
-