Показать сообщение отдельно
Старый 29.01.2002, 04:18
Al S'asha вне форума Посмотреть профиль Отправить личное сообщение для Al S'asha Найти все сообщения от Al S'asha
  № 25  
Al S'asha

Регистрация: Sep 2001
Адрес: временно New York
Сообщений: 136
По умолчанию Macromedia Flash Developer Certification Examination

Вот 3 вопроса из
Macromedia Flash Developer Certification Examination

3 Sample questions
=======================================
Question 1:
What is characteristic of a frame-by-frame animation?
A. Each frame of the animation is a keyframe.
B. You can make one by choosing Insert > Create Animation from the main menu.
C. It is the only type of animation that Macromedia Flash is capable of creating.
D. Keyframes are defined at important points and Macromedia Flash interpolates the
intermediate frames.

=======================================
Question 2:
Which method of the Color object should be used to change the Alpha property of a movie clip with
ActionScript?
A. setRGB
B. setAlpha
C. setProperty
D. setTransform

=============================
Question 3:
The function below is added to the main timeline:
function Person(name) {
return(name);
\}
How can you access this function from within a movie clip that is on the main timeline? (Choose
two)
A. this.Person("Jon");
B. _root.Person("Jon");
C. _parent.Person("Jon");
D. _parent._parent.Person("Jon");
E. _level1.Person("John");}

==================================
__________________
Thinking ActionScript (c)
Dreaming Flash (c)