having issue with ( director, my code, or spriteGrabber )

opening scene is a company logo scene ( loads and plays fine ) goes to next scene
opens splash scene ( everything fine ) goes to next scene
opens title/menu scene ( still fine ) I've only added one button so far to show the instructions but its not changing anything when i click it. if i click again it says the popup is already open. I've tried changing it to a changeScene instead which it transitions but leaves me with a blank screen
this is a code to load the popup when you tap on the button

1
2
3
4
5
6
7
8
9
10
    function ldIns()
        transition.cancel( trans1 )
        transition.cancel( trans2 )
        director:openPopUp( "insPage1", openPage2 )
    end
-------------------------------------------------------------------
 
    function openPage2()
        director:openPopUp( "insPage2" )
    end

also if i change my pg1 image to a vector image it works fine

nvm
rewrote code got it working

views:1246 update:2011/10/12 18:33:00
corona forums © 2003-2011