User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 14 of 14

Thread: Using Objects from a sub application in a separate frame

  1. #11
    Clicker Multimedia Fusion 2

    Join Date
    Feb 2012
    Posts
    53
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks a lot oruga that was the problem! I'm such a noob I don't know about the little details.

    Now with the solution you suggested earlier, do you need to be able to use arrays in order to pick up an item and position it in the menu depending on the order in which you picked them up? If you understand any of that?
    I don't know anything about arrays sadly

  2. #12
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    oruga's Avatar
    Join Date
    Feb 2012
    Posts
    366
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if you are gonna use a file to save the inventory items you have taken you need arrays or INI to store the data.

    To be totally honest with you, if you are just learning I think an inventory is more of an advanced thing and I don't recommend you just copy and paste examples, you gotta understand what you are doing and how everything works and it may be too much information to absorb. Slowing down would be a good idea and just starting by making something more simple and build it up from there.

    You are probably better off using INI this time, that's less complicated. When you pick up an item just write on your INI item1=1 now on your inventory sub-application check all items from your INI, if they are >0 then you make them appear or create them. You gotta check them on your game frame too, so if you have taken item1 destroy it so the player can't take it again.

  3. #13
    Clicker Multimedia Fusion 2

    Join Date
    Feb 2012
    Posts
    53
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well all I need the inventory to do is store 2 items and then combine them to make a new item so it's not overly complex there just seems to be a lack of material for specifically what I need. I will have a look into INI's thanks

  4. #14
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Are you coding in the sub-application frame? Yes, make sure you have done as oruga said.

    Marv

    Edit: Great, you fixed it.
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Replies: 1
    Last Post: 17th January 2013, 03:29 AM
  2. [RC2] Application crashes when objects are in the frame
    By Jacob in forum Android Export Module Version 2.0
    Replies: 3
    Last Post: 28th November 2012, 02:14 AM
  3. Issue: separate calculations for multiple objects?
    By fandelfinger in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 13th June 2011, 09:04 AM
  4. Making separate install and application disks
    By Michael_Nelson in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 26th August 2010, 09:40 PM
  5. Same objects, separate actions
    By Chrille in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 20th January 2008, 01:16 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
  •