all groups > flash actionscript > april 2007 > threads for friday april 20
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
If statements and mc
Posted by Peter Hahmann at 4/20/2007 10:21:55 PM
Im having a problema with the if statement, ive got some help but the problem
remains
ive 2 buttons inside a mc, eche of them has a variable (bt="1", bt="2", ...).
When releasing the button _root goes to the second frame of the main timeline
and there ive put the following code:
stop()... more >>
Need help with game
Posted by evil_muffin_man at 4/20/2007 7:52:23 PM
Since this project creates multiple questions, I am putting them all into this
thread.
Number 1: On the main storyline, I have a clip for the level. The level
ccontains clips for the walls. How do I access the data from these walls (like
x, y, width, hight) with coordinates in relation to ... more >>
after playing flv jump back to frame 1
Posted by firewireflow at 4/20/2007 7:06:11 PM
hey
i'm not a frequent flash user ... so its driving me crazy ... i have a
startscreen on frame with a button that jumps to frame 2. on frame 2 is a flv
vid ... and now i want that after the flv vid reached its end its jumping back
to frame 1 ... i did a lot of reasearch on the net and ca... more >>
PLEASE HELP--gotoandPlay plays through frames I dont want it to.
Posted by Goy972 NO[at]SPAM aol.com at 4/20/2007 6:36:46 PM
Hello--I am an architecture student and I am having problems with my Flash
website. I have uploaded my half-done website on
http://ilocker.bsu.edu/users/msgoyak/WORLD_SHARED/
My animations end on frame 311, where I have five buttons linking to different
frames (The Resume button links to ... more >>
swapping values of two vars
Posted by Vee at 4/20/2007 6:08:25 PM
is it possbile to simutaneously swap two values of vars
ex:
var me:Number=1;
var you:Number=0;
_root.me.swap[you]
trace('me: '+me+'\n'+'you: +you);
/*result:
me: 0
you: 1
*/
Is this possible... im guessing its just this easy.
... more >>
filereference.browse
Posted by haixor at 4/20/2007 5:53:01 PM
hey, please if someone can help me, i'm trying to build a full function music
player, the problem is that i can't make a usefull open button. I have try whit
the filereference.browse() function but is not enought, I can see the file size
nad name, but I can not load the file. For example I can... more >>
combo box compnonent
Posted by dazzclub at 4/20/2007 3:38:14 PM
Hi guys and girls
I have a drop down men on my contact form and its the combo box that is
already been built, my question is how can i get the data that the user will
select to appear in my email.
i can do it with with textfields, where by you make both the variable names
the same , bu... more >>
load a movie on top of current one
Posted by Germ77 at 4/20/2007 2:31:11 PM
I am trying to load a movie clip on top of the current movie I have playing, I
want it to stay in the same window and not open a new browser window or
anything. It does not need to be moveable at all, I am just not sure how to
load it and to get it to display how I want.
All the tutorials ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How do I REMOVE "setRGB" once it's been applied?
Posted by BrettArchibald at 4/20/2007 1:36:15 PM
OK, so if I've set the color of a movie clip to change via AS on a button
press, like so:
var my_color:Color = new Color(my_mc);
my_color.setRGB(0xFF0000);
How do I then get it to revert back to its original state when I press another
button?
The Flash Help files didn't take me p... more >>
Need help, or a tutorial for this
Posted by Clandestinex337 at 4/20/2007 6:18:58 AM
How can I create something along the lines of what this site has at the top.
Where it scrolls with news updates. I will need it to get its information from
a SQL express database.
http://www.mangosteencalendar.com/
Anyone know of a tutorial or how I can make this?
Thank you
... more >>
Pause
Posted by Shanthi.AL at 4/20/2007 6:16:41 AM
Hi ,
I am developing a game... In that i want to pause the entaire movie if the
user press the pause button.....
but i dont know how to controll all the movieclips at a time.......
thanks,
shanthi
... more >>
Determining width of loaded clip
Posted by brrayne at 4/20/2007 4:31:24 AM
Hi all,
Is there a way I can get and set the width and height of a loaded movie clip?
I have created an empty movie, and then loaded a small swf file into the empty
movie with loadClip. I now want to determine the width and height of this
loaded clip, and scale it to the size of my movie dim... more >>
AS 3.0 vs AS 2.0
Posted by eirkeirkeirk at 4/20/2007 3:55:26 AM
One of the biggest advantages of AS 3.0 is that it executes MUCH faster than AS
2.0. But does anyone know how that translates into rendering visual effects? Is
there any benefit at all? A site I just put together has some scripted effects
that combine a lot of different simple animations (mult... more >>
Text Box and Image
Posted by IreDevil at 4/20/2007 3:33:13 AM
Hi everyone here,
I'm really sorry to trouble all of you here once again.
I have a question here.
Is it possible to show an image on the stage when the user has typed in
certain words in the input textbox field?
I need this for the quiz, when students entered an answer, the 'correct' o... more >>
attaching an embedded movie clip to an empty one
Posted by mmesarina at 4/20/2007 1:20:10 AM
HI,
I am new to Flash and would like some help about the following. A have an
embeded movie clip in my library that i want to attach to an empty movie clip I
am creating with ActionScript. I want to fix the size of the empty movie clip,
that I will use as a container to for my embedded mov... more >>
Making an Object method
Posted by evil_muffin_man at 4/20/2007 12:39:38 AM
I've tried all sorts of things, but I cannot define a methods for an object. How is it done?... more >>
|