Blue Eye Logo

Blue Eye Macro

Automation is freedom
It is currently Thu Nov 21, 2024 8:28 pm

All times are UTC




Post new topic Reply to topic  [ 28 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
 Post subject: Re: How to use Triggers
Thanked: 0 time(s)  Unread post Posted: Tue Nov 01, 2011 3:55 am 
New User
New User



Joined: Tue Nov 01, 2011 2:10 am
Posts: 25
Location: uk
Been thanked: 0 time(s)
Has thanked: 0 time(s)
Contribution Points: 39
video tutorials are soo much easier to understand thanks :)


Top
 Profile  
Reply with quote  
 Post subject: Re: How to use Triggers
Thanked: 0 time(s)  Unread post Posted: Sat Dec 10, 2011 12:23 pm 
Active User
Active User



Joined: Sun Dec 04, 2011 1:54 am
Posts: 32
Been thanked: 0 time(s)
Has thanked: 0 time(s)
Contribution Points: 2
Is there any way to set multiple triggers for one macro?

And multiple stop-triggers?


Top
 Profile  
Reply with quote  
 Post subject: Re: How to use Triggers
Thanked: 0 time(s)  Unread post Posted: Sat Dec 10, 2011 1:33 pm 
Partner / Developer
Partner / Developer
User avatar



Joined: Mon Jan 18, 2010 11:51 am
Posts: 4525
Been thanked: 1346 time(s)
Has thanked: 133 time(s)
Contribution Points: 33209
It's not.

Why would you want to do that?

If you want you can always create a new macro with the extra start trigger, all the macro would need to do then, is execute the actual macro.

Same for the stop trigger, again just a new macro which will just abort the actual macro.

_________________
Blue Eye - Developer / Moderator
Code:
Gigus


Please read the rules about contribution points - click here

Do you know everything about BE, the forum, licenses and contribution points?
Please take a minute to read this introduction & guidelines.


Top
 Profile  
Reply with quote  
 Post subject: Re: How to use Triggers
Thanked: 0 time(s)  Unread post Posted: Sun Jan 22, 2012 9:00 am 
New User
New User



Joined: Sun Jan 22, 2012 8:56 am
Posts: 2
Been thanked: 0 time(s)
Has thanked: 0 time(s)
Contribution Points: 22
Hello im new in this forum. This macro is easy for use, i like it. But i have small problem. Is there any posible for start trigger with hold key f and stoping the trigger with release key f.

Thank you. Sorry for my bad english.


Top
 Profile  
Reply with quote  
 Post subject: Re: How to use Triggers
Thanked: 0 time(s)  Unread post Posted: Sun Jan 22, 2012 12:04 pm 
Partner / Developer
Partner / Developer
User avatar



Joined: Mon Jan 18, 2010 11:51 am
Posts: 4525
Been thanked: 1346 time(s)
Has thanked: 133 time(s)
Contribution Points: 33209
Sure its possible, first add a start trigger to your macro, type "f" (without the quotes) as a start trigger for the macro.

Then inside the macro use:
Code:
 while  Keyboard.Key is held down("f")
     begin
          //Do your stuff here
     end

_________________
Blue Eye - Developer / Moderator
Code:
Gigus


Please read the rules about contribution points - click here

Do you know everything about BE, the forum, licenses and contribution points?
Please take a minute to read this introduction & guidelines.


Top
 Profile  
Reply with quote  
 Post subject: Re: How to use Triggers
Thanked: 0 time(s)  Unread post Posted: Sun Jan 22, 2012 12:50 pm 
New User
New User



Joined: Sun Jan 22, 2012 8:56 am
Posts: 2
Been thanked: 0 time(s)
Has thanked: 0 time(s)
Contribution Points: 22
Gigus wrote:
Sure its possible, first add a start trigger to your macro, type "f" (without the quotes) as a start trigger for the macro.

Then inside the macro use:
Code:
 while  Keyboard.Key is held down("f")
     begin
          //Do your stuff here
     end


Wow it's work completely. You have helped me. Thank you very much.


Top
 Profile  
Reply with quote  
 Post subject: Re: How to use Triggers
Thanked: 0 time(s)  Unread post Posted: Sun Jan 22, 2012 11:29 pm 
Partner / Developer
Partner / Developer
User avatar



Joined: Mon Jan 18, 2010 11:51 am
Posts: 4525
Been thanked: 1346 time(s)
Has thanked: 133 time(s)
Contribution Points: 33209
Glad I could help.

And thank you for reporting back.

_________________
Blue Eye - Developer / Moderator
Code:
Gigus


Please read the rules about contribution points - click here

Do you know everything about BE, the forum, licenses and contribution points?
Please take a minute to read this introduction & guidelines.


Top
 Profile  
Reply with quote  
 Post subject: Re: How to use Triggers
Thanked: 0 time(s)  Unread post Posted: Thu Feb 02, 2012 3:05 pm 
Active User
Active User



Joined: Tue Jan 31, 2012 8:22 pm
Posts: 41
Been thanked: 0 time(s)
Has thanked: 0 time(s)
Contribution Points: 158
Wow thanks this really helped me :D

_________________
21, born in austin, texas currently gaming my fat away in alberta, canada.


Top
 Profile  
Reply with quote  
 Post subject: Re: How to use Triggers
Thanked: 0 time(s)  Unread post Posted: Thu Feb 16, 2012 9:55 am 
Silver Contributor
Silver Contributor
User avatar



Joined: Tue Feb 14, 2012 11:50 am
Posts: 134
Been thanked: 2 time(s)
Has thanked: 0 time(s)
Contribution Points: 57
Nice sharing.
Give me more experience about BE.
:D

_________________
when you try, that's when you are addicted


Top
 Profile  
Reply with quote  
 Post subject: Re: How to use Triggers
Thanked: 0 time(s)  Unread post Posted: Thu Feb 16, 2012 11:24 am 
Contributor
Contributor



Joined: Mon Feb 13, 2012 8:04 pm
Posts: 71
Been thanked: 0 time(s)
Has thanked: 0 time(s)
Contribution Points: 520
finally i know how to use triggers after reading your post ... thanks so much this really help me

_________________
Image


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 28 posts ]  Go to page Previous  1, 2, 3  Next

All times are UTC


You cannot post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group