Can i Scale the Actor in GE?
in Game Editor can i scale the actor
if it's can and what should i do.
// (now i want to make a power bar and change scale _x.scale of bar)
// " the script i use for scale Bar "
// PowerLoad01 = 50;
// PowerTotal =100;
// PowerPercent01 = (PowerLoad01/PowerTotal*100);
// "_x.scale "= PowerPercent01;
// (but i didn't know _x.scale in Game Editor )
Thankyou for your answer