ok, i have tried everything that i can think of, so know i come here for some help.
I made a scar script for a game, and it does not wanna play along with win7 aero.
so i made this test script to see if i can see whats wrong, and this is the outcome.
here is the script i made,
and these are the results from runnin the same script twice, once in basic, once in aeroCode:program New; var color:integer; begin findwindowtitlepart('endless edge',false) activateClient; wait(3000) color:=getColor(174,367) wait(1000) writeln(IntToStr(color)); color:=getColor(169, 445); wait(1000) writeln(IntToStr(color)); color:=getColor(65, 448); wait(1000) writeln(IntToStr(color)); end.
Basic
and this is from aeroCode:Successfully compiled (35 ms) 2710156 3238804 2710148
i have tested this with other coords in aero aswell, everytime it returns the number code 16777215, if i take the manual color picker, it shows the correct color thoughCode:Successfully compiled (33 ms) 16777215 16777215 16777215 Successfully executed
Even went so far as to try it in different versions of SCAR aswell ...
Does scar not like aero? or is this game just fail when it comes to scar+aero?
I really wana change my theme back to aero, basic sucks ....


Reply With Quote















