Here are some screens to show what i mean, the code im using is:
PHP Code:
//#CLIENTSIDE
function onCreated(){
}
function onPlayerTouchsMe(){
dontblocklocal();
drawoverplayer();
setEffectMode(1);
setColorEffect(1, 1, 1, .7);
setTimer(7);
}
function onTimeout(){
setEffectMode(1);
setColorEffect(1, 1, 1, 1);
}
order of the screens should be before touching the image, while in the image, and after leaving the image.
Ive tried a few different things, like using showimg, not including setEffectMode(1) on the timeout and stuff, but regardless of the timeout, when i touch it and it turns more transparent, thats when the yellow shows up.