Absolute positioning of objects with JavaScript
Hi,
I`m using Captivate 9 and publish in HTML5.
If I have a classical project (non-responsive) with a specific size, say 1200 x 800 pixels, is there a way to place an object to some specific absolute x-y-position on the screen using JavaScript? For example if I like to place a SmartShape at x=100 and y=200? (Here, x and y could probably depend on a variable).
I know how to place an object relative to its previous position using JS, seeCaptivate scripting - change x & y position of object
Of course I could use this to calculate the respective absolute position, but sometimes it`s easier just to enter the coordinates. This should be possible with JS without using any widget.
Any help is greatly appreciated!
