1 2 3 4
def load_forums
case current_user.type
when "Admin"
...
ActionScript Hash generation from case
1 2 3 4
import java.util.ArrayList; import java.util.Random; ...
ActionScript number guessing game 1000 t...
by freshnerd.myopenid.com,
February 09, 2010 03:55,
2 refactorings, tagged with guessing arraylist iterator guess
I have to create a program ...
1 2 3 4
import flash.display.BitmapData; import flash.geom.Rectangle; import flash.geom.Matrix; ...
ActionScript New to actionscript - Cam t...
by scott2010_h,
January 23, 2010 02:04,
No refactoring, tagged with flash, webcam, actionscript, clock
I know a lot of you are goi...
1 2 3 4
/** * Retrives the student line items for the reports, calculates avg and grades * @param team the team line item object ...
ActionScript Can anyone please refactor ...
At work I was told to optim...
1
<%= render :partial => 'users/user_bar' unless defined? hide_user_bar and hide_user_bar %>
ActionScript testing truth on a possibly...
Here' is the truth table:
...
1 2 3 4
public function sortDepth():void { var gridItem:GridItem; ...
ActionScript Isometric X/Y Grid pattern ...
by ryanmagnon.myopenid.com,
August 08, 2008 01:03,
5 refactorings
Is there a simpler way to g...
1 2 3 4
public static function getColorFromString(color:String):int { return parseInt(new RegExp(/[0-9a-fA-F]+/).exec(color),16); ...
ActionScript Get color from string
Script was written on AS3. ...
Is there easy and clever wa...