Skip to content

Instantly share code, notes, and snippets.

View gavJackson's full-sized avatar

Gavin gavJackson

View GitHub Profile
@gavJackson
gavJackson / autoname.jsfl
Last active December 27, 2015 18:49
A JSFL I wrote 5 years ago to automatically rename movieclips on the timeline (i think) - cant totally remember what it does - if you try it let me know what it does in the comments below
//loopThroughTimeLine();
function getBoolean(value)
{
var bReturn = false;
if(value.toUpperCase() == "TRUE")
{
bReturn = true;
}
@gavJackson
gavJackson / AbstractCommand.js
Created October 23, 2012 15:12
Robotlegs inspired classes with Agility.js
/**
* Created by IntelliJ IDEA.
* User: Digital Keystone (gavin.jackson)
* User: gavin.jackson
* Date: 06/03/12
* Time: 11:24
*/
/**
* Class: AbstractCommand