ID:173732
Nov 23 2003, 3:28 pm (Edited on Nov 23 2003, 3:40 pm)
|
|
Is there a way that someone could give me a example of how the drag and drop procs work with draging a item from th inventory to a spot on screen thanks.
|
Nov 23 2003, 9:41 pm
|
|
Look up MouseDrop(). You'd override the item's MouseDrop() proc and use the first argument to determine where you're dragging it to. You also might want to look at mouse_drag_pointer if you want the mouse pointer to change while dragging.
|