Dragging Without a Border??
Posted: Thu Oct 10, 2024 1:37 am
no matter what i seem to do i do not seem to be able to get a trainer to drag with a border removed, i am attempting to us this code
i started off with the first part and it didnt work, then i figured since i was using a image for the background maybe that was stopping me from clicking the main screen with it been in front, so i added the second part, that doesnt seem to work either so i tried different slight variations with no luck.
is CETrainer even the correct part to have in there?

i tried adding almost everything from here just hoping to get lucky, and i also have that chunk of script at the very bottom of the lua if that makes any difference. well you guyz have been great so far with your solutions lets hope i hit lucky again haba
Code: Select all
function ImageMouseDown(sender, button, x, y)
CETrainer.dragNow()
end
function FormMouseDown(sender, button, x, y)
CETrainer.dragNow()
end
is CETrainer even the correct part to have in there?

i tried adding almost everything from here just hoping to get lucky, and i also have that chunk of script at the very bottom of the lua if that makes any difference. well you guyz have been great so far with your solutions lets hope i hit lucky again haba