ActionScript 3.0 | Forum profile
|
|
 |
Atom |
RSS
|
|
Forum profile page for ActionScript 3.0 on http://www.kirupa.com.
This report page is the aggregated overview from a single forum: ActionScript 3.0, located on the Message Board at http://www.kirupa.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 "ActionScript 3.0" on the Message Board at http://www.kirupa.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 ActionScript 3.0:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
214
|
823
|
2,333
|
|
Post:
|
573
|
2,293
|
5,883
|
|
|
ActionScript 3.0 Posting activity graph:
|
Top authors during last week:
|
Name
|
Posts
|
|
sekasi
|
40
|
|
Anogar
|
39
|
|
mattrock23
|
20
|
|
pensamente
|
18
|
|
Krilnon
|
15
|
|
dthought
|
15
|
|
mrwicked
|
13
|
|
ad.sign
|
12
|
|
TheCanadian
|
12
|
|
Alex Lexcuk
|
11
|
|
|
|
Latest active threads on ActionScript 3.0::
Started 20 hours, 37 minutes ago (2008-07-04 00:29:00)
by kevin416
The basic method of making new instances is to write out Code: var t1:MyClass = new MyClass( 0 ); var t2:MyClass = new MyClass( 0 ); etc I know there is a much quicker way to do this than writing them out, say if I want to go up to t20, but I can't seem to quite remember how. Thanks for help, this should be a quick fix. 
Started 23 hours, 36 minutes ago (2008-07-03 21:30:00)
by sekasi
Was hoping someone could advice me on the best approach in this scenario; [doc] class Has an instance of 'BgSlide' class addChilded [BgSlide] class Has a few instances of BgLoader class in an array (they get added after they are loaded) [BgLoader] class Loads a image into a sprite container. Now.. There's a bunch of other stuff 'above' the BgSlide child back in the ... 
Started 22 hours, 52 minutes ago (2008-07-03 22:14:00)
by krystek1987
Hi, can you help me and convert that AS2 code to AS3: http://www.flashframer.com/how-to-cr...vigation-me nu/ For you that is 5 minutes, and I'll can see differents. Thanks 
Started 22 hours, 58 minutes ago (2008-07-03 22:08:00)
by Miguelele
Hi. I've found lots of tutorials and articles about custom events, but I can't find the TRUTH about passing events to siblings. My problem in Flex: the main app has 2 childs: a control bar with buttons and a pane to display thumbs. I want a button in the bar to change the currentState in the thumbs pane. I have made a custom event to pass a parameter along the event. The main app ... 
Started 2 days, 3 hours ago (2008-07-02 17:56:00)
by Ayman
anybody? 
Started 1 day, 20 hours ago (2008-07-03 00:27:00)
by slimpickinz
I have this page that I want to auto load the "HOME" mc. From there I want the buttons to navigate the page. I have got the buttons to work properly so far, but cannot for the life of me figure out how to load the HOME swf, then unload it with the same removeChild as the rest of the buttons do... Here is what works... Code: var thisLoader:Loader = new Loader(); thisLoader.... 
Started 1 day, 4 hours ago (2008-07-03 16:16:00)
by Alber Kidd
I have 5 products to display. Each has an image and a text box with some product info which get animated in. I am stuck between using the document class and the timeline. Option 1 - I put the 5 products and corresponding text on frames 1, 10, 20, 30 and 40 and use actions in the actions layer. Each product is on its own frame. The ideal situation would have all the product ... 
Started 1 day, 8 hours ago (2008-07-03 13:06:00)
by AmiKaze
Hi! I'm having trouble using the dispatchEvent() method to communicate between two custom classes. The problem is the Main class listens for an event that another class dispatches, but somehow it doesn't 'catch' it... Here is my main class: Code: package { import app.Thumb; import flash.display.Sprite; import flash.events.Event; public class TestLoadThumbs extends Sprite { ... 
Started 1 day, 5 hours ago (2008-07-03 15:23:00)
by FlashHed
I usually buy flash books from either of these companies http://friendsofed.com/ http: //oreilly.com/ 
Started 1 day, 4 hours ago (2008-07-03 16:34:00)
by Krilnon
http://www. actionscript.org/forums/s....php3?t=152 709 
|
|
Hot threads for last week on ActionScript 3.0::
Started 1 week, 2 days ago (2008-06-25 14:32:00)
by redline024
I have some as3 code that grabs swf urls from xml and loads them, adds them as children, and names them so i can tell them to play later. Code: // Preload swfs var numSwfs = xmlData.content.*.swf.length(); var swfSceneArray = new Array(); var swfUrlArray = new Array(); var swfArray = new Array(); var i; for (i=0; i<numSwfs; i++) { swfUrlArray = xmlData.content.*.swf.text(); ... 
Started 4 days, 5 hours ago (2008-06-30 15:20:00)
by fs_tigre
Hi, How complicated would be to create a website that when a button is clicked it animates the content going in and out, using tweens (using actionscript 3.0 only)? What I need to know is the logic that will make the tweens move. I can animate the movieClips coming in, but how can I animate what is going out at the same time depending on what button was clicked. I know this ... 
Started 1 week, 1 day ago (2008-06-26 13:11:00)
by Yuu
So I'm confronted with a problem, that eventListener seems to be lacking to tools to directly over come. I've got a global variable, from a class that multiple SWFs I've got going share. I want fire off a function in a child, to be exact, the child of a child, SWF when that variable is changed by the parent. It seems to me an easy way to do this would be to have an eventListener than ... 
Started 1 week ago (2008-06-27 16:13:00)
by ad.sign
Hey guys. I know that this is not in the best practices manual, but I need to place a method DIRECTLY inside a package of mine. Pretty much like flash does with the as3 new flash.utils.* package methods. Could anyone guide me on this ... I've been searching around hardly with zero results. Tanks! 
Started 6 days, 12 hours ago (2008-06-28 09:00:00)
by ad.sign
Anyone knows a way of setting a method inside a class to execute right before the class instance deletion? Tanks for helping! 
Started 4 days, 3 hours ago (2008-06-30 17:36:00)
by mrwicked
I keep getting this error in this function: ActionScript Code: private function search ( e :Event ) : void { if ( searchtxt. text ) { searchResults_ar. splice ( 0 ) ; var searchCriteria: String = searchtxt. text . toLowerCase ( ) ; for ( var i: int = 0 ; i< searchStrings_ar.... 
Started 4 days, 9 hours ago (2008-06-30 11:16:00)
by omnisine
i need to create an effect similar to this >> visit www.c-class.co.uk then click on C The Car... i'm workin on a car site..i'll be getting the 3d renders as frames...wat i want iss the car to turn in the direction of the mouse pointer...except that it wont be 360 like the c-class site...it'll need to turn jus about 45degrees. please help... 
Started 1 week, 1 day ago (2008-06-26 17:28:00)
by skylerbrungardt
Hiya folks and actionscript gurus. I'm running into a problem trying to convert my code to a document class. I've read a bunch of tutorials online, and followed their instructions on it, though I keep running into "Error 1120: Access of undefined property stage." I can't seem to figure out what I need to do to correct this. Please help! Here's my code: Code: package { //... 
Started 1 week ago (2008-06-27 13:02:00)
by thejinx
hey! I want my flashheader to match the width of the viewers browsers , but not the height . It's only a header, not a fullscreenflashsite. It should adjust as I resize the window. I have the flashswf in the maximized width possible (1600px) so the pictures wont be distorted. The movie should fit inside the browser, and not be cut on the sides. So if I have a 1024x768 browser, the swf ... 
Started 1 week, 1 day ago (2008-06-26 11:45:00)
by sekasi
I know this might seem overkill but how come this throws a strict warning? var hi2u:int = 25; // code hi2u = null; Was under the impression that variables that are nulled are subject to the GC sweep. 
|
|