QUOTE(chowe @ Nov 5 2004, 06:16 AM)
Hey just starting my first skin now
Just a few questions: is it possible to make the "section background" a transparent. Ive found that when i apply the background it is transparent until i mousover it, then it becomes completely solid again.
Edit: and another thing, using gimp to edit pngs anyone here have any expereince im tryin to create a black border but best i can do is draw it in any ideas?
Perhaps we should start a new thread for skin development questions?
cheers
Ed
One not very good possible is to use this line in your sprite:
CODE
list rendermap int { render.Erase,render.Fill ,render.Image,render.Text }
You can use better way if you not change windows size is using deactivate function (sprite is display and deactivate but picture is steal on screen and not rewrite on mouse enter . This could be something like this:
CODE
lua unacive
function onattach(this)
look_setVisible(this,false)
look_setHeight(this,0)
end
endlua
I'm using this function in foopilot one to show shadow in skin.
this thread what you mean is already exist but last post before main is sound like: happy new year all skins makers.

@dano: next version will have correct path to cover art. I do not knew untill now how to make it. Thanks.
@gob: nice shorter modification

. It is not so simply to get this

.