Hi,
Is there any function for relative sprite height / width (%) ?
I need sprite with 50% height of stage, now i keep tracking height of root stage and re-calculate height's. Is there better way to do it ? Like:
stage{
position:relative;
}
sprite{
position:absolute;
height:50%;
width:100%;
}