Hi community
In my brother new work in progress game he have three player characters
and he was three different verbcoin graphics
i try to change the background graphic with this code
in a room object interaction but nothing change
gVerbCoin.BackgroundGraphic= 31 ;
Quote from: PuNKKoMmANDO77 on Mon 18/10/2010 22:17:57
Hi community
In my brother new work in progress game he have three player characters
and he was three different verbcoin graphics
i try to change the background graphic with this code
in a room object interaction but nothing change
gVerbCoin.BackgroundGraphic= 31 ;
There is the possibility that some code is setting the background graphic back to its default. That's why your code isn't working.
probably in the global script right?
i use the default verbcoin
Quote from: PuNKKoMmANDO77 on Mon 18/10/2010 22:33:03
probably in the global script right?
i use the default verbcoin
Though I haven't seen the code and it doesn't make much sense, it may be the case. Or its something else.