all groups > flash actionscript > september 2007 > threads for sunday september 23
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Convert text to capitals before inserting into a dynamic text field
Posted by PKENGLISH at 9/23/2007 8:14:47 PM
I am trying to load the titles of blog posts into buttons but before doing so i would like to convert the text to all capitols... is there a way to do this within flash? Thanks!... more >>
AS3: some times yes and others not
Posted by eze_diablo at 9/23/2007 7:51:16 PM
Hi everybody, my question is:
i have 3 clips and i get move it with script code, i´m using Tween class and
Timer class, but, when i run the aplication sometimes work fine and othes not
do that.
for example:
clip____n. execute___work
clip1.............1...................yes
clip... more >>
AS3: Event.SOUND_COMPLETE event not firing
Posted by dubya at 9/23/2007 6:28:24 PM
hey everyone
have a look at the attached code. its not very complex but for some reason i
can't get the onPlaybackComplete method to fire. any ideas why? SoundClick is
an mp3 in the library set to export as an extension of the Sound class. it
plays fine, so presumably extending Sound and a... more >>
Dynamic Carousel Animation
Posted by fanmap81 at 9/23/2007 5:14:44 PM
http://www.flashden.net/item/3d-rotating-clickable-menu-carousel/490
Using the above link, can anyone tell me how i can go about creating such an
animation using dynamic movie clips that are loaded from the library at
runtime? my movie clips are named mc1,mc2,mc3,mc4, and mc5. Any and all... more >>
Saving to Array and pulling out
Posted by maureen27 at 9/23/2007 4:22:11 PM
Need some help. Trying to learn.
I have sections with questions and answers which I can get.
But, I need to save each section into new array and tally all the final scores.
The screen will show the section score of current section that was just
completed
and the final score.
I know t... more >>
A way for beginners to learn?
Posted by FireFreek at 9/23/2007 2:04:25 PM
Well, i dont have any programming history, unless you count calculator programming. So I wish to learn AS3, but it's hard to start. Does anyone have any tips on how to get me started?... more >>
help in getter and setter
Posted by dhina.techno at 9/23/2007 5:47:52 AM
Hi,
I am a newbie in actionscript 3.0. I just created a property and the code goes
like this..
private var _lastname:String;
private var _firstname:String;
// create a "lastname" property
public function get lastname():String {
return this._lastname;
}
public function set lastn... more >>
Is that a good scripting practice?
Posted by mlsmet at 9/23/2007 12:00:00 AM
When I have to work with ActionScript 1, I still use prototypes.
But a friend of mine prefers using another method (see example below).
It looks like classes (sort of). It works fine but is it a good scripting
practice? Better than using prototypes with AS1?
clip1.fadeMe = function(out, sp... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Deactivate buttons in an embedded movie
Posted by nickbcn at 9/23/2007 12:00:00 AM
Hi
I have an embedded movie (EM) visible within the main movie (MM).
I want all the buttons (actually mc's) in the embedded movie (EM) to be
inactive until button (MORE) is released in the main movie (MM).
I'm a print designer and not a web designer to keep it simple... haha
Any help appre... more >>
putting swf movies into a flash website
Posted by Lex Webb at 9/23/2007 12:00:00 AM
i am designing my flash website and i was wondering if the was a script that would let me play another swf inside this one, i want it to be able to be positioned.... more >>
|