Nanoparticle Project

From CS486wiki
Revision as of 04:38, 4 May 2009 by Onur (talk | contribs) (New page: ==Introduction to NSS== ==Using Macromedia/Adobe Flash== ===Introduction to Flash=== ===Library=== ===ActionScript as a Scripting Language=== ====Timeline Control==== ====Browser/Netwo...)
(change visibility) (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Introduction to NSS

Using Macromedia/Adobe Flash

Introduction to Flash

Library

ActionScript as a Scripting Language

Timeline Control

Browser/Network

Variables

Timeline

Basic Tools

Text Tool

The important fact regarding this tool is that it's type can be one of the following:

  • Static Text
  • Dynamic Text
  • Input Text

Depending on the type it will act differently. A static text, as its name suggests, cannot be changed during the play of the flash animation. A dynamic text on the other hand can be manipulated by accessing its "text" property.

VariableName.text = "This is a text!";

Common Libraries

Components

Pressing Ctrl+F11 in Flash will open up the components window. This set of elements contain most of the GUI elements that are needed for user input.

Drag/Drop Effect

Importing Video Files to Flash

Current Time

Using ProEngineer

3-D Animations using ProEngineer

How to produce 3-D animations using ProE..