Page 1 of 1

Product Homepage Hyperlink Plugin

PostPosted: Sun Feb 27, 2011 4:46 am
by time-killer-games
Product Homepage Hyperlink Plugin

This plugin allows you to place a hyperlink at the top of every frame inside your AM Project. Use any link you want. I recommend that you use your game or company's website / homepage.

Here's the plugin's VBS code:

Action.AddComponent "SWBLink.SWBHyperLink","SWBLink"
Component("SWBLink").Visible = True
Component("SWBLink").Object.Caption = "Powered by Adventure Maker"
Component("SWBLink").Object.Hyperlink = "http://www.adventuremaker.com/"

Edit whats in bold to your liking by modifying the plugin itself.
TKG