ActionScript
Tag details
Welcome to the 'ActionScript' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'ActionScript'.
Look up
"ActionScript"
at The Free Dictionary
Latest blogosphere posts tagged “ActionScript”
-
Bouncing Ball on Slope Physics?
kirupaForum —
Authority: 154
Does anyone know where I can find a tutorial (or get some code!) on flash physics concerning dropping a ball in motion onto a slope, or any surface for that matter. Heres a sloppy paint drawing I put together to describe what I mean. The ball would have a velocity and the would bounce off the slope according to its ...5 hours ago -
preloader does not show in screen
kirupaForum —
Authority: 154
Hi all, I got a movieclip named LoadingProgress (exported in first frame and class name LoadingProgress), inside it is a dynamic text box with instance name percentDisplay This is the code for LoadingProgress.as Code: package { import flash.display.MovieClip; import flash.text.TextField; ...6 hours ago -
Strange problem loading/unloading a .swf (AS3)
kirupaForum —
Authority: 154
I noticed that I referenced the Kirupa forums often for finding solutions to flash-related problems. When I hit this last issue, this seemed to be the place with the best knowledge base. Here is my issue: I have a flash site (portfolio), and it uses buttons to load/remove different .swf file (it is an XML gallery ...7 hours ago -
Which Event is invoked on clicking the Close button of AIR Window
kirupaForum —
Authority: 154
Hello I am trying to capture the event; which is invoked when we close the AIR window by clicking its Close button (on the top-right corner). I have tried the following; but none of them seems invoked: Code: newWin.stage.addEventListener(Event.CLOSING, closeHandler); ...9 hours ago -
Flex Developers required
CareerGuruz.Com —
Authority: 149
Sr. Flex DeveloepersSkills: Java/J2EE, .Net, XML, Web Services, Ajax, XSLT, HTML, DHTML, Java Script, Action Script,Exp: 4 – 6 YrsJob Description:-Knowledge of Action Script 2.0 or Action Script 3.0- Mandatory-4 Years of IT Experience of which minimum 1 year in Flex- Mandatory-Exposure to interface Flex with other ...10 hours ago -
Need help with kirupa gallery!!!
kirupaForum —
Authority: 154
Im trying to modify the Kirupa gallery but instead of fading in the images like this (see bellow) which doesnt seem to like safari, how can i modify using a tweener (ie: tweenlite, mx etc.) instead? /// p = 0; this.onEnterFrame = function() { filesize = picture.getBytesTotal(); loaded = picture.getBytesLoaded(); ...11 hours ago -
btn not being recognized by e.target.name
kirupaForum —
Authority: 154
Hello! I can not figure out why my code here is not working.... (i guess thats pretty obvious or I would not be posting it!). Would you mind taking a look at this and possible you can spot what it is that I have wrong? I am getting the error: TypeError: Error #2007: Perameter url must be non-null. at ...12 hours ago -
Making Stage follow Player
kirupaForum —
Authority: 154
Hello, I am trying to make the stage follow the player in AS3 (basically, so the view follows the player and he remains in the center of the screen throughout). Here is what I tried: Code: this.x = player.x-stage.width/2; this.y = player.y+stage.height/2; If you could help me out that would ...12 hours ago -
Weird problem - definition of class not found..
kirupaForum —
Authority: 154
My folder structure is like this Root folder main.fla Classes Game.as MenuScreen.as GameOverScreen.as Enemy.as In my flash file there are movie clips (Enemy, MenuScreen and GameOverScreen) While clicking Validate Class Definition Enemy and MenuScreen movie clip ...12 hours ago -
Programmatically added gaps between certain menu items
kirupaForum —
Authority: 154
How can I modify the following code to add 26px space between the 2nd and 3rd item in a vertical menu, and the same added space between the 5th and 6th items? Code: var xCoord:int = 100; var yCoord:int = 10; function initMenu():void { for (var i:int = 0; i menuText = new TextField; ...14 hours ago -
Simple event question (with code!)
kirupaForum —
Authority: 154
Hi Everyone! What is the correct event listener to detect a child added to the stage? I tried: PHP Code: function loadImage ( url : String ): void { imageLoader = new Loader (); imageLoader . load (new URLRequest ( url )); imageLoader . contentLoaderInfo . ...14 hours ago -
Actions on MovieClip instances
kirupaForum —
Authority: 154
Im trying to convert an old AS 2.0 file to 3.0, but keep getting this error: Code: WARNING: Actions on button or MovieClip instances are not supported in ActionScript 3.0. All scripts on object instances will be ignored. Code: import fl.transitions.easing.*; import gs.TweenLite; import gs.easing.*; ...15 hours ago -
Type Coercion failed: cannot convert MyEvent@12345 to MyEvent?
kirupaForum —
Authority: 154
Im getting an error in an AS3 class that I found on a site, which says that it cannot coerce MyEvent@12345 to MyEvent?? What could be wrong? TypeError: Error #1034: Type Coercion failed: cannot convert com. box.services:: Speed Event @7c055e1 to com.box.services. Speed Event at ...19 hours ago -
Will OOP reduce performance
kirupaForum —
Authority: 154
Will OOP reduce the performance of the application. I have to query 4 database with more than 1000 rows between each user inputs to give the output. The whole thing must be less than 5 seconds to the maximum extend and an average of 2 seconds. Which type of design is better for performance. What does your experience ...21 hours ago -
parent error
kirupaForum —
Authority: 154
im one of my classes i am trying to call a method from its parent class, but i am getting an error: Code: if(parent){ parent.deactivatePanels(); } 1061: Call to a possibly undefined method deactivatePanels through a reference with static type flash.display:DisplayObjectContainer. nevermind, i got it: ...1 day ago -
Cant get a proper video object added
kirupaForum —
Authority: 154
Hi, Im so pulling my hairs out here right now. The thing is, this feels so basic, and Flash Developer Tool 3 is just giving me this nonsense error! I know, its probably not really nonsense but... I want to create a simple video object and let it play a local flv. okay, heres the error: "call to a possible undefined ...1 day ago -
Adobe Flash Platform AS3 Reference Release
Ticore's Blog —
Authority: 113
Ticores BlogAdobe Flash Platform AS3 Reference 正式版出了以下是離線版下載位置:Adobe Flash Platform AS3 Reference (不含 SWF Example) 20602 KBhttp://rapidshare.com/files/310123859/Flash_Platform_AS_3.0_Ref_20091117_no_swf.rar.htmlAdobe Flash Platform AS3 Reference (含 SWF Example) 62883 ...1 day ago -
Upload photo function
kirupaForum —
Authority: 154
Hey... Does anyone know how to make a picture upload function, kinda like http://yearbookyourself.com/ , or less advanced.. Anyone know a good tutorial? :) Thanks1 day ago -
Php without MySQL load in Flash
kirupaForum —
Authority: 154
Hello. I installed on my site php script "Cutenews". It works without any MySQL... It save all archives in text files. its PHP script looks like this: include("show_news.php"); ?> The file URL is http://pastakapusta.com/cutenews/news.php I would like to put this script into my Flash movie. I was trying to ...1 day ago -
Christmas postcard . sending dynamic image by mail
kirupaForum —
Authority: 154
Hi, I´m doing one christmas postcard in flash that works this way: We drag some elements to a scenario and when we finish we send the image that we made to our friends and invite them to make one. This as been done hundred times but I cant find this tutorial online, I guess I´m not making the right search. My ...1 day ago

