home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global selectedproducts
- set foo to getAt(the clickLoc, 2)
- if (foo < 420) and (the mouseV > 60) then
- set Artikel to ((foo + 7 - the locV of sprite 17) / 30) + 1
- if line Artikel of field "Hiliteliste" = " " then
- put "x" into line Artikel of field "Hiliteliste"
- append(selectedproducts, Artikel)
- else
- put " " into line Artikel of field "Hiliteliste"
- deleteAt(selectedproducts, getOne(selectedproducts, Artikel))
- end if
- end if
- end
-