Display Objects Disappear + Scene Changes Fail

Sorry to post this much code but Ive been working on this for days nad no proggress! So I have 2 scenes, however the second one has issues. Whenever I try to use a director transition it doesnt work. Also, inserting display objects makes them disappear!

DOWNLOAD
http://www.mediafire.com/download.php?2tx9p827c2ge97s

Any ideas? Thanks so much!

Could you upload a zip somewhere that people could look at, maybe? No one can just test this.

For objects disappearing - you mean when you put them in localGroup? Or just when you add them?

Peach

yes. in the perform.lua, inserting the arrow or x2 makes id disappear, also transitions do not work. Here is the download http://www.mediafire.com/download.php?2tx9p827c2ge97s

I just tested this in the latest daily build and I can't see what the problem is - director transition works, the web popup just appears too soon. (You could put a timer on it.)

The transition I tested was "overFromRight".

Also, your arrow shows fine.

Peach :)

If its still convenient, add the code

localGroup:insert(arrow)
localGroup:insert(2)

into the perform.lua and they disappear.

Insert the background into the display group FIRST and will show up fine.

Like this;

1
2
3
localGroup:insert(back)
localGroup:insert(arrow)
localGroup:insert(x2)
views:2296 update:2011/11/17 9:28:17
corona forums © 2003-2011