Hey
I'm trying to make my .css file exported into my game work as the css style for my sliderbar object... I added an ID to it but when I preview my game, it doesn't change...
its a simple css file just to test it...
#slider{
width:10px;
height:10px;
background-color:red;
cursor:pointer;
}[/code:2jhepr3l]
the ID is slider in the slidebar object