I’m trying to create a “level select” scollview something like angrybirds.
1.) I add the 3 background Images that will be three pages of scrolling.
2.) Then I add the file images of 12 images on each page for a total of 36 images representing each level.
EVERYTHING WORKS Fine in the simulator exactly how I want it… but when I run it on the android phone it just displays one background image but none of the 36 images that would represent the levels…
I used Widget Candy scrollview & the Corona Widget Scrollview to implement this
The same thing happens with both widgets!!
what the heck am I missing something? How do I discover the problem if it works PERFECTY in the simulator …but not on Android phone UGH!