Hi,
I spent some time figuring out why my dynamic positioning didn't work. In the end I realized this does not work:
/ position = (900 * 1px, 900 * 1px)
however this does:
/ position = (1px * 900,1px * 900)
Is there a reason why the order of the components matters?
Thank you!
Kerwin