Installation & Customization Integration Tutorials
The following tutorials are designed to guide you through installing and customizing the Heyzap tools in your flash game.
The current latest Heyzap developer tools API version is 3.3.1.
Contents
Installing The Heyzap Tools
To use the Heyzap developer tools in your game, you'll first need to sign up for a Heyzap account.
Once you have signed up, you need to add or import your game to Heyzap.
Download the latest version of the Heyzap tools and unzip them to the same place as the main .fla file for your game.
To install the Heyzap tools into your game, paste the following code into the Actions for Frame 1 of your Flash project:
Code Type:
Code Snippet:
import heyzap.as2.*;
HeyzapTools.load({game_key: "your-game-key-here"});
import heyzap.as3.*;
HeyzapTools.load({game_key: "your-game-key-here", clip: root});
You should replace "your-game-key-here" with the game key for your game, which you will find on your developer dashboard.
Customizing In Game Heyzap Screens
You can customize the look of the Heyzap in game screens. This will work on Heyzap Payments, Viral, Achievements and every other in game Heyzap screen.
You can set the theme by going to the advanced options in the game edit screen. Themes to chose from are Heyzap Default, Blue, Purple, Pink, Dark Gray, Green


