At 5/13/09 12:41 AM, ssjskipp wrote:
Just curious how Flash could be...better.
Any features you'd like to see in the next Flash?
Any improvements? Things you'd take out? Alter, what have you?
Here's my list (mainly to deal with the AS editor):
- Ability to bookmark lines of code, and have that saved in a quick-reference list. I hate having to scroll through 1,000+ lines to find one little function, especially if it's spread across multiple frames
Great Idea. Although, there is the FIND option... press CTRL+F and you can search through a section of code. It's not as good as what you mentioned, but it's something.
- Remember my god damn variable and function declarations! Then have them pop up in a script hint menu, or some sort of key shortcut, you know, "Functions & Varibles in this scope:" then list the ones I have access to in the scope of where the pointer is.
You mean, something like:
function myFunction(param1, param2){
//blah;
}
So when you type "myFunction(" it lists the parameters you can have? If that's what you mean, I agree completely.
- Highlight innermost surrounding brackets () or {}! This is in Notepad2, it can be in Flash's AS editor. It'd make handling chunks of code, debugging, and working with large if statements and one liners easy.
- Faster library. I don't know if this is just my, but once my library gets more than 20 or so objects, it starts to lag...really bad.
Yeah, that's just you...
- Depth sorting! You added all these wonderful built-in 3D transformations, but no in-house z-sort! Way to go >>
I use AS2, so no 3D For me....
- Ability to tell me if I misspelled a variable. Countless times, I've had weird variable names where I accidentally switch 2 letters. This could work if the previous, saving declared variables, was in. It could use the declared vars. as a spelling bank of sorts.
It might get complicated, thinking some are misspelled when they are really just different variables. For example, it'd probably say you spelled "var2" wrong, because you already have one named "var1".
__________________
__________________
- As for me, I'd like to see better importing of CS3 Documents. For me, whenever I try to load one of my old CS3 files into CS4, it crashes.
- The option to save in more flash file types than just the current and previous versions of flash. I'd like to participate in collabs with people who use Flash 8 or even MX, but I can't because Flash CS4 can only save in CS4 and CS3 file types...
- 3D in AS2.
- Bone tool improvements. Seriously, the current one is stupid.
That's all I can think of for now... I know there's more, though.