Can i possition my dialog prompt boxes

I have these propmt boxes and would like to possition it to somewhere else on the screen.


set loopNumPrompt to "How many images would you like to keyword?"
set loopNumAns to (display dialog loopNumPrompt default answer 1)
set loopNumber to text returned of loopNumAns

Cheers

AppleScript’s standard dialogs do not offer the option to control the position.

– Rob

cheers rob.