OK im making a window for my skills to assign them to different attacks, players have 4 attacks at once. Here is a basic setup of what im trying to make it look like
The big white part will be a list of skills while the small white squares are spots where they can drag and drop the skills to assign to that attack button. Im using a grid for the skills list but not sure what to use for the little squares. I know i need to do something with dummy objects for the spots but not sure. Any help would be appreciated
ID:160184
Oct 29 2008, 1:55 pm (Edited on Oct 29 2008, 2:15 pm)
|
|
Oct 29 2008, 4:00 pm
|
|
The little squares would need to be grids, too. For dragging and dropping between grids, you would need to use the over_object argument in the MouseDrop() proc.
|