Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. quaker93

    animating and controlling depth of loaded swf

    I should add that I have another swf that has been loaded into a level about _level0 and I need this one to be above that as well. thanks! tim
  2. quaker93

    animating and controlling depth of loaded swf

    I'm trying to load an external swf into my scene when a button is pressed. I want to be able to animate the movie clip and I want to be specify it's depth. I tried using loadMovie(url,target). This allows me to animated the target the way I would like, but I don't know how to make sure that...
  3. quaker93

    repeat actionScript

    Thanks! That did the trick.
  4. quaker93

    repeat actionScript

    Is there anyway to have an actionScript repeat on each frame until there is another keyframe without having to copy and paste the actual code to each frame? thanks! tim
  5. quaker93

    removeMovieClip problem

    Sure. It's at www.rebelforces.com/sample/removeMovieClipProblem.fla thanks! tim
  6. quaker93

    removeMovieClip problem

    I have a scene where I am creating instance of a movie clip using duplicateMovieClip adding more and more on each successive frame up to 10. I have the following actionScript code in each frame 1-10: var ln:Number; var duplicate:MovieClip; var i:Number; var newY:Number; var newX:Number; var...
  7. quaker93

    Basing timeline progression on movie clip

    Well it looks like I found a workaround. Seems like a little of a hack but it works. I just copied my looping animation into the main scene and inserted before everything else. Then put an instance of the movie clip that contains the same animation in the next frame. Now it plays through...
  8. quaker93

    Basing timeline progression on movie clip

    Kenneth, Thanks for looking at this. I think one of the fundamental problems I'm having is that the actionScript in the frame where I'm looping my small animation does not continually keep rechecking. I'm open to any other methodologies for achieving what I'm trying to get. I've been banging...
  9. quaker93

    Basing timeline progression on movie clip

    Okay what I'm trying to do seems pretty simple, but I just can't seem to make it work. I am using Flash MX v.6.0 I have a movie clip on the first frame of the scene which I want to loop while it loads a heavier interactive loading screen. I want the loop to play to continually play until the...

Part and Inventory Search

Back
Top