Composer GUI

Hi

I downloaded build 2014.7.25 for Mac what I understand has the beta composer GUI, I can’t find it? As a basic user I do not have access to daily builds.

Thanks

Command-2 should pop it up on a Mac (or look in the “Window” menu) … I had the same problem, I expected clicking on “Composer”/“New Project” would automatically pop it up.

Hello guys maybe one of you can help me, I just purchased the Basic package, which includes daily builds and the new GUI so it says, but when I design my levelOne using  Corona Comoposer what I guilted does not show up in my app on the simulator. Did I miss something ? I am sure I did. 

Any help is appreciated. 

JZ 

NEwBee

Make sure when you do this at the top of your Composer file:

local scene = composer.newScene()

…that you change it to show the name of your Composer Gui file (minus the .ccscene suffix), like this:

local scene = composer.newScene(“level02”)

Maybe that’s your problem?

 Jay

Command-2 should pop it up on a Mac (or look in the “Window” menu) … I had the same problem, I expected clicking on “Composer”/“New Project” would automatically pop it up.

Hello guys maybe one of you can help me, I just purchased the Basic package, which includes daily builds and the new GUI so it says, but when I design my levelOne using  Corona Comoposer what I guilted does not show up in my app on the simulator. Did I miss something ? I am sure I did. 

Any help is appreciated. 

JZ 

NEwBee

Make sure when you do this at the top of your Composer file:

local scene = composer.newScene()

…that you change it to show the name of your Composer Gui file (minus the .ccscene suffix), like this:

local scene = composer.newScene(“level02”)

Maybe that’s your problem?

 Jay