|
|
Dizionario di ActionScript > Contenuto del dizionario
Contenuto del dizionario
Tutte le voci del dizionario sono elencate in ordine alfabetico. Gli operatori che sono simboli, tuttavia, vengono elencati secondo l'ordine ASCII. Inoltre, i metodi associati a un oggetto sono elencati insieme al nome dell'oggetto corrispondente, ad esempio, il metodo abs dell'oggetto Math sarà elencato come Math.abs.
Le due tabelle seguenti facilitano la ricerca di tali elementi. La prima tabella elenca gli operatori simbolici nell'ordine in cui vengono presentati nel dizionario. La seconda tabella elenca tutti gli altri elementi di ActionScript.
Nota: per l'ordine di precedenza e l'associatività degli operatori, consultare l'appendice A.
| Operatori simbolici |
|
-- |
(decremento) |
++ |
incremento |
! |
(NOT logico) |
!= |
(diseguaglianza) |
% |
(modulo) |
%= |
(assegnazione modulo) |
& |
(AND bit a bit) |
&& |
(cortocircuito AND ) |
&= |
(assegnazione AND bit a bit) |
( ) |
(parentesi tonde) |
- |
(meno) |
* |
(moltiplicazione) |
*= |
(assegnazione moltiplicazione) |
, |
(virgola) |
. |
(punto) |
? : |
(condizionale) |
/ |
(divisione) |
// |
(delimitatore di commento) |
/* |
(delimitatore di commento) |
/= |
(assegnazione divisione) |
[] |
(accesso matrice) |
^ |
(XOR bit a bit) |
^= |
(assegnazione XOR bit a bit) |
{} |
(operatore di inizializzazione degli oggetti) |
| |
(OR bit a bit) |
|| |
(OR logico) |
|= |
(assegnazione OR bit a bit) |
~ |
(NOT bit a bit) |
+ |
(addizione) |
+= |
(assegnazione addizione) |
< |
(minore di) |
<< |
(spostamento a sinistra bit a bit) |
<<= |
(spostamento a sinistra bit a bit e assegnazione) |
<= |
(minore o uguale a) |
<> |
(diseguaglianza) |
= |
(assegnazione) |
-= |
(assegnazione negazione) |
== |
(uguaglianza) |
> |
(maggiore di) |
>= |
(maggiore o uguale a) |
>> |
(spostamento a destra bit a bit) |
>>= |
(spostamento a destra bit a bit e assegnazione) |
>>> |
(spostamento a destra senza segno bit a bit) |
>>>= |
(spostamento a destra senza segno bit a bit e assegnazione) |
La tabella seguente elenca tutti gli elementi di ActionScript che non sono operatori simbolici.
| Elemento di ActionScript |
Vedere la voce |
abs |
Math.abs |
acos |
Math.acos |
add |
add |
and |
and |
_alpha |
_alpha |
appendChild |
XML.appendChild |
Array |
Array (oggetto) |
asin |
Math.asin |
atan |
Math.atan |
atan2 |
Math.atan2 |
attachMovie |
MovieClip.attachMovie |
attachSound |
Sound.attachSound |
attributes |
XML.attributes |
BACKSPACE |
Key.BACKSPACE |
Boolean |
Boolean (funzione), Boolean (oggetto) |
break |
break |
call |
call |
CAPSLOCK |
Key.CAPSLOCK |
ceil |
Math.ceil |
charAt |
String.charAt |
charCodeAt |
String.charCodeAt |
childNodes |
XML.childNodes |
chr |
chr |
cloneNode |
XML.cloneNode |
close |
XMLSocket.close |
Color |
Color (oggetto) |
concat |
Array.concat, String.concat |
connect |
XMLSocket.connect |
funzione di costruzione |
Array, Boolean, Color, Date, Number, Object, Sound, String, XML, XMLSocket |
continue |
continue |
CONTROL |
Key.CONTROL |
cos |
Math.cos |
createElement |
XML.createElement |
createTextNode |
XML.createTextNode |
_currentframe |
_currentframe |
Date |
Date (oggetto) |
delete |
delete |
DELETEKEY |
Key.DELETEKEY |
docTypeDecl |
XML.docTypeDecl |
do...while |
do... while |
DOWN |
Key.DOWN |
_droptarget |
_droptarget |
duplicateMovieClip |
duplicateMovieClip, MovieClip.duplicateMovieClip |
E |
Math.E |
else |
else |
END |
Key.END |
ENTER |
Key.ENTER |
eq |
eq (uguale; specifico per stringhe) |
escape (funzione) |
escape |
ESCAPE (costante) |
Key.ESCAPE |
eval |
eval |
evaluate |
evaluate |
exp |
Math.exp |
firstChild |
XML.firstChild |
floor |
Math.floor |
_focusrect |
_focusrect |
for |
for |
for.. in |
for..in |
_framesloaded |
_framesloaded |
fromCharCode |
String.fromCharCode |
fscommand |
fscommand |
function |
function |
ge |
ge (maggiore di o uguale a; specifico per stringhe) |
getAscii |
Key.getAscii |
getBeginIndex |
Selection.getBeginIndex |
getBounds |
MovieClip.getBounds |
getBytesLoaded |
MovieClip.getBytesLoaded |
getBytesTotal |
MovieClip.getBytesTotal |
getCaretIndex |
Selection.getCaretIndex |
getCode |
Key.getCode |
getDate |
Date.getDate |
getDay |
Date.getDay |
getEndIndex |
Selection.getEndIndex |
getFocus |
Selection.getFocus |
getFullYear |
Date.getFullYear |
getHours |
Date.getHours |
getMilliseconds |
Date.getMilliseconds |
getMinutes |
Date.getMinutes |
getMonth |
Date.getMonth |
getPan |
Sound.getPan |
getProperty |
getProperty |
getRGB |
Color.setRGB |
getSeconds |
Date.getSeconds |
getTime |
Date.getTime |
getTimer |
getTimer |
getTimezoneOffset |
Date.getTimezoneOffset |
getTransform |
Color.getTransform, Sound.getTransform |
getURL |
getURL, MovieClip.getURL |
getUTCDate |
Date.getUTCDate |
getUTCDay |
Date.getUTCDay |
getUTCFullYear |
Date.getUTCFullYear |
getUTCHours |
Date.getUTCHours |
getUTCMilliseconds |
Date.getUTCMilliseconds |
getUTCMinutes |
Date.getUTCMinutes |
getUTCMonth |
Date.getUTCMonth |
getUTCSeconds |
Date.getUTCSeconds |
getVersion |
getVersion |
getVolume |
Sound.getVolume |
getYear |
Date.getYear |
globalToLocal |
MovieClip.globalToLocal |
gotoAndPlay |
gotoAndPlay, MovieClip.gotoAndPlay |
gotoAndStop |
gotoAndStop, MovieClip.gotoAndStop |
gt |
gt (maggiore di; specifico per stringhe) |
hasChildNodes |
XML.haschildNodes |
_height |
_height |
hide |
Mouse.hide |
_highquality |
_highquality |
hitTest |
MovieClip.hitTest |
HOME |
Key.HOME |
if |
if |
ifFrameLoaded |
ifFrameLoaded |
#include |
#include |
indexOf |
String.indexOf |
Infinity |
Infinity |
INSERT |
Key.INSERT |
insertBefore |
XML.insertBefore |
int |
int |
isDown |
Key.isDown |
isFinite |
isFinite |
isNaN |
isNaN |
isToggled |
Key.isToggled |
join |
Array.join |
Key |
Key (oggetto) |
lastChild |
XML.lastChild |
lastIndexOf |
String.indexOf |
le |
le (minore di o uguale a; specifico per stringhe) |
LEFT |
Key.LEFT |
length |
length, Array.length, String.length |
LN2 |
Math.LN2 |
LN10 |
Math.LN10 |
load |
XML.load |
loaded |
XML.loaded |
loadMovie |
loadMovie, MovieClip.loadMovie |
loadVariables |
loadVariables, MovieClip.loadVariables |
localToGlobal |
MovieClip.localToGlobal |
log |
Math.log |
LOG2E |
Math.LOG2E |
LOG10E |
Math.LOG10E |
lt |
le (minore di o uguale a; specifico per stringhe) |
Math |
Math (oggetto) |
max |
Math.max |
maxscroll |
maxscroll |
MAX_VALUE |
Number.MAX_VALUE |
mbchr |
mbchr |
mblength |
mblength |
mbord |
mbord |
mbsubstring |
mbsubstring |
min |
Math.min |
MIN_VALUE |
Number.MIN_VALUE |
Mouse |
Mouse (oggetto) |
MovieClip |
MovieClip (oggetto) |
_name |
_name |
NaN |
NaN, Number.NaN |
ne |
ne (non uguale; specifico per stringhe) |
NEGATIVE_INFINITY |
Number.NEGATIVE_INFINITY |
new (operatore) |
new |
newline |
newline |
nextFrame |
nextFrame, MovieClip.nextFrame |
nextScene |
nextScene |
nextSibling |
XML.nextSibling |
nodeName |
XML.nodeName |
nodeType |
XML.nodeType |
nodeValue |
XML.nodeValue |
not |
not |
null |
null |
Number |
Number (funzione), Number (oggetto) |
Object |
Object (oggetto) |
On |
on(mouseEvent) |
onClipEvent |
onClipEvent |
onClose |
XMLSocket.onClose |
onConnect |
XMLSocket.onConnect |
OnLoad |
XML.onLoad |
onXML |
XMLSocket.onXML |
or (OR logico) |
or |
ord |
ord |
_parent |
_parent |
parentNode |
XML.parentNode |
parseFloat |
parseFloat |
parseInt |
parseInt |
parseXML |
XML.parseXML |
PGDN |
Key.PGDN |
PGUP |
Key.PGUP |
PI |
Math.PI |
play |
play, MovieClip.play |
pop |
Array.pop |
POSITIVE_INFINITY |
Number.POSITIVE_INFINITY |
pow |
Math.pow |
prevFrame |
prevFrame, MovieClip.prevFrame |
previousSibling |
XML.previousSibling |
prevScene |
prevScene |
print |
print |
printAsBitmap |
printAsBitmap |
push |
Array.push |
_quality |
_quality |
random |
random, Math.random |
removeMovieClip |
removeMovieClip, MovieClip.removeMovieClip |
removeNode |
XML.removeNode |
return |
return |
reverse |
Array.reverse |
RIGHT |
Key.RIGHT |
_root |
_root |
_rotation |
_rotation |
round |
Math.round |
scroll |
scroll |
Selection |
Selection (oggetto) |
send |
XML.send, XMLSocket.close |
sendAndLoad |
XML.sendAndLoad |
set |
set |
setDate |
Date.setDate |
setFocus |
Selection.setFocus |
setFullYear |
Date.setFullYear |
setHours |
Date.setHours |
setMilliseconds |
Date.setMilliseconds |
setMinutes |
Date.setMinutes |
setMonth |
Date.setMonth |
setPan |
Sound.setPan |
setProperty |
setProperty |
setRGB |
Color.setRGB |
setSeconds |
Date.setSeconds |
setSelection |
Selection.setSelection |
setTime |
Date.setTime |
setTransform |
Color.setTransform,Sound.setTransform |
setUTCDate |
Date.setUTCDate |
setUTCFullYear |
Date.setUTCFullYear |
setUTCHours |
Date.setUTCHours |
setUTCMilliseconds |
Date.setUTCMilliseconds |
setUTCMinutes |
Date.setUTCMinutes |
setUTCMonth |
Date.setUTCMonth |
setUTCSeconds |
Date.setUTCSeconds |
setVolume |
Sound.setVolume |
setYear |
Date.setYear |
shift (metodo) |
Array.shift |
SHIFT (costante) |
Key.SHIFT |
show |
Mouse.show |
sin |
Math.sin |
slice |
Array.splice, String.slice |
sort |
Array.sort |
Sound |
Sound (oggetto) |
_soundbuftime |
_soundbuftime |
SPACE |
Key.SPACE |
splice |
Array.splice |
split |
String.split |
sqrt |
Math.sqrt |
SQRT1_2 |
Math.SQRT1_2 |
SQRT2 |
Math.SQRT2 |
start |
Sound.start |
startDrag |
startDrag, MovieClip.startDrag |
status |
XML.status |
stop |
stop,MovieClip.stop,Sound.stop |
stopAllSounds |
stopAllSounds |
stopDrag |
stopDrag, MovieClip.stopDrag |
String |
String (funzione), String (oggetto)," " (delimitatore di stringa) |
substr |
String.substr |
substring |
substring, String.substring |
swapDepths |
MovieClip.swapDepths |
TAB |
Key.TAB |
tan |
Math.tan |
_target |
_target |
targetPath |
targetPath |
tellTarget |
tellTarget |
this |
this |
toggleHighQuality |
toggleHighQuality |
toLowerCase |
String.toLowerCase |
toString |
Array.toString, Boolean.toString, Date.toString, Number.toString, Object.toString, XML.toString |
_totalframes |
_totalframes |
toUpperCase |
String.toUpperCase |
trace |
trace |
typeof |
typeof |
unescape |
unescape |
unloadMovie |
unloadMovie, MovieClip.unloadMovie |
unshift |
Array.shift |
UP |
Key.UP |
updateAfterEvent |
updateAfterEvent |
_url |
_url |
UTC |
Date.UTC |
valueOf |
Boolean.valueOf, Number.valueOf, Object.valueOf |
var |
var |
_visible |
_visible |
void |
void |
while |
while |
_width |
_width |
with |
with |
_x |
_x |
XML |
XML (oggetto) |
xmlDecl |
XML.xmlDecl |
XMLSocket |
XMLSocket (oggetto) |
_xmouse |
_xmouse |
_xscale |
_xscale |
_y |
_y |
_ymouse |
_ymouse |
_yscale |
_yscale |
|