Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[Help]moving item on picScreen


Domino_
 Share

Recommended Posts

I have a problem in my edit, When I drag an item on screen it moves around my currsor.. Red circle is where is mine currsor and when i move currsor with item they both moves in they own way, where in source I can edit this? xD

p.s. This bug may be in OW edit too, when you drag item on screen!

FIXED!
Link to comment
Share on other sites

Search in frmMain "picInventory_MouseMove", then
search "Call BltInventoryItem(x + PicInventory.Left + 12, y + PicInventory5.top + 12)", after that,
change the all code "picInventory" to the name of picture box you add "picInventory"
Example In My Project :
"Call BltInventoryItem(x + PicButton.Left + 12, y + PicButton5.top + 12)"

I hope this help you…
and sory my bad english... :P :P :P
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...