all groups > flash actionscript > february 2005 > threads for saturday february 5
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
Big time ActionScript question. (not for the faint of heart)
Posted by Mark Pusateri at 2/5/2005 10:10:30 PM
I'm working on a Radar that will dynamically place objects (spheres) at
different places inside a circle with a couple inner rings depending on
dates from a dB. We still have to iron out all the variables for placing
them but for now it's date. So let's say the center of the radar is today's
da... more >>
onEnterFrame<>stop()
Posted by Tom_R at 2/5/2005 9:08:48 PM
hello,
In a movieclip instance on frame 5 the following event code is added:
onClipEvent (enterFrame) {
_root.i+=1;
trace((_root.i+1)+" cur frame="+_root._currentframe);
}
The _root.i is just a counter initiated at frame 1 as ?0?.
On frame 5 main timeline a stop() statement is ... more >>
form basic
Posted by macca242424 at 2/5/2005 7:57:46 PM
hi i am using a flash form whats the quickest way to get it to send the info to an email address without using serverside,
can you give me the script i need for the btn etc
many thanks
Craig... more >>
LoadMovie: Loaded swf w/ sound not working
Posted by blacksheep at 2/5/2005 7:53:44 PM
Hello, I've spent 2 days combing thousands of threads and after several
million attempts, I'm stuck on this. I have simple play-stop button loop
player, loading into my main movie. The player movie loads fine on its own,
however loaded into the movie in an MC the buttons aren't functional. ... more >>
Randomly pick from variable without duplicates
Posted by MQuinn7 at 2/5/2005 7:19:49 PM
I have four check box functions that I want to position randomly based on four
"y" coordinates. I can get them to move, however I can not keep them from
overlapping, or rather, have the same "y" coordinate.
//Checkbox Random Postioning
Object(ycords=['150', '180', '210', '240']);
aCo... more >>
Adding and Controlling Music on the Fly
Posted by darrylm at 2/5/2005 6:31:11 PM
I am a Flash newbie, and I'm trying to create a simple jukebox-like MP3 player
that will load an MP3 on the fly and control its playback , including the start
time.
I began by placing this script in my first frame, which initializes the "song"
sound object and stops the movie from looping... more >>
loading jpgs in clips
Posted by FloodH at 2/5/2005 6:17:04 PM
Hi, I can't use the new MovieClipLoader class but I want to (I'm using
MX old version of Flash) know if 6 jpg images have finished loading.
So I've six movieclips (m0.inner, m1.inner, m2.inner,...) loading six
different jpgs. To verify if they have completely downloaded is it right
to do th... more >>
Creating simple drop down menu
Posted by garydg at 2/5/2005 3:56:15 PM
I just would like the basics of creating a drop down menu. For instance, If I
were to have Names = new Array('George', 'Mary','Frank') I would like to have
a menu where you would select one of these names then click on a button like
'select' to select the name from the menu. I know it can't... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How can I target random frames in a movie clip?
Posted by Spindrift at 2/5/2005 2:50:43 PM
Hi there, Thanks for checking my post out... In my Flash MX movie I have a
movie clip with 5 frames with a stop action in the first. Each frame (including
the first with the stop action) has a movie clip with a different dynamically
loaded JPG background image. What actions would I have to ... more >>
listening and positioning
Posted by ahsoul at 2/5/2005 2:17:49 PM
This is my script for loading photos dynamically into a gallery. Everything is
working fine except for re-positioning the photos into the centre of the
screen. I have a listener to check if the photo is loaded which seems to be
working from the trace and the fact that the fade is kicking in af... more >>
Linking to exe files +
Posted by Shane Jenkins at 2/5/2005 1:58:14 PM
Can you create a button in flash that opens or links to an .exe file, and I
need a really good source to learn how to pull information into flash from a
text document. Step by step run down would be good.
Shane
... more >>
buttons visible property
Posted by addgel at 2/5/2005 12:28:51 PM
iam using a main movie in that iam calling an external swf, in the main movie
there is button i made it invisibel through setProperty, my problem is that
what code i should write in the external swf to detect that the button is
visible or not in the main movie.
... more >>
Data Passing between twoswf 's in different HTML pages
Posted by Sudipto at 2/5/2005 11:11:29 AM
hello
can u help me telling the way How can we pass data between two HTML pages
with swf in them
I want the data passed from one swf to be read and responded accordingly by
another swf. where bot swf's are in two seperate HLML pages.
Please Help
... more >>
Can more than two swfs talk to one another using "Local Connection?
Posted by Duk Lee at 2/5/2005 10:40:31 AM
Can more than two swfs talk to one another using "Local Connection? If yes,
will there be performance issue with doing that?
Any help will be greatly appreciated.
Thanks.
... more >>
alpha setting changes "automatically"
Posted by Tom_R at 2/5/2005 10:36:07 AM
Hello,
I create a movieClip on frame 1, layer 2 named " myClip". I expand the
timeline by inserting 9 new keyframes getting automatically copies of frame 1
content.
Next I use actionscript, layer 1 frame 1, to set alpha of movieClip to 50%. I
would expect it to be valid for the whole tim... more >>
Actionscript arrays
Posted by DonJuanDon at 2/5/2005 10:15:43 AM
Hi,
I am having some problems deleting values from the middle of an array. When I
use the delete arrayName method, it leaves an undeefined value in the array.
When I use splice function, I seem to get some odd characteristics. I want the
splice to only delete one value but it seems not to... more >>
Looking for an online ActionScript book for absolute beginer.
Posted by Power_Surge at 2/5/2005 7:59:29 AM
I want to learn ActionScript. Can yuo recommend a good online book for a begginer like me (preferably in pdf format and with latest flash mx version)?
Thanky you.... more >>
More Kindergarten Apps Continued
Posted by Putter66 at 2/5/2005 7:21:58 AM
Hey,
I have been getting better on these apps :)
I am trying to do one where the kids have many colored circles on the left and
two boxes on the right with a big circle in the bottom and a validate button.
Once they drag and drop a colored circle to the square, the square changes
colo... more >>
target movie Clip
Posted by SugnaShane at 2/5/2005 5:11:52 AM
I have button on frame 1 layer 1
I have a MC called move frame 1 layer 2
I have a MC called out on frame 1 layer 3
I can't get the button action to go to the frame labels. Here's my code:
on (rollOver){
_root.move.gotoAndPlay("start");
}
on (rollOut){
_root.out.gotoAndPlay("en... more >>
how to rotate the dyanamic text which contains external text
Posted by zeenu at 2/5/2005 5:00:56 AM
i m facing problem while rotataing the dynamic text which contains externally callig the html text.. pls give alternate solution...... more >>
Random Positions
Posted by daliangelo at 2/5/2005 3:28:14 AM
I am trying to make 20 different movie clips appear on the stage in random
positions within a certain constraint. This is the code I was trying to use:
_root.onEnterFrame = function() { myRandomX = random(290); myRandomY =
random(332); germany1_mc._x = myRandomX; germany1_mc._y = myRando... more >>
Random Visibilty
Posted by MQuinn7 at 2/5/2005 3:03:18 AM
I am trying to get an actionscript to randomly select which content is visibly
(A, B, or C). However it always selects "C". What am i doing wrong?
var p = random(30);
if (p=0) {
Template_QuestionA._visible = true;
Template_QuestionA._visible = false;
Template_QuestionA._visi... more >>
which way to free memory?
Posted by logosfabula at 2/5/2005 1:45:53 AM
:sun;Hello!:sun;
I'm using AS2, planning to output my work through flash player 7:
delete myReference
is the same as
myReference = null
?
Thank you in advance,
Anton
... more >>
Local XMLSockets
Posted by knucklenutz at 2/5/2005 12:28:29 AM
Hi all, I am new to the XMLSocket world and I am sorry if this sounds
remedial. I am trying to establish an XMLSocket connection locally on a single
machine so that I can have potential programs written in PERL or C/C++
communicate with a standalone Flash EXE via the XMLSocket. I have done ... more >>
|