Lots of Extra Credit
Online Quizzes


Don't Forgot

Every Tuesday is Online

 

E-Mail If Interested

This is a Hybrid Class, has the benefits of both on-line and in-class
you may attend class lecture if your desire,
but all Quizzes, homework assignment, etc. are On-Line
You need to only attend the midterm or Final.

CIM264C Ticket 20735
1/10/05 - 3/12/05

Flash MX Action Scripting -- Beginning

Instructor: Tom DeDonno
Start all E-Mail subject lines with CIM264C or Action

 

If you have problems compiling in the IMC lab, save the file with the h:\ prefix

Color Key: Red Urgent Attention, Black Set in Stone, Gray Tentative

Free Counter
Chadwicks Coupon


CIM 264C Flash MX Action Scripting - Beginning

Instructor:          Tom DeDonno    Ticket No: 20735
Email: tdedonno@juno.com Time & Day: 5:30-7PM Tues/Thurs
Web site: http://www.saddleback.edu/faculty/tdedonno  Semester:   Spring 2005
  http://www.saddleback.edu/faculty/tdedonno/cim264c Room: BGS 205-1

Useful Links

The SW Homepage is First Link
For some sites a second link to the actual download is provided
Download Links Frequently Change

Will be looking at Flex (Eclipse/Flash8.5/ActionScript 3.0)
But Sepy is the Editor for this Class

Action Script CHM (Windows Help)

ActionScript.org resources tutorials

Tutorials: Action Script | FlashKit

Looking into ActionScript IDEs Any Ideas

ActionScript 2.0 GPL Compiler |

List of Action Script Editors |

I haven't used Primal Script or Edit Pro
But They seem to be well recommended
Primal Script | Edit Pro

Recommended Free IDEs
Sepy
| Eclipse | GVIM Use Java Script
| SciTE/Flash | Flush

Advance Set of Flash Tools swftools.com | flashguru News and Advance Topics

Macromedia Exchange | Flash Clipart Complexity Top Flash Application

Action Script Definitive Guide 2nd Edition API Reference - Books Companion Site

 

 

 

HTML Tags for JSP
<html> start a HTML document   <title> Title of HTML Document
<head> header information not included in HTML document   <body> Begin Body of HTML document
         
<h1> First Major header   <h6> Most Minor Header
<p> Start paragraph, blank line at end of text   <br>

Insert line break

         
<b> Bold Text   <I> Italic Text
         
<table> Start a table   <tr> Start a table row
<td> Table Data, a single cell of data   <th> Single cell, but treated as header
         
<ol> Start Ordered List   <li> List Item