Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Action Script 3 | Forum profile

Forum profile page for Action Script 3 on http://www.adobeforums.com. This report page is the aggregated overview from a single forum: Action Script 3, located on the Message Board at http://www.adobeforums.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Action Script 3" on the Message Board at http://www.adobeforums.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Adobe - Forums - Action Script 3 (site profile, domain info adobeforums.com)
Title: Action Script 3
Url: http://forums.adobe.com/community/flash/flash_a...
Users activity: 31 posts per thread
Forum activity: 305 active threads during last week
 

Posting activity on Action Script 3:

  Week Month 3 Months
Threads: 305 937 2,523
Post: 1,008 2,946 7,721
 

Action Script 3 Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
kglad
244
user's latest post:
Script is not executed -...
Published (2009-11-27 18:15:00)
you probably have a for-loop or while-loop that's not terminating.
NedWebs
61
user's latest post:
Is there a way to convert a AS...
Published (2009-11-27 14:00:00)
I have heard a couple people mention having found some AS2 to AS3 conversion programs, though they all ended up here to get what hose utlities weren't capable of converting ironed out for them.? You might find such utilities searching Google for "Convert AS2 to AS3".? As far as I know CS4 has no such provision.   I don't believe it is possible to have anything sophisticated enough to be able to do a thorough job...
dmennenoh
38
user's latest post:
Load images in the correct...
Published (2009-11-25 09:14:00)
He's not loading them in a loop... and he's already using a counter.   Anyway...   You are still not exiting the loop properly and you are still adding child on your enter frame loop. Fix those two things and then see if it is working.
Mr.Wallace
30
user's latest post:
Rounding off numbers...
Published (2009-11-26 12:15:00)
LOL! I put it one character out of place.   Thanks again!
openParentheses
27
user's latest post:
Flash Math need help
Published (2009-11-27 06:24:00)
holy sh!!!!t   is that so ?   this only in flash Math though. not in real world?
oluc
21
user's latest post:
How do you scale mc from center?
Published (2009-11-26 10:47:00)
Thanks a lot guys!
nicolanicola
17
user's latest post:
How to pass an array to a...
Published (2009-11-25 15:02:00)
I have a function:   function getInfo (){ cardDetails= new Array('v','a','r','i','o','u','s'); var parent_mc:CatProcess = CatProcess(this.parent); parent_mc.addForm(parent_mc.finalCardScreen,cardDetails); parent_mc.removeChild(this);   }   this access the function of the parent movie clip - addForm which is:   function...
ghost31379
16
user's latest post:
HELP!!-Unload-Clear a XML file
Published (2009-11-19 08:50:00)
i got a book called "actionscript 3 Bible" its a really good book for reference on basic stuff and i use the forum when i get stuck on something.... ......if i ever make it to serbia.....im gonna need that beer.... ....lol....never been to that side of the world..... ....yeah but one good BIG reference book that gives you on the basics.....and the forum..thats what the doctor ordered   thelegendaryghost
Jakub Śledź
16
user's latest post:
Target mc name with string.
Published (2009-11-23 05:56:00)
Thanks for your help mates.
juresti
15
user's latest post:
ArgumentError: Error #2025: The...
Published (2009-11-24 11:58:00)
DUh on my part. Thanks Kglad!
 

Latest active threads on Action Script 3::

Adobe - Forums
Started 9 hours, 28 minutes ago (2009-11-29 10:42:00)  by iFezec
you need to keep your netstream and seek bar parallel to one another. If you have a videoPlayer class, it can be a sprite, which holds all your views and controllers. -netStream -video -netConn -navigation      -play      -pause      -seek      -fullscreen now that they are parallel you can use the class they reside in to be the controller to connect the navigation to the ...
Thread:  Show this thread (2 posts)   Thread info: NetStream seekbar Size: 3,584 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: NetStream seekbar :: Action Script 3 :: Adobe - Forums"
Adobe - Forums
Started 2 days, 1 hour ago (2009-11-27 18:15:00)  by kglad
you probably have a for-loop or while-loop that's not terminating.
Thread:  Show this thread (11 posts)   Thread info: Script is not executed - Standard-TimeOut Size: 464 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Script is not executed - Standard-TimeOut :: Action Script 3 :: Adobe - Forums"
Adobe - Forums
Started 1 day, 13 hours ago (2009-11-28 06:38:00)  by dmennenoh
Unless you addChild on your object, it is not part of the display list.
Thread:  Show this thread (6 posts)   Thread info: External Class/Objectdefinitions and the Displaylist Size: 469 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: External Class/Objectdefinitions and the Displaylist :: Action Script 3 :: Adobe - Forums"
Adobe - Forums
Started 9 hours, 45 minutes ago (2009-11-29 10:25:00)  by iFezec
it sounds like from what i have been able to read there is that you have all your movieClips 64 of them in a parent class. That parrent class feeds each movieClip an eventlistener to listen to, and on that event, each movieClip knows the event occured but your parent class does not is that correct? where is this matrix attribute?  in the Parent class?...
Thread:  Show this thread (2 posts)   Thread info: Recover informations between Class and MovieClip Size: 906 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Recover informations between Class and MovieClip :: Action Script 3 :: Adobe - Forums"
Adobe - Forums
Started 19 hours, 46 minutes ago (2009-11-29 00:24:00)  by kglad
some text editors add a new line and a carriage return.  to remedy, use: s=s.split("").join("").split("").join(""); before you apply the rest of your string methods.
Thread:  Show this thread (6 posts)   Thread info: Imported text strings have new lines where they shouldn't Size: 718 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Imported text strings have new lines where they shouldn't :: Action Script 3 :: Adobe - Forums"
Adobe - Forums
Started 9 hours, 49 minutes ago (2009-11-29 10:21:00)  by iFezec
You have answered your own question,. Why are you not waiting to populate your array when the complete method hits on the URLloader?.
Thread:  Show this thread (2 posts)   Thread info: Problems loading external text - variable used before populated with loaded
text. Size: 606 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Problems loading external text - variable used before populated with
loaded text. :: Action Script 3 :: Adobe - Forums"
Adobe - Forums
Started 1 week, 1 day ago (2009-11-21 00:04:00)  by kglad
use removeMovieClip() applied to the movieclip you want to remove.  if that movieclip is not at a removeable depth, use swapDepths() to move it to a removeable before applying removeMovieClip().  for example: //oldMC.swapDepths(this.getNextHighestDepth()); oldMC.removeMovieclip();
Thread:  Show this thread (13 posts)   Thread info: Delete movie clip Size: 772 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Delete movie clip :: Action Script 3 :: Adobe - Forums"
Adobe - Forums
Started 9 hours, 52 minutes ago (2009-11-29 10:18:00)  by iFezec
The answer Should be no, but with a dynamic Object you can make this posible where a property call is actually a shortcut to a function. But this is a terrible practice because you will confuse anyone looking at the code when they feel its a property its actually a method being used. NOT AN ALTERNATIVE SOLUTION, SAME SOLUTION WITH GOOD ENCAPSULATION, DELEGATE to an object. ...
Thread:  Show this thread (2 posts)   Thread info: is it possible to get a function pointer to a getter/setter function Size: 1,614 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: is it possible to get a function pointer to a getter/setter function :: Action Script 3 :: Adobe - Forums"
Adobe - Forums
Started 1 day, 11 hours ago (2009-11-28 08:48:00)  by Rob Dillon-VJnUrv
Here's a sample file that you can use that should explain the process of using an external .css file in Flash. One of the steps that is required is that you use a function to test for the completion of the loading of the external file(s). You can't apply the style sheet until you know that it has fully loaded. http://www.ddg-designs.com/downloads/importedTextw ithCss.zip...
Thread:  Show this thread (5 posts)   Thread info: Can someone help me get my stylesheet loaded Size: 895 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Can someone help me get my stylesheet loaded :: Action Script 3 :: Adobe - Forums"
Adobe - Forums
Started 22 hours, 6 minutes ago (2009-11-28 22:04:00)  by Muzak
this.currentFrame(); should be this.currentFrame; currentFrame is a property, not a method. http://livedocs.adobe.com/flash/9.0/ActionScriptLa ngRefV3/flash/display/MovieCli p.html#currentFrame
Thread:  Show this thread (3 posts)   Thread info: What's a static type MovieClip? Size: 993 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: What's a static type MovieClip? :: Action Script 3 :: Adobe - Forums"
 

Hot threads for last week on Action Script 3::

Action Script 3
Started 5 days, 8 hours ago (2009-11-24 11:45:00)  by kglad
i use php to return the feed to flash because that avoids flash player security problems.  you would use the urlloader class to retrieve the feed from the php file.
Thread:  Show this thread (27 posts)   Thread info: Incorporating a live CNN news headline tracker - RSS Size: 567 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Incorporating a live CNN news headline tracker - RSS :: Action Script 3 :: Adobe - Forums"
Action Script 3
Re: Math problem... - 24 new posts
Started 1 week, 4 days ago (2009-11-18 12:12:00)  by kglad
(why have fields 2 and 4, if they have the same display?) tf2.text=Number(tf1.text)/2; tf3.text=Number(tf1.text)/4; tf4.text=Number(tf1.text)/2; for(var i=1;i<=4;i++){ this["tf"+(i+8)].text = Number(this["tf"+i].text)+Number(this["tf"+(i+4)); }
Thread:  Show this thread (51 post)   Thread info: Math problem... Size: 827 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Math problem... :: Action Script 3 :: Adobe - Forums"
Action Script 3
Started 1 week, 1 day ago (2009-11-21 09:32:00)  by kglad
you'll probably get more help posting on the flex fourm.
Thread:  Show this thread (19 posts)   Thread info: Issues with Embed tag .. Size: 454 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Issues with Embed tag .. :: Action Script 3 :: Adobe - Forums"
Action Script 3
Started 5 days, 5 hours ago (2009-11-24 14:36:00)  by kglad
try: import ProtoBall; var ball:ProtoBall = new ProtoBall(10,100,100); addChild(ball); ball.draw() addEventListener(Event.ENTER_FRAME, doEveryFrame); function doEveryFrame(event:Event):void {     ball.rotateF(); } this.graphics.lineStyle(1); this.graphics.moveTo(0, 0); this.graphics.lineTo(100,100); //////////////////////////////////////////////// package {     ...
Thread:  Show this thread (18 posts)   Thread info: Coordinate mix-up (newb) Size: 4,212 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Coordinate mix-up (newb) :: Action Script 3 :: Adobe - Forums"
Action Script 3
Started 1 week ago (2009-11-22 08:06:00)  by kglad
Number.e.target.name should be Number(e.target.name) but you probably want: Number(e.currentTarget.name)
Thread:  Show this thread (17 posts)   Thread info: btn not being recognized through e.target.name. Size: 830 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: btn not being recognized through e.target.name. :: Action Script 3 :: Adobe - Forums"
Action Script 3
Started 6 days, 9 hours ago (2009-11-23 10:23:00)  by NedWebs
The rules for coding objects hasn't changed, with the exception that code cannot be applied to objects ias in AS1/As2.  The code must be in a frame where the object exists.  It can go in the same frame as the object... the object does not have to exist in earlier frames.
Thread:  Show this thread (17 posts)   Thread info: Where do I put my actions? Size: 994 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Where do I put my actions? :: Action Script 3 :: Adobe - Forums"
Action Script 3
Started 1 week, 2 days ago (2009-11-20 13:08:00)  by John Hall
Seems to work OK for me. I assume you have a var before the first line or already declared it as a variable above. var myTF:TextFormat = new TextFormat("Arial", 20,  0x000000,false);
Thread:  Show this thread (18 posts)   Thread info: TextArea component font size coming out small Size: 660 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: TextArea component font size coming out small :: Action Script 3 :: Adobe - Forums"
Action Script 3
Re: Delete movie clip - 13 new posts
Started 1 week, 1 day ago (2009-11-21 00:04:00)  by kglad
use removeMovieClip() applied to the movieclip you want to remove.  if that movieclip is not at a removeable depth, use swapDepths() to move it to a removeable before applying removeMovieClip().  for example: //oldMC.swapDepths(this.getNextHighestDepth()); oldMC.removeMovieclip();
Thread:  Show this thread (13 posts)   Thread info: Delete movie clip Size: 772 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Delete movie clip :: Action Script 3 :: Adobe - Forums"
Action Script 3
Started 6 days, 3 hours ago (2009-11-23 17:06:00)  by kglad
you can increase your swf's frame rate.  in as3, you can do this only when a tween is in-process and then return the frame rate to the minimum needed. if you're tweening small changes in position, you can use an onUpdate property of your tween to round the positions to the nears whole-pixel.
Thread:  Show this thread (12 posts)   Thread info: Tween Text too jerky Size: 770 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Tween Text too jerky :: Action Script 3 :: Adobe - Forums"
Action Script 3
Started 2 days, 1 hour ago (2009-11-27 18:15:00)  by kglad
you probably have a for-loop or while-loop that's not terminating.
Thread:  Show this thread (11 posts)   Thread info: Script is not executed - Standard-TimeOut Size: 464 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Script is not executed - Standard-TimeOut :: Action Script 3 :: Adobe - Forums"