Although this might not be completely new to some, I wanted to share the whole list of ‘quickeys’ available. As you may know, quickeys allow you to you press the escape key followed by a sequence of two letters, and have the the Actions Panel complete the correct code for you. For example, if you press Esc + 'gp', Flash will write the complete gotoAndPlay() for you.
I knew a couple of combinations more, but then I found out all those codes are contained in the ActionsPanel.xml configuration file. So, I wrote a little script to parse that file, and the result was this list of quickeys:
call: Esc + ca
#include: Esc + in
#endinitclip: Esc + ec
#initclip: Esc + ic
return: Esc + rt
function: Esc + fn
import: Esc + ip
interface: Esc + it
class: Esc + cl
throw: Esc + th
finally: Esc + fy
catch: Esc + ch
try: Esc + ty
default: Esc + dt
case: Esc + ce
switch: Esc + sw
continue: Esc + co
break: Esc + br
for..in: Esc + fi
for: Esc + fr
do while: Esc + do
while: Esc + wh
else if: Esc + ei
else: Esc + el
if: Esc + if
var: Esc + vr
delete: Esc + de
with: Esc + wt
set variable: Esc + sv
|
trace: Esc + tr
printAsBitmapNum: Esc + bn
printNum: Esc + pn
printAsBitmap: Esc + pb
print: Esc + pr
stopDrag: Esc + sd
startDrag: Esc + dr
removeMovieClip: Esc + rm
duplicateMovieClip: Esc + dm
setProperty: Esc + sp
on: Esc + on
onClipEvent: Esc + oc
fscommand: Esc + fs
unloadMovieNum: Esc + un
unloadMovie: Esc + um
loadVariablesNum: Esc + vn
loadVariables: Esc + lv
loadMovieNum: Esc + ln
loadMovie: Esc + lm
getURL: Esc + gu
stopAllSounds: Esc + ss
stop: Esc + st
play: Esc + pl
prevScene: Esc + ps
nextScene: Esc + ns
prevFrame: Esc + pf
nextFrame: Esc + nf
gotoAndStop: Esc + gs
gotoAndPlay: Esc + gp |
Comments
No Comments
Leave a reply