<< Chapter < Page Chapter >> Page >

Supplemental material

I recommend that you also study the other lessons in my extensive collection of online programmingtutorials. You will find a consolidated index at www.DickBaldwin.com .

General background information

The ActionScript documentation provides sample programs on the following web pages that cannot be run without modification in a Flex application, even whenthe entire application is programmed in ActionScript .

The problem is that these two sample programs were written to be compiled and run as pure ActionScriptprograms. There are some additional requirements that you must adhere to when writing bitmap programs to run as Flex applications.

Preview

I will explain two sample programs in this lesson. Both programs are scaled down versions of the sample program provided in the first link listed above .

The first program that I will explain can be compiled and run as a pure ActionScript program. The second program can be compiled and run as a Flexapplication with the majority of the code being written in ActionScript.

Run the online version of the programs

I encourage you to run the online versions of the two programs before continuing with this discussion.

Screen output from the program named Bitmap03

Both programs are designed to display a red square, 100 pixels on a side, with a yellow cross in the square.The screen output for the pure ActionScript program named Bitmap03 is shown in Figure 1. (Note that the yellow cross is much more visible in the original than in this screen shot.)

Screen output from the program named bitmap03.

as0130.jpg
Screen output from the program named Bitmap03.

The size and position of the square varies

If you run the online version of this program, you will note that the size and position of the square varies depending on the width and height of thebrowser window.

Screen output from the program named Bitmap04

The program named Bitmap04 places the red square in a VBox container with a cyan background. The screen output is shown in Figure 2.

Screen output from the program named bitmap04.

as0130b.jpg
Screen output from the program named Bitmap04.

Although the VBox moves horizontally to remain centered in the browser window, neither the VBox nor the red square change size as the width and height of the browser window is changed.

Discussion and sample code

I will explain two programs in the remainder of this lesson.

The program named Bitmap03

Will discuss in fragments

I will explain the code for these two programs in fragments. Complete listings of all the code for both of the programs are provided beginning withListing 8 near the end of the lesson.

Beginning of the class named Bitmap03

This program consists of a single class definition file named Bitmap03 , which begins in Listing 1.

Beginning of the class named bitmap03.

package { import flash.display.Spriteimport flash.display.Bitmap; import flash.display.BitmapData;public class Bitmap03 extends Sprite {public function Bitmap03(){ var bitmapData:BitmapData =new BitmapData(100, 100, false, 0xFF0000);

Questions & Answers

what is phylogeny
Odigie Reply
evolutionary history and relationship of an organism or group of organisms
AI-Robot
ok
Deng
what is biology
Hajah Reply
the study of living organisms and their interactions with one another and their environments
AI-Robot
what is biology
Victoria Reply
HOW CAN MAN ORGAN FUNCTION
Alfred Reply
the diagram of the digestive system
Assiatu Reply
allimentary cannel
Ogenrwot
How does twins formed
William Reply
They formed in two ways first when one sperm and one egg are splited by mitosis or two sperm and two eggs join together
Oluwatobi
what is genetics
Josephine Reply
Genetics is the study of heredity
Misack
how does twins formed?
Misack
What is manual
Hassan Reply
discuss biological phenomenon and provide pieces of evidence to show that it was responsible for the formation of eukaryotic organelles
Joseph Reply
what is biology
Yousuf Reply
the study of living organisms and their interactions with one another and their environment.
Wine
discuss the biological phenomenon and provide pieces of evidence to show that it was responsible for the formation of eukaryotic organelles in an essay form
Joseph Reply
what is the blood cells
Shaker Reply
list any five characteristics of the blood cells
Shaker
lack electricity and its more savely than electronic microscope because its naturally by using of light
Abdullahi Reply
advantage of electronic microscope is easily and clearly while disadvantage is dangerous because its electronic. advantage of light microscope is savely and naturally by sun while disadvantage is not easily,means its not sharp and not clear
Abdullahi
cell theory state that every organisms composed of one or more cell,cell is the basic unit of life
Abdullahi
is like gone fail us
DENG
cells is the basic structure and functions of all living things
Ramadan
What is classification
ISCONT Reply
is organisms that are similar into groups called tara
Yamosa
in what situation (s) would be the use of a scanning electron microscope be ideal and why?
Kenna Reply
A scanning electron microscope (SEM) is ideal for situations requiring high-resolution imaging of surfaces. It is commonly used in materials science, biology, and geology to examine the topography and composition of samples at a nanoscale level. SEM is particularly useful for studying fine details,
Hilary
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Object-oriented programming (oop) with actionscript. OpenStax CNX. Jun 04, 2010 Download for free at http://cnx.org/content/col11202/1.19
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Object-oriented programming (oop) with actionscript' conversation and receive update notifications?

Ask