Difference between revisions of "Life Cycle"

From Inspired-Lua Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
[[File:life_cycle.png]]
 
[[File:life_cycle.png]]
  
 +
In 3.2, here's what happens, following a "Set Script" in the Software SDK:
 +
 +
[[File:EventsSequence.jpg]]
  
 
(Credits to John Powers, TI)
 
(Credits to John Powers, TI)

Revision as of 19:08, 16 June 2012

This image represents the "life cycle" of a ScriptApp (lua program)

NB : on <= 3.2, the event on.paint is called on.construction

life cycle.png

In 3.2, here's what happens, following a "Set Script" in the Software SDK:

EventsSequence.jpg

(Credits to John Powers, TI)