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 TouchToneTommy 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: *

  • Users: SimJim
  • Content: Threads
  • Order by date
  1. SimJim

    Code for tweened flow using guide

    I have a very large animation of liquid flowing through bending pipes. I managed to create a tweened version with guide paths. However when I want more than one bubble to follow the same path, I end up with literally hundreds of tweened paths, each on their own layer. I need to figure out a much...
  2. SimJim

    Alias issue using "this"

    I want to call a routine from my main timeline using a loop structure. I have nested the MC in a Scroll Pane and thus the prefix "_root.SP01.tmp_mc". The iPTx MC is one of many instances I need to scan through and update. Why does Flash tell me that "alias" is undefined? Any...
  3. SimJim

    Using aliases for portability

    I need this mc to be portable using parent or this. The commented out version works fine with the direct address, but the following aliases didn't work: on (rollOver) { _parent.iPTInd.gotoAndStop("off"); _parent.iPTHov.gotoAndStop("on")...
  4. SimJim

    How to initialize and then start a level0 script

    I need to run a counter to use for controlling animations througout a diagram. I want to test them before linking them to a database via Cold Fusion (That's another story). How do I make sure not to burden the CPU with calcs, example: onLoad{ //Is there such a thing as this, if not what should...
  5. SimJim

    Scroll Pane Component as parent object in script

    I have an animated diagram with several mc's nested within it. It is very large in pixel width, and I want the user to be able to scroll across it to see the activity. So I decided to use a scroll pane. What happens to my mc hiearchy when I reference it as an mc from the scroll pane "Scroll...

Part and Inventory Search

Back
Top