Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: PuNKKoMmANDO77 on Mon 18/10/2010 22:17:57

Title: Multi-Verbcoin
Post by: 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 ;



Title: Re: Multi-Verbcoin
Post by: Dualnames on Mon 18/10/2010 22:28:54
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.
Title: Re: Multi-Verbcoin
Post by: PuNKKoMmANDO77 on Mon 18/10/2010 22:33:03
probably in the global script right?
i use the default verbcoin
Title: Re: Multi-Verbcoin
Post by: Dualnames on Mon 18/10/2010 22:37:48
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.