2 Sept 2019, 01:13

@MikeDX Hi Mike playing around with this. Got it working and it's rock solid now thanks. But the behaviour seems different than the help shows it.

Pseudo explanation but if I do as help implies it works

Setdrawtarget (imagename)
Box
Circle
Triangle

It draws the box to the image but circle and triangle directly to screen.

I'm using loops in my program to draw keys but essentially had to do it like this.
Setdrawtarget (imagename)
Box
Setdrawtarget (imagename)
Circle
Setdrawtarget (imagename)
Triangle