PDA

View Full Version : script placement



pspecial
June 10th, 2003, 03:27 PM
When scripting a button to run a movie clip (or anything else) is there ANY advantage to placing the script in the main timeline with a callback versus attaching it to the button itself with onRelease?

Jubba
June 10th, 2003, 03:54 PM
I don't think so. I would rather place it on the main timeline because it helps keep things organized. All my code is in the same place, don't have to go around and look for it.