all groups > flash actionscript > july 2006 > threads for saturday july 29
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
detect mouse over a textfield and out...
Posted by julieta at 7/29/2006 9:41:39 PM
Hi, I am new to flash, and I wonder if someone could help me. I have a dynamic
text field on the stage. I want to be able to do the following: when the user
rolls over the text, the text changes its content, continuously displaying
different texts out of an array that I have populated with tex... more >>
detect if mouse is over a text and out
Posted by julieta at 7/29/2006 9:31:35 PM
Hi, I am new to flash, and I wonder if someone could help me. I have a dynamic
text field on the stage. I want to be able to do the following: when the user
rolls over the text, the text changes its content, continuously displaying
different texts out of an array that I have populated with tex... more >>
Publishing to Flash 8 / 6 differences?
Posted by NoamJ at 7/29/2006 8:28:44 PM
I have created a button that when pressed, moves a picture to the right in a
smooth slide (this is for browsing through thumbnails of pics). When published
to Flash 6 it works perfectly, but when publishing to Flash 8 it doesn't work.
I have to publish to 8 because I have FLVPlayback flash vid... more >>
Stage.rollOut ?
Posted by Fel_911 at 7/29/2006 8:18:48 PM
Hi!
I need to know when the mouse leave the stage. I can't put a invisible button
in front because all my other clips will be behind and "not effective".
Is there a command like I don't know "stage.rollOut" or ... you know what I
mean.
Any suggestion is welcome.
... more >>
Flash Movie Clip Variables
Posted by tecktalkcm0391 at 7/29/2006 7:53:20 PM
NOTE: This code is in a Movie Clip..
What I am trying to do is use FlashVars. I have HTML like this:
<param name="flashvars" value="high=62&low=2">
I want highNumber to be = to the value high from above and if its not there
highNumber to be =to 40, and the same thing for lowNumber. ... more >>
variables ---- n+1
Posted by mr.nazarko at 7/29/2006 7:36:51 PM
hello,
sorta new to variables,
so even the simplest problem seems complicated.
i have a external .swf i want to load into a new and higher level each time it
is closed and opened....
ive started out by decaring a global var at the begining of my script
_global.loadLev = 5
----... more >>
Really Confused
Posted by herchmer at 7/29/2006 4:25:15 PM
Ok, I am confused. First, this is not a problem when testing the movie in
authoring, but it does not work in a browser. Second, this used to work with no
problems at all both in authoring and in a browser ... now it doesn't.
I have a movie (we'll call it "main") that loads in an external swf... more >>
Sending email to php
Posted by NCSO at 7/29/2006 4:19:32 PM
The flash form has an input textbox for Name (var=t1), email (var=t2), phone
(var=t3) and finally comments (var=t4) * each input textbox has no instance name
The flash has (2) buttons "Reset" and "Submit" respectfully.
The reset button as the following code to clear the input textboxes:
on... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
THEORY
Posted by yarkehsiow at 7/29/2006 3:25:54 PM
hello,
i have a "master" movie which loads another .swf on frame 5. after that each
of the movies has a keyframe every 5 frames on the actions layer.
i have some script in each movie on each of the keyframes. it has become
fairly confusing to try to match them up and remember what is where.
... more >>
Reseting Movie
Posted by chrism59 at 7/29/2006 3:09:59 PM
Help PLEASE!!!
I am producing a display screen that displays information. The information is
loaded by attaching a movie (single line display) and then loading the data.
There can be 1 to ? of these attached movies. The number of entries in an Array
decides the total number. See Code:
... more >>
Key press and won't stop
Posted by mr-m at 7/29/2006 2:25:19 PM
I am writing a game where I want to use the key board to fire missiles. When
the f key is pressed it keeps firing missiles until another key is pressed.
Does the listener store the value of 70 for the f key and keeps thinking the
key is being pressed. I tried to only use the listener withou... more >>
how to detect the Collission for duplicated movieclps
Posted by ~aryan~| at 7/29/2006 4:19:40 AM
Hey guys .. i am back with set of query..till now .. key press movement a
rocket (mc) is moving left right up down in a defined stage area. and i am able
to generate some fire balls randomize falling from top. this is just i am
duplicating the movie clip(fireball_mc) .... now i want incase or ... more >>
Problem with RemoveMovieClip - code works in AS 1.0, not 2.0
Posted by karma-lab at 7/29/2006 4:10:31 AM
I have a fully functional Flash patch created with MX2004, Action Script 1.0.
I'm now reworking it with Flash 8, and compiling it for ActionScript 2.0.
I have a clip that is created like this:
_root.attachMovie("DynamicLoadScreen", "loadscreen_mc",
_root.getNextHighestDepth());
This ... more >>
How do you procedurally "get" an existing movieClip?
Posted by karma-lab at 7/29/2006 12:00:00 AM
Sorry for what's probably a stupid question. I know I've seen the syntax on how
to do this, I just can't find it at the moment!
What I mean is: I have a bunch of existing movieclips, on the timeline, named
things like mc_1_1, mc_1_2, mc_1_3, etc.
I want to procedurally hide all of them i... more >>
Setting A Background Image
Posted by Adam Deeley at 7/29/2006 12:00:00 AM
Hi wondered if anyone can help. I know you can set the stage background colour
in flash and the published movie will sit central on top of the background. I
want to set a pattern behind my published flash file. I dont want the scale of
this pattern to change when the window is resized or moved... more >>
game with layers
Posted by bedford1 at 7/29/2006 12:00:00 AM
Hi, I'm trying to develop a little game. It's a simple 3/4 view (top-down view
isometric) car game (quite classic I know). But what I'm looking for is how to
add different layers in my game. I mean when the car is under a tree, then the
car should disappear (now it runs over the tree), same wi... more >>
|