hi there, is it possible to read a maze from a file and use markers on the read maze image to move from point to point referencing by pmouse pointer coordinates.
for instance: if --------
| |------
*
|
|
where there is a * it was initially blank and the * should be there when the user points to that position. is that possible?