Basic Herbs Posted February 27, 2016 Posted February 27, 2016 When the mouse moves off screen, the paint from the onPaint method hides, and then comes back when the mosue reenters the screen. Is there any way to make the paint permanently stay?
Zappster Posted February 27, 2016 Posted February 27, 2016 Does your paint have an image that you are loading?
Basic Herbs Posted February 27, 2016 Author Posted February 27, 2016 No, Im not sure what happened. Even the OSBot ad was disappearing. I reloaded the client and it seems to be working fine now, but thank you! 1
Basic Herbs Posted February 27, 2016 Author Posted February 27, 2016 Update: It seems to be hiding under the dialog box at the bottom. My mouse paint disappears when I move to inventory, dialog box, or minimap area. (SO anywhere not on the game screen). Is there a way to layer the paint always on top?
Basic Herbs Posted February 29, 2016 Author Posted February 29, 2016 Update: So I've noticed that when starting a script, if the mouse is located outside of the main screen (So like over the inventory or dialog box) then the paint loads on the top layer, but if the mouse is inside the main screen, then the paint loads underneath when the mouse moves outside the main screen. SOLVED: The Entity hover debug caused the paint to hide, so unchecking that debug mode solves the paint issue in case anyone else has this problem. 2