A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Elastic Effect

  1. #1
    Junior Member
    Join Date
    Oct 2001
    Posts
    17
    How do you create an elastic line. so that when u like on a certain point on it it stretches like elastic?

  2. #2
    Senior Member
    Join Date
    Mar 2001
    Posts
    436
    Code:
    on (rollOver) {
        setProperty ("_root.mc", _width, "300%");
    }
    change the _root.mc part ... i'm not sure if the 300 % works or not

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center