Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: viktor on Thu 20/05/2004 20:30:31

Title: painting
Post by: viktor on Thu 20/05/2004 20:30:31
I want my character to paint a painting on a wall (the background). For that the player needs to use a paintbrush on the wall. Then the painted picture is supose to aper and stay there for the remainder of the game. How do I do that?
Title: Re: painting
Post by: Moox on Thu 20/05/2004 20:59:32
make an object, have it checked "initialy off"

create a hotspot on the wall

using the interaction editor for the hotspot
under the use invitory area add the following

conditional uses inventory item (pick item number)
then: player remove item (brush number)
then add: object turn back on (number of it)
Title: Re: painting
Post by: Scummbuddy on Fri 21/05/2004 00:43:35
maybe this will help
http://www.agsforums.com/yabb/index.php?topic=12390.0
Also look for "RawDraw" in the manual
Title: Re: painting
Post by: viktor on Fri 21/05/2004 06:11:02
Hey thanks guys....
kisses :-*  ;)