home *** CD-ROM | disk | FTP | other *** search
- global gdragitem, gno
-
- on mouseDown
- if objectp(gdragitem) then
- destroy(gdragitem)
- set gdragitem to 0
- end if
- set sp to clickOn()
- set bcast to the number of cast the castNum of sprite sp
- set cname to char 1 to 5 of the name of cast bcast
- set gno to getno(cname)
- if cname <> "dummy" then
- set gdragitem to birth(script "dragableObject", sp, bcast)
- drag(gdragitem)
- end if
- put cname && gno && gdragitem
- end
-
- on mouseUp
- if doubleClick() then
- set sp to clickOn()
- set bcast to the number of cast the castNum of sprite sp
- set cname to char 1 to 5 of the name of cast bcast
- if cname <> "dummy" then
- finishviewer()
- set gno to getno(cname)
- set kate to getkategorie(gno)
- loadpictureforbrowserabs(kate, gno)
- go(kate)
- end if
- end if
- end
-