User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 16

Thread: My Rpg.........problems

  1. #1
    Clicker Multimedia Fusion 2SWF Export Module
    Jacob's Avatar
    Join Date
    Jul 2007
    Location
    Second pixel to the right
    Posts
    3,208
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    My Rpg.........problems

    I am making my first RPG(after 2 years of using MMF2) and am wondering if it is possiblr to hide/show a layer through the event editor in real time. I am using theis for my inventory system and would like to be able to click on a button to toggle through my inventory, equipment, etc.

  2. #2
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: My Rpg.........problems

    Yes, you can do this by using the Layer object (either by index or by name).

    You could also look into doing an inventory/menu screen through sub-applications.

  3. #3
    Clicker Multimedia Fusion 2SWF Export Module
    Jacob's Avatar
    Join Date
    Jul 2007
    Location
    Second pixel to the right
    Posts
    3,208
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: My Rpg.........problems

    ok thx......now I have another problem.

    I am using DanielRehn's inventory example.It is on a layer above my Interface, but it always shows below everylayer. Does anyone know how to fix this?

    Also, when I pick up a knife, it goes to my inventory and is destroyed, but Every knife in the fram is also destroyed.That isnt good.

    My MFA: http://darkesoft.co.nr/Darkenesse.mfa

  4. #4
    Clicker Multimedia Fusion 2SWF Export Module
    Jacob's Avatar
    Join Date
    Jul 2007
    Location
    Second pixel to the right
    Posts
    3,208
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: My Rpg.........problems

    (I'll frequently update the link)

  5. #5
    No Products Registered

    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    1,141
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: My Rpg.........problems

    On the pickup event: Move the Destroy action before the Start Loop action. Loops tend to mess up object picking.

    And it seems that some objects are on the incorrect layer. The Inventory string for example isn't in then Inventory Layer.

  6. #6
    Clicker Multimedia Fusion 2SWF Export Module
    Jacob's Avatar
    Join Date
    Jul 2007
    Location
    Second pixel to the right
    Posts
    3,208
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: My Rpg.........problems

    Thanks for the knife thing, but the inventory string should always be on the top layer, because it changes through inventory, equipment, spells, etc.

    Also, with the 8-dir movement, how is it possible to make the character run when shift is pressed? Setting the speed when shift is pressed doesnt seem to work.

  7. #7
    No Products Registered

    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    1,141
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: My Rpg.........problems

    Set max speed instead of speed.

  8. #8
    Clicker Multimedia Fusion 2SWF Export Module
    Jacob's Avatar
    Join Date
    Jul 2007
    Location
    Second pixel to the right
    Posts
    3,208
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: My Rpg.........problems

    Ok thx...do you know why the inventory wont work though?

  9. #9
    Clicker Multimedia Fusion 2

    Join Date
    Jun 2007
    Location
    Suffolk, UK
    Posts
    435
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: My Rpg.........problems

    Quote Originally Posted by Darkwing
    Ok thx...do you know why the inventory wont work though?
    1. Change the Inventory Layer Properties and uncheck 'Visible at Start'
    2. In the 'CreateInventory' loop (event 7), you are creating the inventory boxes on the wrong layer. Change it to create them on layer 3 instead of 1
    3. I think there was a third one but I've forgotten it sorry ...

  10. #10
    Clicker Multimedia Fusion 2SWF Export Module
    Jacob's Avatar
    Join Date
    Jul 2007
    Location
    Second pixel to the right
    Posts
    3,208
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: My Rpg.........problems

    thx that works! NOw for the ardruous task of making my game have a playfield

Page 1 of 2 1 2 LastLast

Similar Threads

  1. More AI Problems
    By Gimbabwe in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 11th October 2011, 11:47 PM
  2. 3 Problems, please help!
    By Jacob_Miller in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 5th February 2011, 02:27 PM
  3. INI Problems.
    By Joeyotrevor in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 15th May 2008, 02:59 PM
  4. Serious problems.
    By Clicktastic in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 26th December 2006, 03:07 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
  •