Multiple images in picture frame or drawing grid?

KennedyM
10 Aug 2014, 17:49
Is it possible to display multiple images in the picture frame or drawing grid? If so does it require any special commands and if not then would it be possible to add this feature to a later release of Quest? This would be a nice feature to like display the picture for the room and then have the picture for the character drawn on top of that.

jaynabonne
10 Aug 2014, 19:40
You can have any arbitrary HTML you like in the panel - images, text, overlapping divs, whatever.

Set "clearframe" to false in the game object so the frame won't be cleared on each turn. Then it's as simple as:

JS.setPanelHeight(100)
JS.setPanelContents (someHTMLstring)

KennedyM
15 Feb 2015, 05:53
Can this can can be done to any frame (IE the static picture frame) or is it limited to the drawing grid only?
A detailed tutorial of how this can be done would be greatly appreciated.

The Pixie
15 Feb 2015, 11:17
This (or something similar) came up on a thread a while ago:
viewtopic.php?f=10&t=4978&p=33936