Can you give me some help please?

Subscribe to Can you give me some help please? 3 posts

avatar for a3lex33 a3lex33 131 posts
Flag Post

This is not really a programming question, but it is related and i dont know if where else to ask this. Is there a way to set “waypoints” for your code in adobe flash? At least few of them, i always get lost while trying to fix something in long code. By “waypoints” i mean some kind of link which will take you to the line of code which you need and that link will be always accessible.

 
avatar for BobJanova BobJanova 886 posts
Flag Post

In several editors I know, it is Ctrl+F2 to do this. They are usually called ‘bookmarks’ so try looking that up in the Flash docs.

 
avatar for NineFiveThree NineFiveThree 1378 posts
Flag Post

I remember the Flash IDE code editor features to be rather poor.
One code editor with this feature I know of is www.geany.org

Why is your code so long that you get lost?