Flash Advisor logo
:: Desktop Shortcut
:: Flash Help
Advice from Experts

+ Reply to Thread
Results 1 to 2 of 2
  1. #1

    Default Same single frame animation on more frames (Flash CS3 - ActionScript 3.0)

    Hello,

    I have o logo which rotate on one frame.
    But in my flash file (on timeline) I have 6 frames and I want this rotated logo on every frame.

    On my first frame I have this code:

    var spinSpeed:Number=20;

    function onEnterFrame(event:Event):void{

    logo1.rotation +=spinSpeed;

    }

    addEventListener(Event.ENTER_FRAME,onEnterFrame);


    But when I copy this code into the second frame it doesn`t works, because it wrote me "A con_fliict exists with definition spinSpeed in namespace internal, and second error: Duplicate function definition

    I am beginner in flash, so I don`t know where is the problem, I have to rename something? or define another function? but I don`t know how (

    please help me, if you are more skilled, experienced and have knowledge for this I will be very thankful, I am doing this for friend to school.

  2. # ADS
    Join Date
    Always
    Posts
    Many
     
  3. #2
    Join Date
    Jun 2009
    Location
    Houston, Tx
    Posts
    485

    Default

    Hey, I'll help you out with this.
    Actionscript is code, right? And each frame is like it's own little box of code, right?
    Wrong. Flash doesn't forget your code from frame to frame. It remembers it.
    So if in frame one you make a timer, it's not going anywhere when you go to next frame.
    Meaning, you can't create a variable on frame one and expect it to disappear on frame two. The variable will still be there.
    However, unlike variables, some objects cannot be recreated easily, and you will get errors. Such an object is the simple function.

    If on frame 1 you make a function like this:
    function helloImAFunction(){}
    then on frame 2, you cannot make the function again, or you will get an error.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Sponsors
Create Speaking Characters for your website and Flash movies. 15 Day Free Trial