|
More site info...
ActionScript 3.0 | Forum profile
|
|
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:
|
294
|
1,099
|
3,123
|
|
Post:
|
774
|
3,168
|
8,782
|
|
|
ActionScript 3.0 Posting activity graph:
|
Top authors during last week:
user's latest post:
How can I detect that the Flash...
Published (2009-11-28 04:31:00)
You need to listen to the CLOSE event. I think.. Code: myScoket = new XMLSocket(); mySocket.addEventListener(Event.CLOSE, disconnect); function disconnect(event:Event):void { //diconnect it.. } [Edit] there is Event.CLOSING, to detect whether a window is about to close and is fired before CLOSE event. But its AIR only.
user's latest post:
Tiling background image on a...
Published (2009-11-28 19:11:00)
I'm not sure on maximum size of display object, 4080 would be the bitmapdata maximum size in FP10 though. I presume you need this for a computer with 2 monitors where each one of them is 30", right? As it is of today, the highest resolution in the industry is 3280x2048 (WQSXGA). But it is hard to imagine those will need Flash Player as their primary use is in science field. Anyways, why don't you just split it in two, if...
user's latest post:
the width automatically changes
Published (2009-11-28 22:38:00)
Perhaps you accidentally scaled it, where the scale value would be around 1.5. Or perhaps there are children you don't know about. Try seeing what numChildren returns. Otherwise, it could be pretty much anything. Could you upload the FLA?
user's latest post:
Room design
Published (2009-11-28 15:09:00)
I'd do this with a SharedObject , indeed a Flash cookie. http://livedocs.adobe.com/flash/9.0/...redObject.html
user's latest post:
Security solutions -- should I...
Published (2009-11-26 09:21:00)
Quote: What would prevent someone from just creating a container SWF that loads your SWF in, then just asks the embedded asset about itself? well, the thing is that embedded assets don't show up at all in a decompiler. The hacker would need to know that the asset exists, and there is no way to know that from a decompile. (or any other means really..) The actual [Emebed...] line only exists at compile time, once compiled all that is left...
user's latest post:
2-colored (bordered) text?
Published (2009-11-28 17:17:00)
Is a layer style something thats available in Flash CS3? All my google searches for layer styles point to photoshop tutorials. Is it something I have to do in photoshop and then import into flash? Or can I do it directlyin Flash? (Preferably programatically) EDIT: OOH wait a minute, I can apply filters directly to a TextField. That should do it I think. I think my autocomplete is screwy because it was telling me I couldnt set filters on a...
user's latest post:
Array problem
Published (2009-11-26 01:19:00)
I got a 8x8 grid, filled with random movie clips from 7 frames (they got no. 1 to 7). What am I trying to do (from last 3 days) ? When clicked on any movie clip get their neighbor movie clip type and if they are same disappear. This is taken from the first row. 3 2 1 7 2 6 6 6 here If i click the third clip which is 1, check both side compare it with current one and if it is not same do nothing else disappear. Here is the code i have done so...
user's latest post:
chimney smoke animation
Published (2009-11-26 03:57:00)
Alas, this would be so much easier if Flash had some proper way to make non-affine transformations. There's a very basic way to apply an uneven scaling in the authoring environment where only the top part of an object becomes wider, but it only works on shapes and not symbols. Frame by frame could work in that case. Here's a sorry example of what that could look like, but it might give you the idea (took way too long to make and it...
|
|
|
|
Latest active threads on ActionScript 3.0::
Started 1 day, 5 hours ago (2009-11-28 23:33:00)
by SumYungGai
My code is...
ActionScript Code:
var slidingTilesButtons: MovieClip = new MovieClip ( ) ; stage . addChild ( slidingTilesButtons ) ; var rootLevel: Number ; function createButtons ( ) { for ( var i: Number = 0 ; i < 4 ; i++ ) { for ( var j: Number = 0 ; j < 5 ; j++ ) { var STLB:SlidingTilesLevelButton = new ...
Started 1 day, 6 hours ago (2009-11-28 22:38:00)
by IqAndreas
Perhaps you accidentally scaled it, where the scale value would be around 1.5.
Or perhaps there are children you don't know about. Try seeing what numChildren returns.
Otherwise, it could be pretty much anything. Could you upload the FLA?
Started 2 days, 1 hour ago (2009-11-28 03:42:00)
by snowboardfoo
i tried extending GlowFilter class but i get error:
Error: Base class is final.
Started 1 day, 10 hours ago (2009-11-28 19:11:00)
by wvxvw
I'm not sure on maximum size of display object, 4080 would be the bitmapdata maximum size in FP10 though. I presume you need this for a computer with 2 monitors where each one of them is 30", right? As it is of today, the highest resolution in the industry is 3280x2048 (WQSXGA). But it is hard to imagine those will need Flash Player as their primary use is in science field.
Anyways, why don't ...
Started 2 days, 12 hours ago (2009-11-27 16:54:00)
by FizixMan
Well possibly if you want to scale it so that it becomes stretched and
warped...
Started 1 day, 12 hours ago (2009-11-28 17:05:00)
by Anogar
You can do it with layer styles. There's not a 'stroke' style, but a
DropShadowFilter with 1000% strength does the trick.
Started 1 day, 14 hours ago (2009-11-28 14:37:00)
by BeerOclock
Quote:
Originally Posted by OMG
I think I've made some fundamental error here...
I have a public variable a in class A, and I want to access it in class B, but I cant (access of possibly undefined property...)
what's wrong here?
now every time I want to refer to a variable in class A I need to pass the variable reference to class...
Started 1 day, 13 hours ago (2009-11-28 15:56:00)
by creatify
If you're talking about several stacked images that respond to the mouse position but move at different speeds, that referred to as parallax.
I'd google "flash tutorial parallax" - you should find some info on that.
Started 1 day, 14 hours ago (2009-11-28 15:09:00)
by 0L4F
I'd do this with a SharedObject , indeed a Flash cookie.
http://livedocs.adobe.com/flash/9.0/...redObject.h tml
|
|
Hot threads for last week on ActionScript 3.0::
Started 5 days, 1 hour ago (2009-11-25 04:14:00)
by Anogar
Pretty encouraging results with an obfuscated AS2 SWF. I think I can use that as a little mini processing server through LocalConnection and get decent results. I'll post about it when I have it working.
Started 6 days, 14 hours ago (2009-11-23 14:48:00)
by 0L4F
Hi geestring,
I was trying to read through you code but there are some things in it I can't wrap my head around. First one is this:
ActionScript Code:
addChild ( hold ) ; mcHolder. addChild ( hold ) ;
You do realize that hold is now a child of mcHolder only, and that the first line is redundant?
Then this:
ActionScript Code:
storage [ hold ] = new ...
Started 5 days, 18 hours ago (2009-11-24 10:53:00)
by jjdelv
So, I figured out how to stop the sound but not how to restart it from the same place. I put in the following code:
Code:
function stopSong(e:MouseEvent):void {
channel.stop();
}
Anyone got any ideas?
I was also wondering if anyone knew how to insert a timer so that people could skip to different parts of the track or simply figure out how long it is.
Is that included in ...
Started 1 week ago (2009-11-23 01:58:00)
by jase21
Code:
public var mouseIconClicked: Boolean;
public function onClickStartKeyControl( event:MouseEvent):void
{
mouseIconClicked = false; //=> keyboard icon is clicked
dispatchEvent( new NavigationEvent( NavigationEvent.START ) );
}
public function onClickStartMouseControl( event:MouseEvent):void
{
mouseIconClicked = true; //=> mouse icon is clicked
...
Started 3 days, 16 hours ago (2009-11-26 12:53:00)
by glosrfc
Two things:
1. Is the font embedded?
2. Is the textfield set for " Anti-alias for animation"?
Started 1 week, 2 days ago (2009-11-21 00:39:00)
by Shaedo
I get
ActionScript Code:
0 . 1 0 . 2 0 . 30000000000000004 0 . 4 0 . 5 0 . 6000000000000001 0 . 7000000000000001 0 . 8 0 . 9
but I see your point (I think)
EDIT and this
trace(1*.1*10);//1
trace(2*.1*10);//2
trace(3*.1*10);//3.0000000000000004
trace(4*.1*10);//4
trace(5*.1*10);//5
trace(6*.1*10);//6.000000000000001
trace(7*.1*10);//7.000000000000001
...
Started 5 days, 5 hours ago (2009-11-24 23:27:00)
by xFlashStudentx
The code I had was correct:
MovieClip(root.root).startClips();
I had some other code that threw this code off... how? I don't know that...but this is resolved...
Started 6 days, 19 hours ago (2009-11-23 09:37:00)
by ukl66
hundreds of them can be found here
http://activeden.net/searches?term=accordion&type= files
Started 5 days, 12 hours ago (2009-11-24 17:16:00)
by wvxvw
Change:
Code:
// left blank intentionally
to
ActionScript Code:
trace ( "Am I what you think I am?" ) ;
9 out of 10 you won't see this trace either.
Started 1 week ago (2009-11-22 13:25:00)
by jase21
did you import the necessary packages?
import fl.controls.*;
etc..
|
|