Hi
Welcome to forum.
Add this simple row in any xml file you like. Eg. directly in tour.xml (if to be visible on all scenes don't put it inside scene definitions, but outside)
|
Source code
|
1
|
<layer name="credits" keep="true" url="%SWFPATH%/skin/yourimage.png" align="bottomright" edge="bottomright" x="5" y="5" enabled="true" visible="true" onclick="openurl(http://www.google.com,_blank)" />
|
In case you use Krapno default GUI you might have overlappings. In that case open skin/vtoursin and explroe code where scene title is defined. Same way create duplicate, rename layer and align on right side, with hard coded html="your text" and add onclick from above example. And set visible to true on start.