ActionScript 1.0/2.0 | Forum profile
|
|
Forum profile page for ActionScript 1.0/2.0 on http://www.kirupa.com.
This report page is the aggregated overview from a single forum: ActionScript 1.0/2.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 1.0/2.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 1.0/2.0:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
87
|
413
|
1,517
|
|
Post:
|
148
|
729
|
3,180
|
|
|
ActionScript 1.0/2.0 Posting activity graph:
|
Top authors during last week:
|
Name
|
Posts
|
|
khaos119
|
14
|
|
glosrfc
|
11
|
|
Birokrat
|
9
|
|
jerome.chevreau
|
5
|
|
darthphunk
|
4
|
|
Michael Chen
|
4
|
|
mashu
|
3
|
|
JonnyR
|
3
|
|
jrblacquiere
|
3
|
|
wolcotter
|
3
|
|
|
|
Latest active threads on ActionScript 1.0/2.0::
Started 2 days, 14 hours ago (2008-10-08 14:34:00)
by darkstyle
Hi friends i visited the site http://www. pdk.com.pl/index_f.html its really attractive, i have doubt how they are loading external swf so fast? and its also not chaging the URL address also, How did hide the SWF from decompiler?? any idea?? Regards 
Started 2 days ago (2008-10-09 04:47:00)
by Birokrat
Using the trig functions and the drawing api I m trying to create rectangle rotaing around its own axis(around z axis). What I m trying to do is to attach a movie clip on the rotating rectangle and to automaticly apply rotating transformation on the child MovieClip. The skewing and the scaling i like to be applied on the child movie. Is this posible? 
Started 2 days, 4 hours ago (2008-10-09 00:52:00)
by hgl
Hi Ive read the 3d in flash tutorial and its very nice but. what if i need to rotate some points around SEVERAL "centers"?) I mean, the Earth is rotating around its center AND around the sun. So plz help Thanks 
Started 2 days, 3 hours ago (2008-10-09 01:53:00)
by B.C.
Im going for a mouse trail effect, but on the movement of a mc PHP Code: onClipEvent ( load ) { speed = 5 ; count = 0 ; } onClipEvent ( enterFrame ) { _root . boxy . _x = _root . box . _x _root . boxy . _y = _root . box . _y } onClipEvent ( enterFrame ) { if( Key . isDown ( Key . RIGHT )) {... 
Started 2 days, 8 hours ago (2008-10-08 20:04:00)
by dolphin_m70
hi i opened a file in Flash cs3 and try to edit it like changing the background and then test the movie but when i give test movie option it returns this error message the file is in AS2 i checked the file properties ,its not read-only, its not open anywhere else. niether the name is too long Error creating flash movie file Be sure the destination file is not read-only or ... 
Started 2 days, 8 hours ago (2008-10-08 20:00:00)
by designguru1
Hi there, I have flash site and client wants random fullscreen background image to load on refresh. sounds easy right ?. but i've tried a lot of components and code snippets but it's causing headaches as nothing seems to work. i have a client squirming because it isn't done and i was wondering if you could help me out. I did purchase a component from flashden (randombgholder) which does ... 
Started 2 days, 18 hours ago (2008-10-08 10:41:00)
by jerome.chevreau
Hi everyone, I would like to know if anybody could help me to learn more on improving SEO for flash websites as it is not as good as for html websites (if i am not mistaken). I have heard something about xml that can be used to improve your SEO for all your flash websites. Thanks a lot for any help. Cheers, Jerome 
Started 2 days, 12 hours ago (2008-10-08 16:33:00)
by azukizero
Hi Kirupians, I'm not sure the title makes any sense but here's what I'm hoping some of you can help me create or at least point me in the direction of a tutorial. I want to build an interactive horizontal slider that shows a percentage number depending on where the slider is located. Sorry for my really lame graphic explanation but here goes: <---------45% X 55%-------------> ... 
Started 2 days, 13 hours ago (2008-10-08 15:52:00)
by krisjl20
I think this is a scope issue, but can't be sure. I am using FlashDevelop, Actionscript 2.0 to create my movie. I call the sendAndLoad() function to display data from a database. I also have "Previous" and "Next" buttons to move through different data. Since I was going to load data in three different locations (Load, Previous, Next) I created a LoadData() function. This function contains the... 
Started 2 days, 13 hours ago (2008-10-08 15:50:00)
by CayoHueso
Hi, I have an FLA file with this code: Code: // // Create a new style sheet object and set styles for it. var styles:TextField.StyleSheet = new TextField.StyleSheet (); styles.setStyle ("html",{fontFamily:'Arial,Helvetica,sans-serif', fontSize:'12px', color:'#0000FF'}); styles.setStyle ("body",{color:'#00CCFF'}); styles.setStyle ("h1",{fontFamily:'Arial,Helvetica,sans-serif... 
|
|
Hot threads for last week on ActionScript 1.0/2.0::
Started 1 week ago (2008-10-03 09:22:00)
by Birokrat
Here s the link what I m trying to achieve http://www.templatemonster.com/flash...tes/16467.h tml Regards. 
Started 3 days, 12 hours ago (2008-10-07 16:49:00)
by darthphunk
I am making a small desktop widget and I am not sure how to accomplish what I am trying to do. I made a configuration menu that can write to a text file. What I need to happen is for my project to look at that configuration file when it starts to determine what scene or frame to start at. What I need help with is the code for the movie to check an external source for what frame or scene ... 
Started 1 week, 1 day ago (2008-10-02 12:09:00)
by mmarklow
I'm currently trying to figure out a way for a user to select their own variety of SWF files from a list for customization. This data is saved in a database and when the SWF is loaded it grabs an XML page which tells the SWF container which clips to load. My co-worker found something useful that grabs the location of the SWF and loads it in the container using the MovieClipLoader's loadClip() ... 
Started 2 days, 14 hours ago (2008-10-08 14:34:00)
by darkstyle
Hi friends i visited the site http://www. pdk.com.pl/index_f.html its really attractive, i have doubt how they are loading external swf so fast? and its also not chaging the URL address also, How did hide the SWF from decompiler?? any idea?? Regards 
Started 1 week ago (2008-10-03 23:55:00)
by jrblacquiere
I have a button inside of a movie clip. This movie clip moves across the screen. When you click the button you get one point. Now what i wanted to happen was that once you have accumulated 6 points you goto the next frame, soo this is what i used: if(score == 6){ gotoAndPlay(4) } BUT..... nothing happens, you get the 6 points, and thats it, it does NOT go to the next frame. WHY???? 
Started 4 days, 14 hours ago (2008-10-06 14:09:00)
by SpawnOfJon
I'm having an issue grabbing xml node attributes through a multidimensional loop. Here is the Actionscript: Code: -------------------------------------------------* / var FourPlayerXML:String = "videoPlayer.xml"; var FourPlayerData:Array = new Array(); var FourPlayerAtts:Array = new Array("id", "title", "description", "lowURL", "highURL", "hdURL", "ipodURL", "thumbURL"); var ... 
Started 5 days, 14 hours ago (2008-10-05 14:21:00)
by Birokrat
I have several numeric steppers and I m trying to get the name of the numeric stepper that generated the event. like target.name.value Anyone? Sorry for my poor english. I will try to improve my English. Regards! 
Started 3 days, 17 hours ago (2008-10-07 11:55:00)
by jerome.chevreau
Hi everyone, I have thumbnails(jpg) which are stored into an array after beign extracted thru xml.All the button are name as their are attached to the stage via a foor loop inside an empty movieclip. The for loop used to attached the thumbs is also used to name...for eg: thumb+(i+1) etc... I then use another for loop inside a function to apply the onRelease state on them as i dont wanna ... 
Started 1 week, 2 days ago (2008-10-01 14:33:00)
by wraj
Here's the issue. I'm tryign scroll dynamic buttons (movie clip with on release actions) in a scrollPane component. As soon as i drop the scrollPane onto the stage, all the buttons become white rectangles with nothing in it the buttons should be grey and when you click on them they 'll say "CLICK" on the output window. but that doesnt work either. here's the source code ... 
Started 1 week, 1 day ago (2008-10-02 21:37:00)
by sheraz79
Hi There, How are you, I have a order form ,that has a option to add text boxes dynamically. So the user can add boxes as they like and enter their details in these text boxes. there are some fixed text boxes are present on this form.I have no problem getting values/data from these text boxes.I set it up to send details from this form to my email address. I'm wondering how can I get... 
|
|