more wikis
 

Calling Methods

From Scratchpad

Heart Beat Scripting Language at Wikia


Once an element is loaded by the browser, the method hearts in its heart are called in order.

[edit] Syntax

   ^methodHeartName;

[edit] Example

//When the page body is loaded, it will emit a 150ms buzz every second.

   <body3
       ^buzz
   </3