I took what you gave me, and adjusted it, to get the out come I needed.
Set integer [Max] value to 30
Begin Text Compare : [{EXP:'{WINDOWTITLEUNDERMOUSE}' LIKE '*Edit Style*' OR '{WINDOWTITLEUNDERMOUSE}' LIKE '*Developer Tools*'}] Contains '1'
Quick Input, ' {'
Else If Text Compare : [{EXP: {MOUSESCREENY} < {INT:Max} }] Equals '1'
Execute command, 'Balabolka Sound Control' (and wait until it completes)
Else
Execute command, 'Open Page;Open;Opened'
Write '[Blue] Open Page in New Browser Window' to log
End Condition
You also gave me a new idea, and now this seems to work as I wish it to.
I know I need to studying basic control flow, I just don't know what I should study. Meaning what's a good book that would help with using VA.
I do this all by Trial and Error, and learning from You, and Gary's responses, among a few others. I learn something, and try to make old commands better all the time.
I had tried something like this before, but kept getting a Exp Error. Apparently, I didn't realize I need () around each portion.
{EXP: ({MOUSESCREENY} > {INT:Max}) AND ('{ACTIVEWINDOWTITLE}' LIKE '*Edit Style*' OR '{ACTIVEWINDOWTITLE}' LIKE '*Developer Tools*')}
I've even tried something similar to my final out come, and it didn't work. It's very frustrating when you have no foundation in programming. I've tried reading books, but they always seem to take for granted that you know more than they're trying to teach you. Even when it's a beginners guide. It's like I'm coming into a movie have way through, and can't seem to understand what's going on. Or say like, they give you a list of ingredients, but don't tell you how your suppose to really use them. It's very frustrating!
Thanks for the help again. I always learn a great deal from you.