How can I make a DTM that searches the screen simba is attached too for an image? Like I want it to search for this small "X" and if present anywhere click it.
http://tinypic.com/r/10pylbl/5
How can I make a DTM that searches the screen simba is attached too for an image? Like I want it to search for this small "X" and if present anywhere click it.
http://tinypic.com/r/10pylbl/5
Use the DTM editor to make the DTM (refer to a DTM tutorial if you don't know how to use it)
Simba Code:DTM:= DTMFromString();
if FindDTM(DTM, x, y, ...) then
Mouse(x, y, ...);
what if the X will never be in the same spot will it search whole screen?
It depends on what area you set it to search, so in reply to your question, yes it will search the whole screen. I suggest, like riwu, to read a tut on DTMs. There's plenty to help you out![]()
<3
Originally Posted by Eminem
I tried making a DTM and it still never finds the object.
There are currently 1 users browsing this thread. (0 members and 1 guests)