hi
previous i was using “director” in our games, now i want learn use of “storyboard” but i am facing some Runtime Error(attempt to index field)…
–i am trying display of image using “storyboard”
– my main
[lua]local storyboard = require “storyboard”
storyboard.gotoScene(“menu”)[/lua]
– My menu
[lua]local storyboard = require( “storyboard” )
local scene = storyboard.newScene()
local background = display.newImageRect(“background.jpg”,1024,768)
background.x = 512
background.y = 384[/lua]… please help me
[import]uid: 87661 topic_id: 25065 reply_id: 325065[/import]