Game Development Reference
In-Depth Information
Setting up the project
Fire up the Flash Builder and create an ActionScript Project; call it TicTacToe or any
other suitable name you like. You may choose to create the project from existing
sources that are already installed on your computer. The project creation is similar to
that described in Chapter 2 for the Hello World project.
We also need to include the two library packages Pulse and PulseUI to the project.
The library packages pulse.swc and pulseUI.swc may be found in the $\lib folder
in the Pulse installation folder. The following is a screenshot showing the included
swc packages in the project:
We also need to set the stage size to 800 (width) and 600 (height). The Pulse UI
requires the stage size to be exactly this size and we may also set the background
color of our choice, as shown in the screenshot below:
 
Search WWH ::




Custom Search