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?
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)
maybe this will help
http://www.agsforums.com/yabb/index.php?topic=12390.0
Also look for "RawDraw" in the manual
Hey thanks guys....
kisses :-* ;)