home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global selectedproducts
- if (the mouseV < the bottom of sprite 14) and (the mouseV > the top of sprite 14) then
- set foo to the mouseV
- set Artikel to ((foo - the locV of sprite 14) / 52) + 1
- set a to getPos(selectedproducts, Artikel)
- if a > 0 then
- ProductHilite(0)
- UebersichtHilite(0)
- deleteAt(selectedproducts, a)
- else
- append(selectedproducts, Artikel)
- end if
- UebersichtHilite(1)
- ProductHilite(1)
- else
- beep()
- end if
- end
-