Using Pictures
ryandebraal
10 Jun 2007, 06:03Whenever 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??
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:11I 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
./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:50Remove the './' bit, try it like that.
ryandebraal
11 Jun 2007, 18:45thats 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
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