winset(usr,"LoginWindow","pos = [150],[150]")
Problem description:
So I was wondering where to put that winset at, mob/Login()? client/New()? also, how can I make it so it is after they logged in to have a msg for login? Like I have the login window so you need to press Login to go into the game, then see New, Load or Delete.
and for Mouse Dragging, I've looked at a lot of mouse demos but I can't seem to understand them or is any of them what I need... I want to be able to drag my character around and other players changing there x,y to where the mouse drops, can someone give exampl.
Login seems like a good place. I'm not sure what else your asking though.
Aside from pixel offsets, on mousedown, hide the player some place safe, turn your mouse pointer into the players icon_state, on mouseup, move the mob to the new location. I used this technique in "Tower Defense: Clone Wars".
Look up mouse pointers.
ts