User Tag List

Results 1 to 5 of 5

Thread: Beginners/Advanced Using Never Condition.

  1. #1
    Clicker Fusion 2.5 Developer
    00J's Avatar
    Join Date
    Jun 2006
    Location
    Virginia, USA
    Posts
    1,510
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Beginners/Advanced Using Never Condition.

    Use the "Never" Condition to deactivate code that you created that did not work the way you wanted or did not work at all.

    Keep it in your code and comment it. This way you will have a history of how you eventually get your code to work out, and a map of the way it did not work.

    This is good for debugging your code. [wink]




  2. #2
    Clicker Multimedia Fusion 2SWF Export Module

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

    Re: Beginners/Advanced Using Never Condition.

    half my code is either nevered or in closed event groups >.>

  3. #3
    No Products Registered

    Join Date
    Feb 2009
    Location
    Texas
    Posts
    825
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Beginners/Advanced Using Never Condition.

    Good idea

  4. #4
    Clicker Fusion 2.5 Developer
    00J's Avatar
    Join Date
    Jun 2006
    Location
    Virginia, USA
    Posts
    1,510
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Beginners/Advanced Using Never Condition.

    heh, yeah it's pretty much just like this in c+ [color:#006600]//code that did not work[/color]

    It's really good also like u said with closed event groups. Basically the original idea you had was a definite process, it just didn't behave the way you visioned it. U have to tweak it until it functions the way MMF can understand it. So it's not to say that your code actually didn't work, it's just the "way" it works might not be the way you type it into MMF.

    It's worth it to keep even code that did not do what you intended, so you don't code it again the same way, and also so you have a log of how you arrived at your working stable code.

  5. #5
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Location
    USA
    Posts
    2,982
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: Beginners/Advanced Using Never Condition.

    Not to mention later you may find that your original code can work how you want it to with some tweaking, saving you from having to go back and do it all over again.

Similar Threads

  1. Article - Beginners Guide to Making Pixel Shaders
    By MuddyMole in forum Shader Development
    Replies: 3
    Last Post: 6th November 2014, 01:10 PM
  2. Help for beginners?
    By Caesar in forum Lacewing
    Replies: 4
    Last Post: 3rd December 2011, 09:11 PM
  3. In depth MMF2 Beginners Guide
    By Vegetto in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 21st May 2007, 12:51 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
  •