| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
vague™
Join Date: Mar 2004
Location: Glasgow
Posts: 5,512
|
actionscript organisation
i've finally started learning actionscript and I think my familiarity with OOP & javascript is paying off as it's going fairly well. one thing i am wondering though is how the rest of you handle your day-to-day development - do you use an external IDE (e.g. something like SEPY), do you use external actionscript files and include them, do you package things as components, etc. at the moment i'm just writing my methods in a seperate 'actions' layer on the first frame, but would prefer a more reusable way of doing things. be good to hear from the more experienced to see if i can save myself some time in the long run by learning right in the first place |
|
|
|
|
|
#3 (permalink) |
|
vague™
Join Date: Mar 2004
Location: Glasgow
Posts: 5,512
|
Aye, i'm learning it to take some pressure off a guy at work, who's really the only one that does any flash. Plus, loads of jobs are now looking for at least some level of flash/AS experience, so it'll look good on my CV |
|
|
|
#5 (permalink) |
|
Stupid Shit since 1982
Join Date: Feb 2005
Location: Calgary, Alberta, Canada
Posts: 152
|
Keep everything in the first frame under a locked actions layer. I also find it easy to keep my actionscript for specific functions in an actions layer within the movie clip for set function. I dunno, it just seems more better to me! :P Cheers! |
|
![]() |