Skip to content

Instantly share code, notes, and snippets.

@CodeaLuis
CodeaLuis / 1aTabOrder
Created November 17, 2013 18:26
Codea Project Gist Created with AutoGist
AutoGist Tab Order Version: 2.2.8
------------------------------
This file should not be included in the Codea project.
#Main
#Balls
#Box
#Buttons
#Line
#Sound
#Stuff
@CodeaLuis
CodeaLuis / 1aTabOrder
Created November 17, 2013 18:25
Codea Project Gist Created with AutoGist
AutoGist Tab Order Version: 2.2.8
------------------------------
This file should not be included in the Codea project.
@CodeaLuis
CodeaLuis / 1aTabOrder
Created November 17, 2013 18:25
Codea Project Gist Created with AutoGist
AutoGist Tab Order Version: 2.2.8
------------------------------
This file should not be included in the Codea project.
@CodeaLuis
CodeaLuis / 1aTabOrder
Created November 17, 2013 18:20
Codea Project Gist Created with AutoGist
AutoGist Tab Order Version: 2.2.8
------------------------------
This file should not be included in the Codea project.
#K12
#Lesskeys
#Main
#BlackButtons
#buttons
#moreKeys
#Piano2
@CodeaLuis
CodeaLuis / 1aTabOrder
Created November 17, 2013 18:09
Codea Project Gist Created with AutoGist
AutoGist Tab Order Version: 2.2.8
------------------------------
This file should not be included in the Codea project.
#Main
#effects
#SecretodeUnicornio
#botones
#loadPictures
#viajeLuna
@CodeaLuis
CodeaLuis / 1aTabOrder
Created November 17, 2013 18:08
Codea Project Gist Created with AutoGist
AutoGist Tab Order Version: 2.2.8
------------------------------
This file should not be included in the Codea project.
#Main
#effects
#SecretodeUnicornio
#botones
#loadPictures
#viajeLuna
@CodeaLuis
CodeaLuis / 1aTabOrder
Created November 17, 2013 18:02
Codea Project Gist Created with AutoGist
AutoGist Tab Order Version: 2.2.8
------------------------------
This file should not be included in the Codea project.
#Main
function ?:init(x)
-- you can accept and set parameters here
self.EffectAlpha = 135
tween(4,self,{EffectAlpha = 0})
end
function ?:draw()
-->APPLY THE SIMPLE EFFECT
fill(5,5,5,self.EffectAlpha)
--# ABCMusic
--ABCMusic class by Fred Bogg
-- v 0.4 beta
-- tuplets work
@CodeaLuis
CodeaLuis / gist:7423283
Created November 12, 2013 00:37
States, Scenes, changes
function setup()
Scene("WELCOME",firs_page)
Scene("GOO BYE",second_page)
Scene.parameter()
end
function draw()
background(0)
Scene.draw()