Nanoparticle Project: Difference between revisions

From CS486wiki
Jump to navigationJump to search
Content deleted Content added
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)
 
Onur (talk | contribs)
No edit summary   (change visibility)
Line 1: Line 1:
NanoParticle Synthesis Project is one of the NSF funded Nano-Technology related projects, in Binghamton University-SUNY/Mechanical Engineering Department. This page is designed to be a "Knowledge Transfer" page for anyone interested to upgrade this project, or work on another project with similar requirements.

==Introduction to NSS==
==Introduction to NSS==



Revision as of 04:55, 4 May 2009

NanoParticle Synthesis Project is one of the NSF funded Nano-Technology related projects, in Binghamton University-SUNY/Mechanical Engineering Department. This page is designed to be a "Knowledge Transfer" page for anyone interested to upgrade this project, or work on another project with similar requirements.

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..