代码搜索:ActionScript
找到约 280 项符合「ActionScript」的源代码
代码结果 280
www.eeworm.com/read/475633/6774948
cpp gameswf_string.cpp
// gameswf_xml.h -- Rob Savoye 2005
// This source code has been donated to the Public Domain. Do
// whatever you want with it.
// Implementation of ActionScript String c
www.eeworm.com/read/454912/7381856
as timerdemo.as
// ActionScript file
package util
{
import flash.display.Sprite;
import flash.events.TimerEvent;
import flash.utils.Timer;
import mx.controls.Alert;
public class Timerdemo extends Sprite
www.eeworm.com/read/399778/7837417
as tweenlite.as
/*
VERSION: 9.29
DATE: 11/12/2008
ACTIONSCRIPT VERSION: 3.0 (AS2 version is also available)
UPDATES & MORE DETAILED DOCUMENTATION AT: http://www.TweenLite.com
DESCRIPTION:
Tweening. We all do
www.eeworm.com/read/399147/7886197
as ball.as
package {
//Remember? Haha. I wish I can use similar way to solve bounce from edge.
//but this failed.
//and I realized that mxml and actionscript are not same.
//so I changed mind and started to
www.eeworm.com/read/403373/11518462
m chaoticfractaltree.m
function ChaoticFractalTree;
% Chaotic Fractal Tree
% reference:
% http://www.kirupa.com/developer/actionscript/chaos_fractal.htm
%
% Constants:
max_sub_branch = 4;
max_sub_angle=3*pi/
www.eeworm.com/read/470915/1443155
as tweenlite.as
/*
VERSION: 6.1
DATE: 4/4/2008
ACTIONSCRIPT VERSION: 3.0 (AS2 version is also available)
UPDATES & MORE DETAILED DOCUMENTATION AT: http://www.TweenLite.com (there's a link to the AS3 version)
DE
www.eeworm.com/read/315694/3616681
as sha224.as
/**
* SHA224
*
* An ActionScript 3 implementation of Secure Hash Algorithm, SHA-224, as defined
* in FIPS PUB 180-2
* Copyright (c) 2007 Henri Torgemane
*
* See LICENSE.txt for full li
www.eeworm.com/read/315690/3616800
as logger.as
package com.theriabook.utils
{
// ActionScript 3 logger
import flash.net.LocalConnection;
import flash.utils.getTimer;
import mx.controls.Alert;
import flash.events.StatusEvent;
imp
www.eeworm.com/read/361884/2942623
cpp extract_as_from_fla.cpp
// extract_as_from_fla.cpp -- Thatcher Ulrich 2005
// This source code has been donated to the Public Domain. Do
// whatever you want with it.
// Try to extract ActionScript s
www.eeworm.com/read/355858/3047392
as tweenlite.as
/*
VERSION: 6.1
DATE: 4/4/2008
ACTIONSCRIPT VERSION: 3.0 (AS2 version is also available)
UPDATES & MORE DETAILED DOCUMENTATION AT: http://www.TweenLite.com (there's a link to the AS3 version)
DE