Quote: "Weird cursor/pick object trouble"
The reason for that title is i'm not sure what is wrong!
If Pick Object(MouseX(),Mousey(),3,4) > 0
Mouse = 1
Change Mouse Mouse
Else Mouse = 0:Change Mouse Mouse
EndIf
If Pick Object(MouseX(),Mousey(),7,7) > 0
Mouse = 2
Change Mouse Mouse
Else Mouse = 0:Change Mouse Mouse
EndIf
If Pick Object(MouseX(),Mousey(),6,6) > 0
Mouse = 3
Change Mouse Mouse
Else Mouse = 0:Change Mouse Mouse
EndIf
If Pick Object(MouseX(),Mousey(),5,5) > 0
Mouse = 4
Change Mouse Mouse
Else Mouse = 0:Change Mouse Mouse
EndIf
Basically when the mouse is over a certain object it should change the cursor image. I have loaded them all in OK but the only one that seems to work is the Pick Object(MouseX(),MouseY(),5,5) > 0 one. I don't know why. Could you help me shed some light on this?

Thanks to Animeblood for the Logo!
