User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 20 of 20

Thread: 'restrict actions' bug

  1. #11
    Clicker Fusion 2.5 DeveloperSWF Export ModuleInstall Creator Pro

    Join Date
    Jun 2006
    Location
    France
    Posts
    1,266
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 'restrict actions' bug

    what is the Restrict Actions for anyway? i never understood its function.

  2. #12
    Clicker Fusion 2.5 DeveloperSWF Export ModuleInstall Creator Pro

    Join Date
    Jun 2006
    Location
    France
    Posts
    1,266
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 'restrict actions' bug

    what is the Restrict Actions for anyway? i never understood its function.

  3. #13
    No Products Registered

    Join Date
    Jul 2006
    Posts
    144
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 'restrict actions' bug

    When a condition is true in multiple cycles, it restricts the actions from being performed more often than (

  4. #14
    No Products Registered

    Join Date
    Jul 2006
    Posts
    144
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 'restrict actions' bug

    When a condition is true in multiple cycles, it restricts the actions from being performed more often than (

  5. #15
    Clicker Fusion 2.5 DeveloperSWF Export ModuleInstall Creator Pro

    Join Date
    Jun 2006
    Location
    France
    Posts
    1,266
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 'restrict actions' bug

    But isn't that the same as "Every 0.05 do.."

  6. #16
    Clicker Fusion 2.5 DeveloperSWF Export ModuleInstall Creator Pro

    Join Date
    Jun 2006
    Location
    France
    Posts
    1,266
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 'restrict actions' bug

    But isn't that the same as "Every 0.05 do.."

  7. #17
    No Products Registered

    Join Date
    Jul 2006
    Posts
    144
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 'restrict actions' bug

    No dude.... check out this timeline:

    Seconds since Start of Frame
    0 _____________________ 1 _____________________

    Suppose you have an event, "while spacebar is pressed" AND "every 1 second." This is true once every second, on the second, since the start of the frame. Now suppose you use "restrict actions to 1 second" instead of "every." Then it is true *as soon as* the user presses the spacebar, plus every second after that, i.e.

    0 _____________________ 1 _____________________
    ________* _____________________ + _____________________ +

    The * indicates the spacebar press, and the +'s are where the condition would be true (in addition to *) if the spacebar is held down or repeatedly pressed. As I said, it's only noticable for longer durations, for the most part...

  8. #18
    No Products Registered

    Join Date
    Jul 2006
    Posts
    144
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 'restrict actions' bug

    No dude.... check out this timeline:

    Seconds since Start of Frame
    0 _____________________ 1 _____________________

    Suppose you have an event, "while spacebar is pressed" AND "every 1 second." This is true once every second, on the second, since the start of the frame. Now suppose you use "restrict actions to 1 second" instead of "every." Then it is true *as soon as* the user presses the spacebar, plus every second after that, i.e.

    0 _____________________ 1 _____________________
    ________* _____________________ + _____________________ +

    The * indicates the spacebar press, and the +'s are where the condition would be true (in addition to *) if the spacebar is held down or repeatedly pressed. As I said, it's only noticable for longer durations, for the most part...

  9. #19
    Excerion
    Guest

    Re: 'restrict actions' bug

    []sorry if this has been reported already, i did do a search but nothing came up.

    the 'restrict actions for...' action seems to be borked.. when i create an object at the mouse coordinates while the mouse key is pressed, they are created at the same rate without a restrict action as they are with 'restrict for' 25 milliseconds. it seems to work from 30 up only. is this a bug or is it because of some new feature by any chance?

    thanks. [/]

    Same here except for me it works as it should from 26 Milliseconds and upwards.

  10. #20
    Excerion
    Guest

    Re: 'restrict actions' bug

    []sorry if this has been reported already, i did do a search but nothing came up.

    the 'restrict actions for...' action seems to be borked.. when i create an object at the mouse coordinates while the mouse key is pressed, they are created at the same rate without a restrict action as they are with 'restrict for' 25 milliseconds. it seems to work from 30 up only. is this a bug or is it because of some new feature by any chance?

    thanks. [/]

    Same here except for me it works as it should from 26 Milliseconds and upwards.

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Restrict Actions
    By Asholay in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 14th December 2012, 01:16 PM
  2. Restrict Actions
    By Keyboarder in forum Multimedia Fusion 2 - Technical Support
    Replies: 17
    Last Post: 9th December 2011, 09:50 PM
  3. Restrict Actions Breaks
    By Pkeod in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 13th May 2008, 03:50 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
  •