| View previous topic :: View next topic |
| Author |
Message |
swrecordings

Joined: 16 Sep 2009 Posts: 161
|
Posted: Sun Feb 21, 2010 5:03 am Post subject: text insert problem |
|
|
i downloaded the extra scripts that selgin uses for his copy of AS. i am having problems with the insert text tool. when i click on it, nothing happens. a fix would be helpful
sw _________________ my new music video
http://www.youtube.com/watch?v=op-Je-334BY&feature=sub |
|
| Back to top |
|
 |
swrecordings

Joined: 16 Sep 2009 Posts: 161
|
|
| Back to top |
|
 |
swrecordings

Joined: 16 Sep 2009 Posts: 161
|
|
| Back to top |
|
 |
selgin

Joined: 25 Jan 2005 Posts: 2302 Location: Chile
|
Posted: Sun Mar 07, 2010 7:35 pm Post subject: |
|
|
oh, sorry, I didn't see your thread before. Well, what is happening is that I actually erased the insert text tool from tool palette and only use (almost never) the menu Draw > Insert text...
I know it's too late, but you should save a backup of your scripts before trying something so radical . But do not worry, there is a solution:
You must tell AS that text tool is a button, not a normal tool. Tools are divided on normal tools, like draw, select shape, translate layer, etc. and button tools, like flip layer and many buttons I don't remember right now .
To tell AS it's a button tool you must open "_tool_list.txt" file, which is on scripts/tool folder and add a line
| Code: | | button lm_insert_text ... |
You can put that line in any place you want, the file shows you the order of all the tools. I think that it is on Draw group as default. If you want to assign a shortcut to the button, you can replace the "..." for a "T" or any key you want (just be careful that key be not used by other tool).
If you still having problems you can make a search on forum about how to install scripts. If you still having problems you can ask here.
Sorry for the bad moment, I published my scripts thinking that anybody knows how to install them. My mistake. _________________ Visit the compilation of my techniques, tutorials and script ideas here |
|
| Back to top |
|
 |
swrecordings

Joined: 16 Sep 2009 Posts: 161
|
|
| Back to top |
|
 |
Jumproper36

Joined: 07 Mar 2010 Posts: 20
|
Posted: Tue Mar 09, 2010 2:04 am Post subject: reply |
|
|
| mine sometimes does that too but if ou click it a couple times then it does work |
|
| Back to top |
|
 |
|