> I use on most of my web sites a recorder style button system with
> fast reverse ( jump previouse index )
> reverse ( jump previouse page
> forward ( jump next page )
> fast forward ( jump next index page )
>
> All with mosue over.
> Would like to have one source file,
> where I have only to change color parameters,
> and this makes all the graphics 2 pictures per
> button (normal, mouse over)
Use the #if directive. it'd go something like this
#if(mouse=on)
stuff for the mouse over
#else
stuff for the non-mouse over image
#end
now you'll have to either specify the output file name or rename it once
it's rendered before doing the second image.
--
-The "D"
A Thunderstorm is God's way of telling you that you spend too much time
on the
computer
Email address given is a spam catcher only
Post a reply to this message
|