User Tag List

Results 1 to 3 of 3

Thread: Event Editor Icon question

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    Tallmadge, Ohio USA
    Posts
    264
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Event Editor Icon question

    In the past my object icons (especially buttons) in the event editor where miniture versions of the actual buttons but now they are displayed as the default picture (little mountains?)
    How can I change this back?

    Also what does the conditons in [color:#FF0000]RED[/color] text signify?

  2. #2
    Clicker Multimedia Fusion 2

    Join Date
    Sep 2006
    Location
    Britain, South Coast
    Posts
    1,030
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Event Editor Icon question

    The red ones are Immediate Events.

    Normally, MMF loops through the events from top to bottom (look at the List View - this shows you the order MMF processes them in normally). When it comes to a standard condition, it tests it, and fires the actions one after the other.

    With *immediate* conditions (the red ones), it's a little different.

    MMF senses the trigger for that event (for example, a key is pressed). Then, instead of waiting for MMF to plough through the whole event list, it tests the 'on key' events immediately.

    You can change the colour of these conditions in the Preferences (I prefer blue, cos I find red hard to read). You also need to have these immediate conditions at the top of any other conditions in that event. They won't be coloured if they're not the first condition - showing that they won't be tested when MMF senses the trigger.

    e.g. This is fine:
    [color:#FF0000]Start of Frame[/color]
    Global Value A = 12

    e.g. This is NOT:
    Global Value A = 12
    Start of Frame

    Immediate events also still preserve the order you placed them in in the event list. So if you have several 'On Key' events, they'll be executed in the order you specified in the event list.

    I'm certain there was an article about this, but I can't actually find the tutorial page. Hope this helps.

  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    Tallmadge, Ohio USA
    Posts
    264
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Event Editor Icon question

    Thanks Dines.....good explanation..
    Any idea about the icons?

Similar Threads

  1. Replies: 3
    Last Post: 14th October 2013, 12:54 PM
  2. Question of Object icon change in Global event
    By ASD in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 28th January 2009, 05:53 AM
  3. Comment and question about event editor interface
    By Taofeld in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 2nd October 2006, 10:19 AM
  4. Event Editor question....
    By Sam_Dillard in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 29th September 2006, 06:16 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
  •