Assistance with read-it-to-me story book code with Director class

Hi guys. Newbie here who could use some help. I’m trying to use some code designed to create read-it-to-me story book apps that’s detailed here and combine with the director class. I’m a little fuzzy on how to implement.

I updated the thread with my code and an explanation of the errors I’m getting. Posting here in hopes that someone is willing to help a newbie brother out.

My deepest appreciation and gratitude in advance. If you do provide assistance, probably makes more sense to update the thread linked above rather then this one.

Really enjoying the community here and the awesome code examples. Corona is a lot of fun and I’m looking forward to learning as much as possible here. [import]uid: 37208 topic_id: 12978 reply_id: 312978[/import]

I can’t find any deceleration mainGroup

when using director you just have to create any local group and put all your display objects in to that group and return it from the new() function.
in your example you have created localGroup so you don’t have to use
mainGroup:insert(localGroup);
just return the localGroup.

so u try removing
mainGroup:insert(localGroup);
and see how it works [import]uid: 71210 topic_id: 12978 reply_id: 47626[/import]

Hey guys. Solved my issue. To say it was a noob issue would be kind. I’m pretty sure the code was working the whole time but I was looking at it in the iphone emulator and so it looked like a blank (black) screen. Changed the simulator to “iPad” and “suddenly” it worked. Grrrr. [import]uid: 37208 topic_id: 12978 reply_id: 48171[/import]