all groups > flash actionscript > july 2005 > threads for sunday july 31
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
i dont under stand
Posted by Pitchsole at 7/31/2005 11:20:59 PM
ok, i see al of these people making game's.
awsome cool thing with roll over,
and its all made with A S,
(action Script)
now i know nothing about it,
i tried to make a cannon game,
and i need to know A S,
and ive seen what everyhitng is, i just dont know how to put them togeather
etc... more >>
Dynamically load multiple external images randomly
Posted by FMaree at 7/31/2005 9:00:28 PM
Ok guys. I'm a bit stuck and hope someone can help me.
I am building a small flash animation for a client that will be used as a
header for his website. He's a photographer and would like to show 3 random
photos that he took there. The images are all 160 x 120 and in jpg format. I
will als... more >>
Need actionscript help!
Posted by Snowsk8ranim8r at 7/31/2005 8:53:49 PM
Ok:Q
I need help with some actionscript. I am making a snowskating game, and I need
some basic actionscript, because I don't know anything about flash actionscript.
OK. I need the code for solid ground, so the snowskater can go downhill till
the end of the level
I also need the cod... more >>
A bug in dynamic text?
Posted by Richard Ragon at 7/31/2005 8:42:54 PM
Ok, I'm having the damnedest time with dynamic text fields..
In fact, I'm building an application, and I'm having odd to downright
wacky results.
I've create a complete fla/swf example for those of you that want to
investigate.
In my example, I have two MovieClips side by side, with two... more >>
Quick question about getting frame info
Posted by disrupt at 7/31/2005 7:27:40 PM
Hi all - I'm sure there must be an easy way of doing this but I can't seem to
find it in my help. I'm using MX2004 and I want to get the current frame of the
movieclip in the form of a number something like:
if ( somevariable > this.moveclip.framenumber() ) {
do_stuff();
}
the mo... more >>
Getting node value by XmlConnector
Posted by zaak79 at 7/31/2005 12:39:13 PM
HI all,
I am searching how to get the value of xml node to do manipulation on them. I
search many sites and still not succeeded. I tried the following:
XmlConnector.URL="data/trips.xml"
XmlConnector.trigger();
trace(XmlConnector.results.firstChild.childNodes[0].firstChild.nodeValue... more >>
Persian or Arabic Font problem
Posted by AhmadiMohammad at 7/31/2005 11:57:05 AM
Hi Dear Sir/Madam?
I really need an emergency help? I have a .swf file that loads variables from
an external .txt file and show them. My data in external file is PERSIAN (Farsi
or arabic) and I only can show them by using ARIAL FONT and with every other
font they are the same, or not showe... more >>
Loading movie from movieclip
Posted by nsbrown at 7/31/2005 11:06:52 AM
I need help with loading a movie from within another movie can anyone get this
loadMovieFile to work??
_level0.btnLoad.onRelease = function(){
_level0.mcEmptyClip01.attachMovie('movMovie01', 'mcMovie01', 0);
};
_level0.mcEmptyClip01.mcMovie01.btn01.onRelease = function(){
_level0... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Dynamic Text Scrolling Problem
Posted by zabiela at 7/31/2005 7:17:10 AM
Hi,
Im having trouble with the scrolling of my dynamic text field in any version
of flash player before version 6. I am not using a scroll bar component, i have
manually created two movie clips that are controlling the scroll. Here is the
code that is attached to them:
on (press) {
... more >>
SOME BODY HELP ME IN LEARNING FLASH
Posted by sonu at 7/31/2005 6:05:29 AM
SOME BODY HELP ME IN LEARNING FLASH
WALIAGAURAV--AT-GMAIL-DOT-COM
WALIAGAURAV@GMAIL.COM
... more >>
PLEASE I NEED HELP WITH HITTEST!!!!!!!!!
Posted by addicted ta mx at 7/31/2005 12:00:00 AM
Hello my fellow flash users, lol ----
Hears the deal ppl, i am making a game where i fly a UFO/spaceship. I have
applied velocity and gravity, i can fire missles, machine gun and a laser, and
i have a health bar and everything. I have currently got a long rectangle
positioned horizontaly a... more >>
Resizing Images
Posted by dr_roxxor at 7/31/2005 12:00:00 AM
How would one go about resizing images so that they would have a maximum size.
For example, if I have a 400 x 400 box where I am displaying them, and I have
an image that is 500 x 400, how would I scale that image so that it would fit
in the box. Alternatively, if I had an image that was 400 x... more >>
scripting back button
Posted by threedee-er at 7/31/2005 12:00:00 AM
Hi All.
Here's my script...that's not working. I've got a 3d rotation of a car coming
in from maya The car is a quicktime movie placed on timline. There should be
a forward and back button. If the flash movie is at frame 1, and a user clicks
the back button, i'd like the movie to actua... more >>
HELP PLEASE!!!!!!!!!
Posted by addicted ta mx at 7/31/2005 12:00:00 AM
OK, i'v gotten some help on this forum with diff. aspects of this game, now, i
need some more, lmao ===
here we go....................i have a mc with an instance name of "healthbar"
and i have also given' it a linkage name of "healthbar". Inside this healthbar
mc i have a rectangle with a g... more >>
Simple Quick Question that needs answerin'
Posted by addicted ta mx at 7/31/2005 12:00:00 AM
WASSUP PPL,
I need to know (if possible) can you can get a dynamic text box to display infomation(a number) when a certain frame is played??? if so, HOW??? thanx in advance........... ... more >>
communicating between swfs
Posted by pantocrator at 7/31/2005 12:00:00 AM
Hello, I have a question:
I have a swf-movie ("website-5.swf"). In the third frame of that movie, I
want to open a different swf ("silence.swf") using:
on (release) {
loadMovieNum("Silence.swf", 0);
}
Now the problem is, how do I get a direct link back to the 3rd frame of
"we... more >>
Reset global variable
Posted by rhouck at 7/31/2005 12:00:00 AM
If I have a global variable varible equal to a specific number (10). And when I
press the button to go to the next set of numbers, I need to rest the global
variable back to 10.
Is there syntax that I can use to reset?
Ruth
... more >>
How to Refer to Movie Clip Within Button
Posted by unicorn at 7/31/2005 12:00:00 AM
I have created a movie clip with two frames, labelled green and blue. I have
placed this movie clip as the background of a button. On RollOut, I want to
gotoandstop("green") to change the button background to green. However, I can't
seem to figure out how to refer to the movie clip. The movie ... more >>
|