A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Add effect without cutting the animation

  1. #1
    Junior Member
    Join Date
    Jul 2013
    Posts
    16

    Add effect without cutting the animation

    Hi,

    I have a MC with some animation.
    I want that when the user roll over the MC a border will be around the MC, but i don't want that the animation will start from the beginning -
    i want that the animation will continue from the same point that was when the user roll over it.

    Any ideas?

    Thanks a lot!!

  2. #2
    Senior Member
    Join Date
    Nov 2001
    Posts
    1,145
    Yes you can do that. Post your .fla and code so we can show you how.

  3. #3
    Client Software Programmer AS3.0's Avatar
    Join Date
    Apr 2011
    Posts
    1,404
    on(rollOver, dragOver){
    this.play();
    }
    on(rollOut,dragOut){
    this.stop();
    }

  4. #4
    Registered User
    Join Date
    Jul 2014
    Posts
    1

    Error On Create Animation with Action Script

    Hi,

    I Design A Movie Animation in Flash With Help Of Action Script.
    I Also Design a Puzzle Game So Give Me Code For Designing This type Of Game.

    **Links removed by Site Administrator so it doesn't look like you're spamming us. Please don't post them again.**

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