Flash setup (codeview)
Flash setup (codeview)
Out of context: Reply #6
- Started
- Last post
- 7 Responses
- jpea0
- 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

