|
More site info...
ActionScript 2.0 | Forum profile
|
|
Forum profile page for ActionScript 2.0 on http://www.actionscript.org.
This report page is the aggregated overview from a single forum: ActionScript 2.0, located on the Message Board at http://www.actionscript.org.
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 2.0" on the Message Board at http://www.actionscript.org 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 2.0:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
297
|
1,019
|
2,808
|
|
Post:
|
677
|
2,367
|
6,465
|
|
|
ActionScript 2.0 Posting activity graph:
|
Top authors during last week:
user's latest post:
email form
Published (2009-11-27 06:05:00)
For having tested it myself, it works fine. Welcome.
user's latest post:
making movie clips appear one at...
Published (2009-11-27 16:00:00)
First, If its actual text your tweening , make sure your font is embedded since you want to adjust th _alpha. Then try this... ActionScript Code: stop ( ) ; var textArray = new Array ( text1, text2, text3, text4, text5, text6, text7, text8, text9, text10, text11, text12 )...
user's latest post:
Yet another embedFonts question
Published (2009-11-21 05:39:00)
Ok, a solution could be to set on the scene, some empty fields that embed the fonts you want. That is, not related to a library font, but embedded through the embed option of the prop panel for the text fields. Also you need to know that if you were to use, bold, itallic, or bold itallic, you should stick an empty field for each of these specific fields. These are fields you won't use, they just serve to actuelly embed the font. When you...
user's latest post:
making decimals into whole numbers
Published (2009-11-24 18:48:00)
ok.. I figured it out. I added the Int(); at the beginning of each of my variables like this: total = Math.floor(int(var1) + int(var2)); then to display it I did: int(_root.total_txt.text) = total; thank you all
user's latest post:
Random some movieclip on a flash
Published (2009-11-26 23:46:00)
post an fla i should say this is not my code ... it is something i picked up, from here i think and have often used ... i would not like to take credit for something that is not mine
user's latest post:
Export the value of a variable...
Published (2009-11-27 14:10:00)
Hi, I think you are looking at using fscommand. Look it up in the flash help panel and it will tell you exactly what to do, but it will be something along the lines of: fscommand ("save","myfile.txt");
user's latest post:
email form
Published (2009-11-27 04:52:00)
This seems perfect, i'm going to go over it tomorrow. Thanks
user's latest post:
true and false quiz help - Page...
Published (2009-11-26 06:29:00)
Alright. I realised components actually gave me alot of problems. I got it working, using the script you guided me through previously. Thank goodness I have you, or I'd be left there hanging by myself. Haha! =)
user's latest post:
How to prevent FLV video player...
Published (2009-11-24 22:54:00)
Worked like a charm! My video now loads hi, medium and lo qualities based on the Metadata in the FLV and it places itself on the stage well! Thanks guys! Late here tonight so I will upload the videos etc to show tomorrow! Cheers, James
|
|
|
|
Latest active threads on ActionScript 2.0::
Started 7 hours, 59 minutes ago (2009-11-29 01:00:00)
by asf8
Quote:
Originally Posted by akrobata79
I want to create a new textfield
and it seems that i need to import text related classes
You shouldn't need to import any classes to make a textfield?
ActionScript Code:
var mytext: TextField = this . createTextField ( "mytext" , 1 , 50 , 50 , 300 , ...
Started 7 hours, 50 minutes ago (2009-11-29 01:09:00)
by asf8
Preload Sound
loadSound
http://www.kennybellew.com/tutorial/..._preloader. htm
http://www.kennybellew.com/tutorial/...d_multiple. htm
attachSound
http://www.kennybellew.com/tutorial/...ttachsound. htm
Etc... Hope something helps.
Started 4 hours, 51 minutes ago (2009-11-29 04:08:00)
by loadlearn
Confused! Better attach your .fla.
Started 2 days, 4 hours ago (2009-11-27 04:13:00)
by loadlearn
http://tutorials.flashvacuum.com/ind...?show=Email 101
Started 12 hours, 53 minutes ago (2009-11-28 20:06:00)
by dialectric
Hi,
If you are removing content from the end of the array, you can use the .length property to shorten a multidimensional array.
ActionScript Code:
a = [ 0 , 1 , 2 ] ;
b = [ 0 , 2 , 4 ] ;
c = [ 2 , 4 , 6 ] ;
my_array = [ a,b,c ] ;
trace ( "longer array: " +my_array ) ;
my_array. length = 1 ;
trace ( "shortened array: " +my_array ) ;
- dialectric
Started 13 hours, 6 minutes ago (2009-11-28 19:53:00)
by dialectric
Hi,
Not sure if there's a way to do this in Flash; you could use PHP - it has a number of path functions where you can get and set the web address http://www.w3schools.com/php/php_ref_directory.asp
- dialectric
Started 13 hours, 11 minutes ago (2009-11-28 19:48:00)
by dialectric
Hi,
I've had success using the yourminis api RSS loader for straigtforward RSS loading to dynamic text objects: http://dev.aol.com/api/yourminis/lea...idget-tutor ial
- dialectric
Started 13 hours, 25 minutes ago (2009-11-28 19:34:00)
by dialectric
Hi,
You might start by looking over the examples in this calendar challe nge thread:
http://www.actionscript.org/forums/s...ndar+challe nge
- dialectric
|
|
Hot threads for last week on ActionScript 2.0::
Started 5 days, 3 hours ago (2009-11-24 05:05:00)
by Renderer10
Storing each question in an array is a good idea, though I would make it multi-dimensional, that way you can store each answer with the appropriate question. Then you could create a new array, and iterate through the questions array, picking random entries and adding them to the new array, then removing the question from the questions array, so it doesn't get picked again.
ActionScript ...
Started 1 week, 2 days ago (2009-11-20 06:22:00)
by SixfootStudio
Hi all,
I have built an FLV video player and used Sorenson to compress a bunch of movies in hi, med, and lo quality. Everything works when I click to load these different video qualities but all the videos auto stretch to the MC width and height.
Does anyone know how I can prevent this from happening?
Thanks,
James
Started 5 days, 16 hours ago (2009-11-23 16:28:00)
by carriker
Print MC Filters
Does anyone know a way to generate a print job that doesn't lose the movie clip filters (drop shadow, glow, etc.)
It seems to drop them regardless of whether printAsBitmap is true or false.
Thanks in advance.
--Carriker
Started 5 days, 14 hours ago (2009-11-23 18:05:00)
by SomeGuero
loadMovie based on date
I need to load external movies based on the calendar date. need the script.
Please Help!!!!
Started 4 days, 15 hours ago (2009-11-24 17:27:00)
by asf8
I am not sure if your open to changing your approach?
But you may wish to look into TweenLite / TweenMax (or even Tweener / MCTween) which all have built in parameters for delays, etc.... The same maker of TweenLite / TweenMax also has TimlineLite / TimelineMax which would allow you to do this easily also. Check it out.... http://blog.greensock.com/
If you want to stick with Flashes built...
Started 2 days, 17 hours ago (2009-11-26 15:22:00)
by neilmmm
Code:
var SW:Number = Stage.width;
var SH:Number = Stage.height;
var noStars:Number = 50;
var mcStar:MovieClip;
var aStars:Array = new Array();
init();
function init():Void {
for (var i:Number = 0; i<noStars; i++) {
mcStar = _root.attachMovie("star", "star"+i, i);
aStars.push(mcStar);
randomPlacement();
}
}
function randomPlacement():Void {
mcStar._x = Math.random...
Started 1 week, 5 days ago (2009-11-17 06:04:00)
by loadlearn
You need to convert the .swf into a video format, and then burn that video unto the DVD.
http://www.geovid.com/Flash_to_Video_Encoder_PRO/
Started 2 days, 4 hours ago (2009-11-27 04:13:00)
by loadlearn
http://tutorials.flashvacuum.com/ind...?show=Email 101
Started 6 days, 9 hours ago (2009-11-22 23:16:00)
by crosshair
http://www.adobe.com/support/flash/a...ionary655.h tml
Started 5 days, 15 hours ago (2009-11-23 17:09:00)
by Zebda02
If a value is not USA
Trying to create a function that checks if a drop down menu value is not equal to "USA" or United States of America change the shipping value to $15.
I can't seem to figure out how to format/write it properly. Can anyone recommend how to go about doing this in AS2?
Thanks—
Zeb
|
|