User Tag List

Results 1 to 3 of 3

Thread: Auto-Click

  1. #1
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-onInstall Creator Pro
    Fusion 2.5 (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    cajujoe's Avatar
    Join Date
    Jan 2009
    Posts
    42
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Smile Auto-Click

    Dear friends,

    I have a Button in my game that I want to be "auto-clicked" in certain occasions, like the start of a frame. There´s a way to do that with a single line of event or I must make the same events of the "user clicked button" ?

    I want to do this because the button have many event lines and I´m working with groups and alterable variables.

    Thanks!

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Game_Master's Avatar
    Join Date
    Jul 2007
    Location
    England
    Posts
    1,705
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What you could do, is with the event that you've got which handles the button click, change the condition to make it check for a loop. So you'd have:
    + On loop "buttonClick" [or another loop name]
    - Action 1
    - Action 2
    - Etc.

    Then whenever you want to activate that event, just run a fastloop once named "buttonClick", or whatever you have called it.

    You could also do the same sort of thing with alterable values (this would probably be more efficient), where instead of running a fast loop, you set an alterable value to 1. Then, instead of checking if a fast loop has run, check if the alterable value is equal to 1. Then, as part of the actions, set the alterable value back to 0.

    Example.

  3. #3
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-onInstall Creator Pro
    Fusion 2.5 (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    cajujoe's Avatar
    Join Date
    Jan 2009
    Posts
    42
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Game_Master, I´ll try this method!

Similar Threads

  1. after the first click, the system waits for a second before accepting the next click
    By kikiriki in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 9th August 2013, 01:45 PM
  2. Auto-Backup
    By Jaffob in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 3rd August 2012, 11:08 PM
  3. An auto Scroller
    By Jacob_Miller in forum Multimedia Fusion 2 - Technical Support
    Replies: 33
    Last Post: 12th October 2009, 02:05 AM
  4. Auto Scroll
    By Boof in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 29th January 2008, 02:09 AM
  5. Auto-Run
    By rustywater in forum Install Creator and Patch Maker
    Replies: 7
    Last Post: 3rd October 2006, 06:44 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
  •