Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

How to place images and links in specific places on screen

Is there a way to use coordinates or something similar to accuratly place an image or link on screen?
Im asking because im testing out making a turn based startegy game with twine.
(using sugarcube or sugarcane)

Comments

  • See this tutorial on the HTML5 position tags.

    You might want to use a table or a frame for your basic play space and then do everything inside that with absolute positioning. You can also stack multiple divs with transparent backgrounds to get multiple drawing plains - one for the map, one for each teams pieces, one for info messages, one for FX etc... Makes the coding simpler as you're usually just updating one of the drawing planes.
  • Thanks for the reply, it helps alot.
Sign In or Register to comment.