|
-
help....
I have applied this to my own project and is works up to a point. This is what I put on my MC
on(press){
this.w = this._width;
this.h = this._height;
startDrag(this,true)
this._width = this.w;
this._height = this.h;
}
on(release){
stopDrag();
this._width = this._width + 50
this._height = this._height + 50
}
Now what I need help with: I need to drag the item again to another location without resizing it to another 100 per cent which makes it grow bigger. What actionscript code will work to make the item return to it's smaller size when it is dragged or to keep it from resizing anymore? Sure appreciate any help anyone can give me.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|