well, it looks like the API has changed so that any files within folders now require forward-slashes instead of periods. For example:
[lua]storyboard.gotoScene(“ui.screens.screenSplash”)[/lua]
must now be written as
[lua]storyboard.gotoScene(“ui/screens/screenSplash”)[/lua]
(the dots changed to forward slashes). I didn’t see this documented anywhere… so no idea if it’s a change to the API, or just an issue that will be soon resolved in another daily.
Any official word on this? Anyone? Seems like a pretty significant change. [import]uid: 49447 topic_id: 25963 reply_id: 325963[/import]