topical media & game development
actionscript-example-RunningMan.ax
actionscript-example-RunningMan.ax
(swf
)
[ flash
]
flex
package {
import flash.display.MovieClip;
import flash.net;
public class actionscript-example-RunningMan extends MovieClip {
public function goToSite (url:String) {
var request:URLRequest = new URLRequest(url);
navigateToURL(request, "_blank");
}
}
}
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.