User Tag List

Results 1 to 4 of 4

Thread: game help

  1. #1
    No Products Registered

    Join Date
    Oct 2009
    Posts
    506
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    game help

    i want to be able to pick up 6 keys in a specific order and not just when the player collides with each one.

    could someone please help?

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-on

    Join Date
    Jun 2006
    Location
    Australia
    Posts
    988
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: game help

    You could manually code this with a counter or an alterable value.

    For this example we will call the alterable value that we are using "KeyNumber". And the keys will be called Key1-6

    If player is overlapping Key1 and KeyNumber = 0, set KeyNumber to 1.

    If player is overlapping Key2 and KeyNumber = 1, set KeyNumber to 2.

    If player is overlapping Key3 and KeyNumber = 2, set KeyNumber to 3.

    If player is overlapping Key4 and KeyNumber = 3, set KeyNumber to 4.

    etc. Do this for all keys and you will only be able to collect them in the order 1-6.

  3. #3
    No Products Registered

    Join Date
    Oct 2009
    Posts
    506
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: game help

    thanks for the help
    i have seven sets of keys first set 6 keys so your example will work fine. the next set of keys = 3 and so on.
    could i set up the alt varibles to identify each seperate key and still use your example?

  4. #4
    No Products Registered

    Join Date
    Oct 2009
    Posts
    506
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: game help

    thanks excellent skip last post just needed to think got it now thanks for your help

Similar Threads

  1. YWHTG: You Will Hate This Game [Flash] Skill / Avoidance game
    By FGRaptor in forum Released Games & Apps in Flash
    Replies: 2
    Last Post: 2nd May 2016, 03:14 AM
  2. Donkey Kong JR Game & Watch cloned into arcade game some MMF2 technical problems.
    By daryuss in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 9th June 2013, 09:17 PM
  3. Open exported html doc, game doesnt load. When opening raw SWF, game fits screen!
    By Oreo in forum SWF/Flash Export Module Version 2.0
    Replies: 5
    Last Post: 19th November 2012, 03:16 PM
  4. Flash Game Screen Size Game Site Preferences
    By Rolando in forum SWF/Flash Export Module Version 2.0
    Replies: 1
    Last Post: 4th January 2012, 04:04 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •