User Tag List

Results 1 to 6 of 6

Thread: Is it is possible to show behaivors as an event list?

  1. #1
    Clicker Multimedia Fusion 2
    TanteiSakana's Avatar
    Join Date
    Apr 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Is it is possible to show behaivors as an event list?

    There doesn't appear to be anything describing this in the help files. Clicking on the event list button on the main toolbar just takes me to the frame's event list, which isn't what I want.

    Am I missing something?

  2. #2
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    You can't, not in the current version of MMF2. There are more serious things to be ironed out before things like this get fixed. :\
    Working as fast as I can on Fusion 3

  3. #3
    Clicker Fusion 2.5 Developer

    Join Date
    Jul 2008
    Location
    UK
    Posts
    1,393
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    Just don't use behaviours - they're pointless.
    Some people seem to be under the impression that events inside behaviours are somehow handled differently from other events, but that's simply not the case. The only advantage is that they save you having to copy & paste events when re-using objects (which takes all of about 3 seconds and 4 mouse clicks). The downsides are that you're forced to use the sucky event editor (not the event list editor), and you end up with code scattered all over the place (so it can be slower to edit code, and you're more likely to get bugs caused by events you'd forgotten about).
    You'd be better off just putting all the code relating to the object into a single event group, and then copying that along with the object itself.

  4. #4
    Clicker Multimedia Fusion 2
    TanteiSakana's Avatar
    Join Date
    Apr 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Aw, darn. I mainly just wanted to be able to look through the behaviors in Knytt Stories without having to double-click or hover over everything. -_-

    I'll keep in mind those points about behaviors. It seems like there's some legitimate uses for them, though, like in Knytt Stories, where the frame code is massive and it'd be nice to be able to focus on smaller things separately from everything else, and widgets making it easier to share your code with other people.

    I haven't worked with MMF too much yet, though.

  5. #5
    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)
    Behaviours are sort of an all or nothing system. You either have to use them for everything, or use them for nothing. Mixing will make your code messy as hell. They're pretty useless overall too; ideally you should be able to write behaviours and then add them to objects in their properties instead of coding behaviours individually per object.

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    rubes's Avatar
    Join Date
    May 2011
    Posts
    367
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good information. I was having difficulty in looking understanding to look at behaviors when trying to follow a tutorial recently, and sounds like I should not bother to use them moving forward

Similar Threads

  1. Show frame in event editor
    By indigobanana in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 12th January 2008, 11:00 PM
  2. Event Editor doesn't show Events when scrolling
    By Tiles in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 16th January 2007, 07:45 AM
  3. library object does not show up in event editor
    By Snow in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 6th January 2007, 05:33 PM
  4. bug: List object doesnt show list of files ...
    By Rushino in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 1st November 2006, 11:46 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
  •