I am getting this error:
Runtime error
?:0: attempt to call method ‘dispatchEvent’ (a nil value)
stack traceback:
[C]: in function ‘dispatchEvent’
?: in function ‘gotoScene’
/Users/Reisig/Desktop/Perplex 4/main.lua:9: in main chunk
Runtime error: ?:0: attempt to call method ‘dispatchEvent’ (a nil value)
All I have in my main.lua is the following:
[lua]local storyboard = require “storyboard”
storyboard.gotoScene( “loadsignalgames”, “fade”, 400 )[/lua]
I’m transitioning from director to storyboard and can’t even get going. Thanks for any help [import]uid: 46082 topic_id: 25596 reply_id: 325596[/import]