@ustk said in Is there a way to get the bounds of the front interface?:
@VirtualVirgin Yeah like Dave, I always start my interface script this way:
const var INTERFACE_WIDTH = 1000; const var INTERFACE_HEIGHT = 623; Content.makeFrontInterface(INTERFACE_WIDTH, INTERFACE_HEIGHT);So this can be used everywhere
Thanks :) I just added this and it does what I needed.
[Works!]