all groups > flash actionscript > january 2005 > threads for sunday january 2
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 31
"3D" rotation around the X-axis
Posted by highlander_1 at 1/2/2005 10:33:08 PM
I have myMovie.swf. with myParentMovieClip (rectangel 76px * 76px) and
myChildMovieClip.
MyChildMovieClip is a 10 frames animation (a loop with 10 different pictures -
76px * 76px)
Now I want spin that rectangel myParentmovieClip ( 76px * 76px ) around its
own x-axis
(90 degrees in z... more >>
having a bit of trouble
Posted by TJMonster51 at 1/2/2005 9:26:30 PM
can some one help me optimize this. it works but not real well.
stop();
attachMovie("harpoles", "harpoles", 100);
harpoles._x = 440;
harpoles._y = 95;
harpoles.onRelease = function() {
attachMovie("harclp", "harclp", 125);
harclp._x = 72;
harclp._y = 120;
attachMovie("hartext... more >>
Can't use FlashVars or SetVariable with Slides
Posted by Seventree at 1/2/2005 9:15:53 PM
I am trying to communicate runtime values to a Flash MX 2004 Slide
Presentation. Neither the FlashVars param nor the SetVariable javascript
command seems to have any effect. I have set up very simple Flash examples
using both these techniques, trying each with a standard Flash document and
... more >>
search
Posted by chinese_democracy at 1/2/2005 8:10:10 PM
is it possibleto create a search form that searches a flash site if so could someone post a link to a tutorial or tell me how to do it thanks... more >>
PrintJob causes CPU hang
Posted by funkykeys at 1/2/2005 7:02:06 PM
Hi, I'm getting CPU hangs w/ that dreaded 'A script is causing the Flash
player to run slowly...' error when trying to print. In a nutshell, I'm
allowing the user to print a history of stock transactions from a stock market
game. Here's a sample string, which as you can see isn't extremely ... more >>
Form Processing
Posted by IMDaNuBe at 1/2/2005 7:00:37 PM
Hello Forums: I have been working on a form recently, and need a nice and easy
form processing script (Preferrably PHP based). I'm having a hard time trying
to find such a script. Any advices? Thanks!
... more >>
animation from AS
Posted by d3ntaku at 1/2/2005 6:24:59 PM
hiya -
simple question: I want to create an animation from actionscript, for example
moving an item across the screen. however, all that seems to happen is the item
jumps to the end of the anim.
Is there somehting like a "refreshScreen" function to paint in the middle of
an AS loop? Or... more >>
x=[1,2,3,4,5];y=x;y.push(6);trace(x)
Posted by NSurveyor at 1/2/2005 6:17:24 PM
I was playing with Keys and I came across this:
x=[1,2,3,4,5];
y=x;
y.push(6);
trace(x);//Outputs: 1,2,3,4,5,6
Why is the value of x changing when I am adding to the value of y? I believe
this is like other programming languages where y is "pointing" to x, so
changing it's value chan... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Can't rebinding xmlconnector, dataset, and datagrid to different data source
Posted by Ken Fine at 1/2/2005 4:46:20 PM
I have a very large dataset that I'm trying to break into managable chunks,
since Flash begins to complain if you try to load in too much XML at once.
In an effort to head off problems, I'm breaking the XML up by year. The XML
goes into an XMLConnector component, which is then passed to a DataS... more >>
easy way to load 200+ mp3 files and apply linkage?
Posted by Spam!? at 1/2/2005 3:15:12 PM
Hi just wondering if there is a less manual way of loading around 200 MP3 files into my SWF library and setting each one up with a "linkage" id for actionscripting them...?... more >>
check exist of clip in library programatically?
Posted by Spam!? at 1/2/2005 2:58:49 PM
just wondering if its possible to do something like:
if (clipExists('idname'+i)) {
my_sound.attachSound('idname'+i);
my_sound.start();
}... more >>
actionscript help please
Posted by chinese_democracy at 1/2/2005 2:04:17 PM
i am creating a game and would like to know how to make it so when the character goes of the flash screen it comes back on the opposite side? thanks for looking ... more >>
Preloading External Images
Posted by hackysack at 1/2/2005 12:24:40 PM
Im busy making a photo gallery and need to try and preload each image, im not at sure how to do this.
Thanks... more >>
Preloader
Posted by steveo23 at 1/2/2005 3:35:09 AM
Okay what do you guys do in a preloader situation? Is it better you make a
simple swf. with a preloader and using the UI Component 'Loader' and making it
load from that file OR to do the preloader at frame '1' of you flash file?
Now I have a question that goes along with this. If you choose ... more >>
Audio Playback Controls
Posted by Tabbeby at 1/2/2005 3:16:46 AM
Is there a way to make 'Chapters' in an audio file. I have a long audio file and I was tring to find a way to click on a link and have it take me to a certain 'spot' in the file. Its a mp3 file.... more >>
|