I been racking my brain to try to get this to work -
[code]local function buttons:touch( event )
local phase = event.phase
if “began” == phase then
storyboard.gotoScene( uploader [, effect = “crossFade”, time = 800,] )
end
return true
end[/code]
I am using the storyboard api. This is probably easy to a seasoned programmer, but my real expertise is CG, not programming (yet!^^)…To be honest, this is the only programming language that i actually understand (to a point, that is).
I know its that snippet of code because I commented it out and i get no errors. But when I remove the comment from that snippet, i get an error. So, if anyone can figure out whats wrong with it and post a solution i would be very grateful. Thanks everyone.
-Joe [import]uid: 157993 topic_id: 34109 reply_id: 334109[/import]
[import]uid: 157993 topic_id: 34109 reply_id: 135663[/import]