|
More site info...
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.
|
|
|
|
|
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:
|
Top authors during last week:
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.
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...
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.
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!
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?
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...
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
|
|
|
|
Latest active threads on Action Script 3::
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 ...
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.
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.
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?...
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.
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?.
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();
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. ...
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...
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
|
|
Hot threads for last week on 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.
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)); }
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.
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 { ...
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)
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.
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);
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();
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.
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.
|
|