I have ben using some 50 image files (png) as sprites. I want to put those images together into one pdf file and get them with “readImage()” command by specifying corresponding page. Since the size of individual files are slightly different, I wrte "myImage = readImage( Dropbox:fileName, _ , _ , pageNumber), and sprite(myImage, x, y, width) "
It worked and I could see the image, however, Codea crashed right after the action.
I get the same results when I specify width and height in readImage() command.
Is there any tips to stabilize for multi page pdf reading? Should the size of each page the same?