DNnlee Posted June 4, 2008 Posted June 4, 2008 (edited) i was wondering if i can do thismain question on : WHILE $extra not = 1113197098$extra = PixelChecksum(72,194,73,195) while $extra not = 1113197098if $stats = 1 Then fordex() EndIf $extra = PixelChecksum(72,194,73,195) Sleep(500) WEnd Edited June 4, 2008 by DNnlee
Tomb Posted June 4, 2008 Posted June 4, 2008 give this a try. $extra = PixelChecksum(72,194,73,195) while 1 If $extra <> 1113197098 Then if $stats = 1 Then fordex() EndIf EndIf $extra = PixelChecksum(72,194,73,195) Sleep(500) WEnd
sandin Posted June 4, 2008 Posted June 4, 2008 instead of: NOT =oÝ÷ Ú붬jëh×6<> Some cool glass and image menu | WinLIRC remote controler | Happy Holidays to all... | Bounce the sun, a game in which you must save the sun from falling by bouncing it back into the sky | Hook Leadtek WinFast TV Card Remote Control Msges | GDI+ sliding toolbar | MIDI Keyboard (early alpha stage, with lots of bugs to fix) | Alt+Tab replacement | CPU Benchmark with pretty GUI | Ini Editor - Edit/Create your ini files with great ease | Window Manager (take total control of your windows) Pretty GUI! | Pop-Up window from a button | Box slider for toolbar | Display sound volume on desktop | Switch hotkeys with mouse scroll
k3v Posted June 5, 2008 Posted June 5, 2008 Hi... as a newbie myself, I hope I'm not intruding...When using NOT in a While loop, wouldn't you place the logical operator before the expression? eg:While Not $extra = 1113197098If that's only "another way to do it", then please excuse me.k3v
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now