Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - MarvinS

#1
Quote from: Proskrito on Mon 29/03/2004 22:48:07
Marvin:
Have you tried to place it in the 'pick up object' interaction, instead of the 'any click' one?

Yes, that dont do anything.
It's like Moneky's problem. When I pick up the object, Indy just walk
to the object, and then he does nothing.

My solution was to an interaction with the hotspot, instead of the obect. That's not very friendly, but it works.
#2
I'm using Proskrito's FOAlike GUI.

I create a room, and I cant pick up any of the objects.

Thats what I did :

1. Create a new Object
2. Change Image
3. Interaction -> Any Click on the Object -> Run Script
Code: ags
if (UsedMode("pick up"))
     {
       AddInventory(3);
       ObjectOff(0);
     }


But when I test the game, and I click on "pick up" then on "my object", nothings happend.

What's wrong ?
SMF spam blocked by CleanTalk