Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
you can use my engine to see how to use javascript/html within tyranobuilder.
http://steamcommunity.com/app/345370/discussions/0/355043117515638063/
Adding a Timer
http://steamcommunity.com/app/345370/discussions/0/611702631221796790/#c611702631222287737
Timed Events
http://steamcommunity.com/app/345370/discussions/0/530646715641304691/#c535151589885491486
As well.
http://jsfiddle.net/RDqTd/2/
Here is an example of what I am trying to run in the game, there are simpler ones that I cannot get to work either. Is there a tutorial on the correct placement of the iScript and HTML GUI elements to allow for external Javascript to function?
You can call every script, just put it in data/others/ and call it <script src="data/others/Script.js"></script> , don't put it directly in html, because you will got errors !