Using Pictures

ryandebraal
10 Jun 2007, 06:03
Whenever I export my game to a .cas file - it says its adding the resources
when I call on the picture I extract it in the script than show it but it still gives me an error and crashes the game

what is the procedure exactly to add a picture that will work outside of the development environment??

ryandebraal
10 Jun 2007, 06:11
I have tried adding a resource, and using this format

./gfx/snowflake.gif

displays just fine in QDK - but says path not found when I try to run the CAS

Elexxorine
11 Jun 2007, 07:50
Remove the './' bit, try it like that.

ryandebraal
11 Jun 2007, 18:45
thats how it started

I have a dir with a .asl in it

and gfx directory inside that directory

so referecing a gfx should be not difficult at all