Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.143.578 Times

SWF::Builder::ActionScript 0.15

  Date Added: July 10, 2010  |  Visits: 955

SWF::Builder::ActionScript

Report Broken Link
Printer Friendly Version


Product Homepage
Download (244 downloads)



SWF::Builder::ActionScript is a SWF ActionScript object. SYNOPSIS $mc->frame_action(1)->compile( <<AS_END ); function move_mc(dx) { this._x += dx; } AS_END my $mc_i = $mc->place; $mc_i->on(KeyPress, )->compile(move_mc(-5)); $mc_i->on(KeyPress, )->compile(move_mc(5)); $mc_i->on(EnterFrame)->r_rotate(15);.

Requirements: No special requirements
Platforms: Linux
Keyword: Actionscript Libraries Mc Programming Swf Swf Actionscript Swfbuilderactionscript
Users rating: 0/10

License: Freeware Size: 163.84 KB
USER REVIEWS
More Reviews or Write Review


SWF::BUILDER::ACTIONSCRIPT RELATED
Libraries  -  JsHttpRequest 5.0
JsHttpRequest project is an easy-to-use cross-browser AJAX library with AJAX file uploading support and many other features. JsHttpRequest first appeared as cross-browser analogue of XMLHttpRequest, and then became a very useful instrument to...
122.88 KB  
Libraries  -  SWF::Builder::Character::EditText 0.16
SWF::Builder::Character::EditText is a SWF dynamic editable text object. SYNOPSIS my $text = $mc->new_dynamic_text( $font ) ->size(10) ->color(000000) ->text(This is a text.); my $text_i = $text->place; my $field = $mc->new_input_field;...
163.84 KB  
Libraries  -  SWF::Builder::Character::Sound 0.15
SWF::Builder::Character::Sound is a SWF Sound character. SYNOPSIS my $sound = $mc->new_sound( ring.mp3 ); $sound->play; This module creates SWF sound characters from MP3 or raw Microsoft WAV files. $sound = $mc->new_sound( $filename )...
163.84 KB  
Libraries  -  SWF::Element 0.42
SWF::Element is a set of classes of SWF tags and elements. SYNOPSIS use SWF::Element; use SWF::BinStream; $swf_stream=SWF::BinStream::Write; .... $rect=SWF::Element::RECT->new; $rect->configure(Xmin=>0, Ymin=>0, Xmax=>100, Ymax=>100);...
51.2 KB  
Windows Software  -  SWF Decrypt 1.0
You've worked hard on your Flash project and thought that software like Amayeta SWF Encrypt and DComSoft SWF Protector will protect your SWF files from decompilers. Guess again! SWF Decrypt will reverse and remove the few junk code these...
316.52 KB  
Network & Internet  -  SWF Protector for Mac OS 3.0
Easily helps you to protect all of your SWF files from all kinds of SWF decomilers, no matter if you were using Flash or Flex technology. It uses four different protection algorithms that allow SWF file playback in Flash Player, but conceal the...
3.2 MB  
Programming  -  Translate SWF for Java 1.2.0.5
Translate SWF is Java-based compiler for Macromedia's ActionScript language. Translate currently supports Actionscript 1. As of 25/11/2010 this project can now be found at GitHub, https://github.com/StuartMacKay/translate-swf.
2.33 MB  
Development Tools  -  ASAP ActionScript Application Framework 0.9.4
An open source Flash ActionScript 2.0 Rich Internet Application library for the development of maintainable, multi-movie, event based interactive applications. Provides practical, reusable, pattern-based solutions for common challenges in Flash...
 
Specialized Tools  -  JPEXS Free Flash Decompiler 4.1.1
JPEXS Free Flash Decompiler (FFDec) is opensource flash SWF decompiler and editor. Extract resources, convert SWF to FLA, edit ActionScript, replace images, sounds, texts or fonts. Various output formats available. Works with Java on Windows,...
8.44 MB  
Graphic Conversion Tools  -  SWF Toolbox Free Christmas Edition 2.7
Time-limited offer, which will interest everyone who is dealing with Flash technologies. FREE Christmas Edition of SWF Toolbox by Eltima Software converts Macromedia Flash Files (SWF) into a vide variety of most popular graphic formats such as...
3.78 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB