I've created a website which is to be linked in our dealers websites. Customers could place an order through the dealers website. Currently it sends data to a PHP script on the server and get the details to my mail.
My problem: When a customer place an order coming tomy website through a delars...
Actionscript 2.0
How to add / specify a MAXIMUM scale limit for this??
Code:
on (press) {
this._root.image_mc1._xscale += 7;
this._root.image_mc1._yscale += 7;
};