Flash setup (codeview)

Out of context: Reply #6

  • Started
  • Last post
  • 7 Responses
  • jpea0

    Here's what I got. It works decent enough once you get in the habit of the toggle up top. Since you even mentioned flex, I'm assuming you don't do timeline ani's, so this works pretty well since it's mostly just code and library assets.


    • don't use weak references for your button actionsenjine
    • If I knew what ya meant, I'd take note. What are weak references?jpea
    • And how do they apply to AS2? All I find is stuff on them with regard to AS3.jpea
    • it's when you decrlare the function on the fly like onRelease = function(){...
      instead you should say:
      enjine
    • onRelease = myFunction;
      function myFunction(){
      //function body here
      }
      enjine

View thread