A Flash Developer Resource Site

Search:

Type: Posts; User: bcrockett

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    863

    Unfortunately, I've never used a button with AS3....

    Unfortunately, I've never used a button with AS3. Don't let this talk of using a movie clip instead of a button scare you--it's really not too difficult.

    Using a movie clip (movie clips are more...
  2. I used a timer to create the function over an...

    I used a timer to create the function over an interval rather than using a loop. I don't have the timing down yet, but I'm getting there. Problem solved. Thanks. Here's the code in case anyone's...
  3. Replies
    5
    Views
    863

    Basically, yes. But in AS3, you don't put...

    Basically, yes.

    But in AS3, you don't put actions on objects, so you need to make a call to whatever instance you're using as your link.

    In the code I posted, i called the linking object...
  4. [RESOLVED] Drawing a loop out over a specified time

    I'm trying to make an animation of a very basic clock using AS3. Basically, I'm using a loop to draw 360 lines each rotated 1 degree, which will create a full circle once all the instances are...
  5. Replies
    5
    Views
    863

    It's quite a bit different. You'll need to create...

    It's quite a bit different. You'll need to create your link as a movie clip, and then replace "yourMovieClip" with that instance name:

    var link:URLRequest = new...
Results 1 to 5 of 5




Click Here to Expand Forum to Full Width

HTML5 Development Center