Yes, the objects are in the inventory. I want to drag them to the places where they have to be used. But my idea is the gamer puting all the object in any places but then when the last object is on the last place, nothing happens (if the combination is wrong), or something happens (if the if the combination is correct).
I would use the Variable tabs..For instance, when the object let's say its a knife getting dragged to picture..
Create variables called 'Used_knife' and others called 'Used_otherobject' etc..Up to 6 objects~
When the player drags the knife to the picture and u want something to happen have the variable Used_knife=1 and in the advanced have..Action.loadaPicture...ect..~
If the player drags another object..to the same hotspot that the knife is getting dragged too as well, and u still want actions to happen..only not with the knife at that time...have the variable 'used_otherobject=1' Used_knife=0
Does that make sense..?
Edit** we posted around the same time..lol..Not sure if this will help or not..after reading your post..