User Tag List

Results 1 to 3 of 3

Thread: maths help expression

  1. #1
    Clicker iOS Export Module

    Join Date
    Feb 2010
    Location
    Behind the tree!
    Posts
    200
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    maths help expression

    How would i express this as a mathematical equation?

    I've got a fastloop looping 150 times.

    I only want to effect changes every 3rd loop starting at loop 1, so 1, 4, 7, 10 etc etc.

    Onloop my loop
    +loop index my loop = ?

    Complete brain freeze and i hate maths


  2. #2
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: maths help expression

    loop index("my loop") mod 3 equals 1

    Code:
    index: 0 1 2 3 4 5 6 7 8 9
    mod 3: 0 1 2 0 1 2 0 1 2 0

  3. #3
    Clicker iOS Export Module

    Join Date
    Feb 2010
    Location
    Behind the tree!
    Posts
    200
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: maths help expression

    Brilliant, thanks very much.

Similar Threads

  1. Maths Equation
    By Dynamite in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 17th March 2010, 11:16 PM
  2. bit of a maths help if anyone can?
    By Gibbon in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 17th August 2009, 02:54 PM
  3. hmm i think this maybe just maths question?
    By Gibbon in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 8th February 2008, 10:32 PM
  4. [Help] Sphere Maths
    By Sphax in forum File Archive
    Replies: 3
    Last Post: 9th November 2006, 01:09 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
  •