User Tag List

Results 1 to 2 of 2

Thread: global layer exist?

  1. #1
    No Products Registered

    Join Date
    Aug 2010
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    global layer exist?

    I make a platform + adventure game (here)

    and I create a layer to hud objects (the actions in bottom of image)
    but I want that this layer always appears when the global value "HUD" = 1

    I don't found any command in global events
    how make?

  2. #2
    Clicker Multimedia Fusion 2SWF Export Module

    Join Date
    Sep 2006
    Posts
    1,544
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: global layer exist?

    The controls for layers are found in the "Layer Object", included with MMF2. Insert a layer object into your frame, and access it in the event editor. The code would look like this:

    Compare to Global Value (HUD) == 1
    Layer Object: Show Layer 1

    Compare to Global Value (HUD) ~= 1
    Layer Object: Hide Layer 1




Similar Threads

  1. Screen bug in Beta 4 - still exist
    By Yos in forum iOS Export Module Version 2.0
    Replies: 2
    Last Post: 8th October 2012, 03:48 PM
  2. Possible suggestion - This tool exist?
    By Ls2 in forum Android Export Module Version 2.0
    Replies: 0
    Last Post: 28th November 2011, 03:01 PM
  3. MMF 1.5 forum still exist?
    By Dave in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 8th May 2010, 09:54 PM
  4. The destination directory doesn't exist. Do you...
    By Bjorn in forum Install Creator and Patch Maker
    Replies: 3
    Last Post: 6th February 2007, 08:30 AM

Posting Permissions

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