Flash Q
Flash Q
- Started
- Last post
- 1 Response
- springbok
Hi
I am trying to produce a map in flash which has buttons for, europe, each country in europe the regions within the countries. I have found this maphttp://www.istockphoto.com/file_…
Can anyone point me in a direction of one, or help me find a prototype which allows for scaling the X and Y corodinates of a MC. I have this one for the Xscale
go to Next thread
- springbok0
MovieClip.prototype.targetXS = function(targetXS, xsSpeed) {
this.onEnterFrame = function() {
var xsDiff = targetXS-this._xscale;
this._xscale += xsDiff*xsSpeed;
if (Math.abs(xsDiff)