So here's my idea:
I am creating an escape game in which you pick up items and put them in your inventory. Once they are in your inventory you can click and drag them to other items to try and combine them, or to people and other things.
If the item is compatible it disappears with the other item and combines into a new sprite, or disappears to complete the action.
If it isn't compatible it automatically goes back to it's previous position in the inventory.
Note: The inventory isn't a list. It's a visual inventory within the game screen.
I'm really stuck on how exactly to script this out. ^^; Any help would be awesome.
Thanks!
Offline
Try this :
The first bit is how to make it dragable.
When the other sprite recieves "hide and make" it will hide and the other sprite will change costume to make it look as if both of them together are making a new sprite.
The list called compatibile will contain if those two are compatibile for more sprites make compatibile1, compatibile2 etc.
Offline
Blazingwave wrote:
Thanks! I'll try it out.
Offline
Hi,
Just wondering,
What is an "Escape" game?
regards,
CAA14
Offline
CAA14 wrote:
Hi,
Just wondering,
What is an "Escape" game?
regards,
CAA14
I think you should ask on a different thread, sorry. This thread is about helping him do the script. We dont really want this thread clogged up with other stuff.
Offline
Blazingwave wrote:
CAA14 wrote:
Hi,
Just wondering,
What is an "Escape" game?
regards,
CAA14I think you should ask on a different thread, sorry. This thread is about helping him do the script. We dont really want this thread clogged up with other stuff.
*cough* her *cough*
Offline
kluspossible wrote:
Blazingwave wrote:
CAA14 wrote:
Hi,
Just wondering,
What is an "Escape" game?
regards,
CAA14I think you should ask on a different thread, sorry. This thread is about helping him do the script. We dont really want this thread clogged up with other stuff.
*cough* her *cough*
I mean her. Btw did it work?
Offline
Blazingwave wrote:
kluspossible wrote:
Blazingwave wrote:
I think you should ask on a different thread, sorry. This thread is about helping him do the script. We dont really want this thread clogged up with other stuff.*cough* her *cough*
I mean her. Btw did it work?
Sorry, for the late reply. ^^;
And yes. Thank you very much!
Offline