Skip to content

Instantly share code, notes, and snippets.

@fxthomas
Created February 20, 2012 17:50
Show Gist options
  • Save fxthomas/1870286 to your computer and use it in GitHub Desktop.
Save fxthomas/1870286 to your computer and use it in GitHub Desktop.
Lua Test
-- Test LUA lesson
function main ()
image_params = {
id = "equerre",
type = "image",
params = {
filename = "Bubble.png",
movable = false
}
};
addElement (image_params, {root = true}, true);
speak ("Bonjour à tous!");
delay (20);
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment