Category Archives: Web

PC Web

How to Draw Shapes in HTML5


read more »

Web

How to Use Addchild in Action Script

ActionScript 3.0 uses a very powerful display list through which objects are displayed in flash. The display list can be applied only to objects that are visual, like shapes, text box and lines. Values and variable are non visual objects and cannot be used by display list. Display list uses two important functions; addChild() actionscript 3 and removeChild(). addChild() actionscript is used to display object to the screen and removeChild() to remove the object from the screen. Let’s look into a simple example to add a circle shape and a text box.


read more »

PC Web

How to Draw onto the Canvas with JavaScript in HTML5


read more »

Web

How to do Action Script Animation

Action Script Animation is one of the most remarkable features of Adobe Flash. These animations can also be created using coding. Codes are written in ActionScript in Flash. In this tutorial, we are going to do motion tweening using just ActionScript. This is the basic of ActionScript. Understanding this can help you better understand flash action scripting.


read more »

PC Web

How to View Website Source Codes


read more »

Web

How to Create Button in Flash

A new user of Flash normally starts to learn the software by creating a button as his/her first project. It is interactive and dynamic. Creating a button in flash is not a difficult job.
In this tutorial, we will teach you how to create a button in flash.


read more »

PC Web

Where to Place JavaScript in an HTML Page


read more »

Web

Using Arrays in Action Script

Arrays in actionscript are collection of data of same data type. They are ordered information that can be manipulated and sorted. We will take a look at some of the simple functions in actionscript Arrays that can be used in manipulation.


read more »

PC Web

How to Write Header Title in HTML


read more »

Web

How to Load XML in Action Script 3.0

In this tutorial, you will learn how to load XML in actionscript 3.0. XML is a language used to store and transfer data. They are structured forms that can be easily understood by both users and machines. There are no keywords associated with the tags. Hence user-defined tags are used. Follow this step by step guide to learn how to load xml in actionscript 3.


read more »