图书介绍

Flash MX ActionScript实例字典2025|PDF|Epub|mobi|kindle电子书版本百度云盘下载

Flash MX ActionScript实例字典
  • 龙马工作室编著 著
  • 出版社: 北京:机械工业出版社
  • ISBN:7111120620
  • 出版时间:2003
  • 标注页数:496页
  • 文件大小:215MB
  • 文件页数:515页
  • 主题词:动画-设计-图形软件,Flash MX

PDF下载


点此进入-本书在线PDF格式电子书下载【推荐-云解压-方便快捷】直接下载PDF格式图书。移动端-PC端通用
种子下载[BT下载速度快]温馨提示:(请使用BT下载软件FDM进行下载)软件下载地址页直链下载[便捷但速度慢]  [在线试读本书]   [在线获取解压码]

下载说明

Flash MX ActionScript实例字典PDF格式电子书版下载

下载的文件为RAR压缩包。需要使用解压软件进行解压得到PDF格式图书。

建议使用BT下载工具Free Download Manager进行下载,简称FDM(免费,没有广告,支持多平台)。本站资源全部打包为BT种子。所以需要使用专业的BT下载软件进行下载。如BitComet qBittorrent uTorrent等BT下载工具。迅雷目前由于本站不是热门资源。不推荐使用!后期资源热门了。安装了迅雷也可以迅雷进行下载!

(文件页数 要大于 标注页数,上中下等多册电子书除外)

注意:本站所有压缩包均有解压码: 点击下载压缩包解压工具

图书目录

第1章 动作1

1.1 影片控制1

1.1.1 gotoAndPlay1

1.1.2 gotoAndStop2

1.1.3 On3

1.1.4 play5

1.1.5 stop6

1.1.6 stopAllSounds7

1.2 浏览器/网络8

1.2.1 fscommand8

1.2.2 getURL10

1.2.3 loadMovie12

1.2.4 loadVariables14

1.2.5 unloadMovie15

1.3 影片剪辑控制17

1.3.1 duplicateMovieClip17

1.3.2 onClipEvent18

1.3.3 removeMovieClip20

1.3.4 setProperty21

1.3.5 startDrag22

1.3.6 stopDrag23

1.3.7 updateAfterEvent24

1.4 变量26

1.4.1 delete26

1.4.2 var27

1.4.3 with28

1.5.1 break30

1.5 条件/循环30

1.5.2 swilch31

1.5.3 case33

1.5.4 default35

1.5.5 continue37

1.5.6 do*while38

1.5.7 while39

1.5.8 for41

1.5.9 for..in42

1.5.10 if44

1.5.11 else46

1.5.12 elseif47

1.6 打印48

1.7.1 call50

1.7 用户定义的函数50

1.7.2 function51

1.7.3 return52

1.8 其他动作53

1.8.1 #initclip53

1.8.2 #endinitclip55

1.8.3 #include57

1.8.4 setInterval58

1.8.5 clearInterval60

1.8.6 comment61

1.8.7 evaluate62

1.8.8 trace62

2.1.1 (按位逻辑与)64

2.1 按位运算符64

第2章 运算符64

2.1.2 ~(按位逻辑非)65

2.1.3 | (按位或)66

2.1.4 ^(按位异或)67

2.1.5 <<(向左移位)68

2.1.6 >>(向右移位)70

2.1.7 >>>(无符号向右移位)71

2.2 比较运算符72

2.2.1 ==(等于)72

2.2.2 ===(全等)74

2.2.3 !=(不等于)76

2.2.4 !==(不全等)77

2.2.5 <(小于)78

2.2.6 <=(小于或等于)80

2.2.7 >(大于)82

2.2.8 >=(大于等于)83

2.3 赋值84

2.3.1 =(赋值)84

2.3.2 +=(加法赋值)86

2.3.3 -=(减法赋值)87

2.3.4 %=(模赋值)88

2.3.5 =(逻辑与赋值)90

2.3.6 *=(相乘赋值)91

2.3.7 |=(按位或赋值)92

2.3.8 /=(除赋值)93

2.3.9 ^=(异或赋值)95

2.3.10 <<=(左移赋值)96

2.3.11 >>=(右移赋值)97

2.3.12 >>>=(无符号右移赋值)99

2.4 逻辑运算符100

2.4.1 !(逻辑非)100

2.4.2 (逻辑与)101

2.4.3 ||(逻辑或)103

2.5 算术运算符104

2.5.1 +(加号)104

2.5.2 -(减/负号)106

2.5.3 %(模)107

2.5.4 *(乘号)109

2.5.5 /(除号)109

2.6 其他运算符111

2.6.1 (字符串分隔符)111

2.6.2 ()(括号)112

2.6.3 ++(递增)114

2.6.4 --(递减)116

2.6.5 ?(条件判断)117

2.6.6 instanceof118

2.6.7 typeof119

2.6.8 Void121

第3章 函数123

3.1 数学函数123

3.1.1 isFinite123

3.1.2 isNaN124

3.1.3 parseFloat125

3.1.4 parseInt126

3.2.1 Boolean128

3.2.2 Number128

3.2 转换函数128

3.2.3 Obiect130

3.2.4 String131

3.3 其他函数132

3.3.1 escape132

3.3.2 unescape133

3.3.3 eval134

3.3.4 getProperty136

3.3.5 getTimer137

3.3.6 getVersion138

3.3.7 targetPath139

4.1.2 false141

4.1.1 true141

4.1 常量141

第4章 常量与属性141

4.1.3 newline143

4.1.4 null144

4.1.5 undefined145

4.2 属性147

4.2.1 _global147

4.2.2 _alpha148

4.2.3 _currentframe149

4.2.4 _droptarget150

4.2.5 _focusrect151

4.2.6 _framesloaded152

4.2.7 _height153

4.2.8 _width154

4.2.9 name155

4.2.10 _quality156

4.2.11 _rotation157

4.2.12 _soundbuftime159

4.2.13 _target159

4.2.14 _totalframes161

4.2.15 url161

4.2.16 _visible162

4.2.17 _x163

4.2.18 _y165

4.2.19 _xmouse166

4.2.20 _ymouse166

4.2.21 _xscale168

4.2.22 _yscale168

5.1.1 callee171

第5章 对象171

5.1 arguments171

5.1.2 length172

5.2 Array174

5.2.1 new Array174

5.2.2 concat175

5.2.3 join177

5.2.4 pop178

5.2.5 push179

5.2.6 reverse180

5.2.7 shift181

5.2.8 unshift182

5.2.9 slice183

5.2.10 splice185

5.2.11 sort186

5.2.12 sortOn188

5.2.13 toString189

5.2.14 length190

5.3 Boolean192

5.3.1 new Boolean192

5.3.2 toString192

5.4 Date194

5.4.1 new Date194

5.4.2 getDate195

5.4.3 getDay196

5.4.4 getYear198

5.4.5 getFullYear199

5.4.6 getHours200

5.4.7 getMinutes201

5.4.8 getSeconds202

5.4.9 getMilliseconds203

5.4.10 getTime204

5.4.11 getMonth205

5.4.12 getTimezoneOffset206

5.4.13 getUTCDate207

5.4.14 getUTCDay208

5.4.15 getUTCFullYear209

5.4.16 getUTCHours210

5.4.17 getUTCMilliseconds211

5.4.18 getUTCMinutes212

5.4.19 getUTCMonth213

5.4.20 getUTCSeconds214

5.4.21 setDate215

5.4.22 setFullYear216

5.4.23 setHours218

5.4.24 setMilliseconds218

5.4.25 setMinutes220

5.4.26 setYear221

5.4.27 setMonth222

5.4.28 setSeconds223

5.4.29 setTime225

5.4.30 setUTCDate226

5.4.31 SetUTCFullYear227

5.4.32 SetUTCHours228

5.4.33 SetUTCMilliseconds230

5.4.34 SetUTCMinutes231

5.4.35 SetUTCMonth232

5.4.36 SetUTCSeconds234

5.4.37 ToString235

5.4.38 UTC236

5.5 Function237

5.5.1 Apply237

5.5.2 Call240

5.6 Math241

5.6.1 abs241

5.6.2 acos242

5.6.3 asin243

5.6.4 atan244

5.6.5 atan2246

5.6.6 ceil246

5.6.7 cos248

5.6.8 exp249

5.6.9 floor250

5.6.10 log251

5.6.11 max253

5.6.12 min254

5.6.13 pow255

5.6.14 random256

5.6.15 round257

5.6.16 sin259

5.6.17 sqrt259

5.6.18 tan261

5.6.19 E262

5.6.20 LN2263

5.6.2l LN10264

5.6.22 LOG2E265

5.6.23 LOG10E266

5.6.24 PI267

5.6.25 SQRT1_2268

5.6.26 SQRT2269

5.7 Number270

5.7.1 new Number270

5.7.2 toString271

5.7.3 valueOf272

5.7.4 MAX_VALUE273

5.7.5 MIN_VALUE275

5.7.6 NaN275

5.7.7 NEGATIVE_INFINITY276

5.8.1 new Object277

5.8 Object277

5.8.2 addProperty278

5.8.3 registerClass280

5.8.4 toString283

5.8.5 watch284

5.8.6 unwatch287

5.9 String288

5.9.1 new String288

5.9.2 charAt289

5.9.3 charCodeAt290

5.9.4 concat291

5.9.5 fromCharCode292

5.9.6 indexOf293

5.9.7 lastIndexOf294

5.9.8 slice295

5.9.9 split297

5.9.10 substr299

5.9.11 substring300

5.9.12 toLowerCase301

5.9.13 toUpperCase302

5.9.14 length303

5.10 Button304

5.10.1 GetDepth304

5.10.2 Enabled305

5.10.3 TabEnabled306

5.10.4 TabIndex307

5.10.5 TrackAsMenu308

5.10.6 UseHandCursor310

5.10.7 OnDragOut311

5.10.8 OnDragOver312

5.10.9 OnKillFocus313

5.10.10 OnPress313

5.10.11 OnReIease315

5.10.12 OnReleaseOutSide316

5.10.13 OnRollOut317

5.10.14 OnRollOver317

5.10.15 OnSetFocus318

5.11 Capabilities320

5.11.1 hasAudio320

5.11.2 hasMP3320

5.11.3 pixelAspectRatio322

5.11.4 screenColor322

5.11.6 screenResolutionx324

5.11.5 screenDPI324

5.11.7 screenResolutionY325

5.12 Color326

5.12.1 new Color326

5.12.2 getRGB327

5.12.3 setRGB328

5.12.4 setTransform329

5.12.5 getTransform331

5.13 Key332

5.13.1 AddListener332

5.13.2 etAscii333

5.13.3 GetCode335

5.13.4 IsDown335

5.13.5 IsToggled337

5.13.6 RmoveList338

5.13.7 BACKSPACE339

5.13.8 CAPSLOCK340

5.13.9 CONTROL341

5.13.10 DELETEKEY342

5.13.11 DOWN343

5.13.12 END344

5.13.13 ENTER345

5.13.14 ESCAPE346

5.13.15 OME348

5.13.16 INSERT348

5.13.17 LEFT350

5.13.18 PGDN351

5.13.19 PGUP352

5.13.20 RIGHT353

5.13.21 SHIFT355

5.13.22 SPACE355

5.13.23 TAB357

5.13.24 UP358

5.13.25 OnKeyDown359

5.13.26 OnKeyUp361

5.14 Mouse362

5.14.1 AddListener362

5.14.2 removeList363

5.14.3 show365

5.14.4 Hide366

5.14.5 onMouseDown367

5.14.6 onMouseMove368

5.14.7 onMouseUp370

5.15.1 AttachMovie371

5.15 MovieClip371

5.15.2 createEmptyMovieClip373

5.15.3 createTextField373

5.15.4 duplicateMovieClip376

5.15.5 getBounds377

5.15.6 getBytesLoaded378

5.15.7 getBytesTotal380

5.15.8 getDepth381

5.15.9 getURL382

5.15.10 globalToLocal383

5.15.11 localToGlobal383

5.15.12 gotoAndPlay385

5.15.14 hitTest386

5.15.13 gotoAndStop386

5.15.15 loadMovie388

5.15.16 unloadMovie389

5.15.17 loadVariables390

5.15.18 nextFrame391

5.15.19 play392

5.15.20 stop393

5.15.21 prevFrame394

5.15.22 removeMovieClip394

5.15.23 setMask396

5.15.24 startDrag397

5.15.25 stopDrag398

5.15.26 swapDepths399

5.15.27 lineTo400

5.15.28 curveTo402

5.15.29 beginFill404

5.15.30 beginGradieFill405

5.15.31 endFill408

5.15.32 clear409

5.15.33 lineStyle410

5.15.34 moveTo411

5.15.35 enabled413

5.15.36 hitArea414

5.15.37 tabChildren415

5.15.38 tabEnabled416

5.15.39 tabIndex417

5.15.40 trackAsMenu418

5.15.41 useHandCursor419

5.15.42 onDragOut420

5.15.43 onDragOver421

5.15.44 onEnterFrame422

5.15.45 onKeyDown423

5.15.46 onKeyUp424

5.15.47 onMouseDown425

5.15.48 onMouseMove426

5.15.49 onMouseUp427

5.15.50 onPress428

5.15.51 onRelease429

5.15.52 onReleaseOutside430

5.15.53 onRollOut431

5.15.54 onRollOver432

5.16.1 AddListener433

5.16 Selection433

5.16.2 removeListener434

5.16.3 getBeginIndex435

5.16.4 getCaretIndex436

5.16.5 getEndIndex437

5.16.6 getFocus438

5.16.7 setFocus439

5.16.8 setSelection440

5.16.9 onSetFocus441

5.17 Sound442

5.17.1 newSound442

5.17.2 attachSound444

5.17.3 getBytesLoaded444

5.17.4 getBytesTotal445

5.17.5 setPan447

5.17.6 getPan448

5.17.7 setVolume449

5.17.8 getVolume451

5.17.9 setTransform452

5.17.10 getTransform455

5.17.11 start457

5.17.12 stop459

5.17.13 duration461

5.17.14 position462

5.17.15 onLoad463

5.17.16 onSoundComplete465

5.18 Stage466

5.18.1 AddListener466

5.18.2 removeListener468

5.18.3 Height469

5.18.4 width469

5.18.5 ScaleMode470

5.18.6 ShowMenu471

5.18.7 OnResize472

5.19 TextField474

5.19.1 addListener474

5.19.2 getDepth475

5.19.3 getFontList476

5.19.4 background477

5.19.5 backgroundColor478

5.19.6 border479

5.19.7 borderColor480

5.19.8 length481

5.19.9 hscroll482

5.19.10 scroll483

5.19.11 bottomScroll484

5.19.12 setTextFormat485

5.19.13 getTextFormat486

5.19.14 replaceSel488

5.19.15 setNewTextFormat489

5.19.16 getNewTextFormat490

5.19.17 removeTextField491

5.19.18 autoSize492

5.19.19 embedFonts493

5.19.20 html494

5.19.21 htmlText495

热门推荐