The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.36 / 5.00 33,851 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 12,195 Viewshow to i make an object's x and y scale increase when i hit a button?
onClipEvent(enterFrame){
if(Key.isDown(Key.LEFT)){
x, y scale stuff?
}
Although practicality beats purity.
Errors should never pass silently.
In the face of ambiguity, refuse the temptation to guess.
100 is the normal size. If you make it negative, it flips. i.e. -100 would be normal proportions/size but a horizontal/vertical flip depending on whether it was _xscale or _yscale.