all groups > flash actionscript > december 2004 > threads for sunday december 19
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
Marry Go Round
Posted by ProteusZX at 12/19/2004 11:13:26 PM
If you go to this website http://www.square-enix.co.jp/dvd/ff7ac/
and go to the characters section you will see that they have something similar
to a marry go round. I have tried doing this with tweens but the problem is you
cant swap depth of symbols that are in different timelines. As many ... more >>
Math.round ?
Posted by Devistator at 12/19/2004 8:19:52 PM
Hi,
I have 3 text boxes one called 'total' the second 'shots' and the last 'ac' I want the 'ac' text box to divide whatever is in the 'total' box by whatever is in the 'shots' box.
Thanks.
... more >>
External Movie Linking
Posted by Pyromancer at 12/19/2004 7:00:33 PM
Suppose I have a flash movie with a movie clip inside. When I click the movie
clip, I would like to load another movie of a different size in the same flash
player. So, the size of the flash player has to change. I'm having problems
with the actionscripting for this. Thanks a lot.
... more >>
Can I have some help? Plaese.
Posted by Devistator at 12/19/2004 6:02:36 PM
Hi, Surprisingly enough i have a problem. Right, when the movie clip 'bullets'
hits the movie clip 'wall' I want the Movie clip 'hole' to appear were the
movie clip 'bullets' just was. How do I go about this? Any tutorials / Code
will be greatly appreciated. Thanks for your time.
... more >>
switch/case
Posted by Mike7222 at 12/19/2004 5:29:21 PM
Hi,
I was wondering if there is a way to execute each piece of code based on the
case being true in multiple cases. See the code to see what I mean:
var1 = true;
var2 = true;
var3 = false;
switch (true) {
case var1 :
trace ("Execute code that corresponds to var1 being true"... more >>
autosize text but maintain single line
Posted by bluesubs at 12/19/2004 5:21:33 PM
I have an input textField (A) which = a dynamic textField (B).
The textField (B) is set to autosize, and is single line.
Problem is if someone press Enter, the textField (B) becomes double lined. How
can I have autosize but in single line?
(Basically, textField (B) ignors Enter strings.)
... more >>
Making targets in actionscript
Posted by filmore at 12/19/2004 5:18:26 PM
I'm working on a project in Flash MX and I would like if anyone would show me
how to make random targets to shoot at in a space ship
game.mickey10010@hotmail.com or reply to this message. :confused; :cool;
... more >>
is there a way to check to see when a movie clips animation completes?
Posted by prislt15 at 12/19/2004 5:11:26 PM
I'm making a flash game(first flash project), and I currently have a 5 frame
movie clip which is a blood splat. I attach the splat to the enemy when he
gets shot.
Now I need to remove the splat and enemy after the blood splat completes.
Rather than remove them, I think it would be easier... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Looping through an array!
Posted by evanton at 12/19/2004 3:47:14 PM
Dear All
I am a VB programmer and would find the following easy to solve in that
programming environment but I am new to Actionscript, but how would I amend
the following code to allow me to create an array and pass a frame number
into a function that loops through the array to see if the f... more >>
Learning interactions
Posted by Mr.ACME at 12/19/2004 2:20:06 PM
Hi, I have problems solving the following problem: I need to assign variables
like that: Result1 = 'Antwort1: '+SessionArray[0].student_response; Result2 =
'Antwort2: '+SessionArray[1].student_response; etc... Because I have result1
to result 120 it would be nice to have a loop, which doe... more >>
setInterval and Input Text
Posted by penciline at 12/19/2004 11:07:39 AM
Dear Users: I have the following code: Scene 1 Actions for Frame 1
var myVar:Number; myVar=0; gotoAndStop(2);
_root.myLap=function(){ myVar+=1; if(myVar>20){
myVar=0; } if(myVar==0){ myVar+=1; }... more >>
Random appear and disappear please
Posted by a little ant at 12/19/2004 9:11:01 AM
Hi, I have 9 colored graphics on my stage in a movie clip which has 9 layers.(
Each has it's own timeline.) I have each one appearing and disappearing over 18
keyframes from 0 alpha to 100 and then back to 0. To get them to appear more
random and independent from each other i have moved each... more >>
Countdown w/Preloader.... Infinity annoyance...
Posted by B at 12/19/2004 8:50:16 AM
I'm preloading an external swf into an empty movie clip. When testing the
preloader, the word infinity shows up in the dynamic text box anywhere from
2-10 seconds before it actually displays the countdown. So in essence it says
'Infinity left until curtain' before displaying the actual seco... more >>
livepreview with actionscript 2.0
Posted by jaminto at 12/19/2004 7:31:02 AM
So the live preview capabilities in mx 2004 with actionscript 2.0 are a million
times easier than flash 6. However, i'd like to find out the way to determine
whether or not the code is being executed in in the IDE in live preview or in
the compiled flash. Anyone know? The problem is that co... more >>
Preloader for loading a JPG into a MovieClip?
Posted by Eric_Pena at 12/19/2004 2:13:19 AM
Hello! I?m working on a picture gallery, the problem is that my target audience
is on a speed of 56k or below. I want create a preloader for loading the images
into my MovieClip, but I have no idea of how I should do this. I know how to
make a regular preloader... but not this kind of preloade... more >>
|