Skip to content

cjgammon

whatever i feel like writing about

Tag: actionscript

swfaddress and google analytics

By cjgammon Last updated: October 14, 2005April 29, 2022

Insert your normal google analytics code: and your swfaddress javascript with minor additions for the analytics: and there you go, if you know how to use swfaddress then you know how to track your flash…

Read more of swfaddress and google analytics →

Posted in actionscript, web design Tagged actionscript, analytics, flash, google

Thoughts about hack-a-thons

By cjgammon Last updated: October 14, 2005April 29, 2022

So I attended a game jam this weekend.  I  haven’t done any flash programming for about 2 years, so it was fun to take a trip back into the past and write some Actionscript again.…

Read more of Thoughts about hack-a-thons →

Posted in actionscript, adobe, games Tagged actionscript, as3, development, flash, game, stage3d, starling

Flixel Animated TileMap

By cjgammon Last updated: October 14, 2005April 29, 2022

So I was putting together a game where I wanted an animated tilemap in flixel, it did not seem to have this functionality natively, so I created a class for it and thought I'd share.…

Read more of Flixel Animated TileMap →

Posted in actionscript, games Tagged actionscript, as3, coding, flash, flixel, game, linkedin

flash cs4 loading font from external swf

By cjgammon Last updated: October 14, 2005April 29, 2022

Here is a pretty basic overview of how to load fonts from a .swf, great for sites that have many languages, particularly asian characters, where you may need to specify characters or fonts while not…

Read more of flash cs4 loading font from external swf →

Posted in actionscript, web design Tagged actionscript, as3, flash, font, linkedin

scale9Grid Actionscript Scaling Quirks

By cjgammon Last updated: October 14, 2005April 29, 2022

So the nifty scale9Grid scaling mode for movieclips which allows you to maintain rounded corners or fancy perimeters and whatnot for expandable elements like dialogue boxes or expanding menus has some lame little quirks. You…

Read more of scale9Grid Actionscript Scaling Quirks →

Posted in actionscript Tagged actionscript, flash

translating flash site text and audio part 2

By cjgammon Last updated: October 14, 2005April 29, 2022

Step 2:Audio Class The Audio Library Class, this is a place to store all the references to the audio files to retrieve them and play them back with the getAudio(id) method. It loads the audio…

Read more of translating flash site text and audio part 2 →

Posted in actionscript Tagged actionscript, as3, flash

translating a flash website text and audio

By cjgammon Last updated: October 14, 2005April 29, 2022

Step 1: Text Class The Text Loader Class, This is a class used for all the text in the site. It takes a few parameters, most notably your model, or whatever class you are storing…

Read more of translating a flash website text and audio →

Posted in actionscript, web design Tagged actionscript, as3, linkedin

Papervision3D filter notes

By cjgammon Last updated: October 14, 2005April 29, 2022

Typically when adding filters in papervision you have to use ViewportLayers and apply the filters to them, however this can become messy and tedious if you are applying filters to a large number of objects.…

Read more of Papervision3D filter notes →

Posted in actionscript, design Tagged 3d, actionscript, as3, coding, development, flash, papervision, web

don’t forget to flush()

By cjgammon Last updated: October 14, 2005April 29, 2022

This is sort of a personal reminder and assistance to anyone else wasting their time on this issue. I was having the problem where my socket was working and communicating as expected on Mac OS,…

Read more of don’t forget to flush() →

Posted in Uncategorized Tagged actionscript, development, flash, socket

as3 custom events made easy

By cjgammon Last updated: October 14, 2005April 29, 2022

I've seen a lot of tutorials on this and none of them seem so straightforward so here goes. So let's say i have a class and i have another class that extends something like socket…

Read more of as3 custom events made easy →

Posted in actionscript Tagged actionscript, as3, flash

Posts pagination

Page 1 Page 2 Next page→

Archives

  • April 2025
  • March 2025
  • July 2024
  • February 2023
  • January 2023
  • November 2022
  • June 2022
  • May 2022
  • April 2022
  • October 2021
  • June 2020
  • January 2020
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • October 2016
  • December 2015
  • October 2015
  • August 2015
  • August 2013
  • October 2005
RSS
© Copyright cjgammon. All rights reserved.