MouseDown(location,icon_x,icon_y)
src.mouse_drag_pointer=src.icon_state
src.OrigIcon=src.icon_state
..()
MouseDrag(over_object,src_location,over_location)
if(src.pcolor != usr.color)
usr<<"<b>You are not that color!</b>"
return()
src.loc=over_location
src.icon_state=src.OrigIcon
Problem description:
at first this changed my cursor...now it doesnt, did i change or delete something without knowing it... it looks fine to me but when i grag the icon, my cursor should but doesnt change to the obj
edit:::SEMI RESLOVED
MouseDown(location,icon_x,icon_y)
src.mouse_drag_pointer=src
src.OrigIcon=src.icon_state
..()
MouseDrag(over_object,src_location,over_location)
if(src.pcolor != usr.color)
usr<<"<b>You are not that color!</b>"
return()
src.loc=over_location
src.icon_state=src.OrigIcon
i for goet that i took out icon states...so know it shows the main icon, not the /image that iwant it to show but right now its better than nothing
Lummox JR