all groups > flash actionscript > july 2004 > threads for saturday july 10
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
Creating a Search Window and Message Board
Posted by canada_curtis at 7/10/2004 11:28:30 PM
Hey All,
Do any of you have any ideas of how to create a little search window at
the top so when you type something in, it searches in flash? And, is there any
good 3rd Party message boards out there than you can add to your site for free?
Thanks, let me know if any of you have any ... more >>
Specific actionscript question:
Posted by suicidePills at 7/10/2004 11:13:57 PM
I am passing a string such as "movieclip" to the following function:
onClipEvent(load){
function loadContent(section){
loadMovie("movie/"+this[variable]+".swf",this,"GET")
}
}
The function is called with the following actionscript from a button:
on(press){
_root.movieClipW... more >>
create a function with a tween??
Posted by j_r_auden at 7/10/2004 11:01:27 PM
I am a C++/Java programmer, currently trying to design a website using flash.
What I am trying to do is probably simple, but I am not sure how to go about
doing it.
Let's say I have a text string that looks like its flying onto the screen,
basically it is going from a font size of 90 to... more >>
Is there any function like sleep in AScript?
Posted by Pong The Greek at 7/10/2004 9:44:40 PM
Hi,
I would like at some points to freeze the script for a couple of seconds. If
you are familiar with QBasic you would be aware of the SLEEP function. So, if
you want the script to freeze for a second you write sleep(1) and that's it.
Is there something quick like that in action script th... more >>
Roll Over Problems
Posted by Jake Lyman at 7/10/2004 9:27:29 PM
Hello All,
I'm stumped on something. I have a button with the code below attached to it.
The visTab_mc that it refers to is a movie clip of a typical tab that you'd
find on a manilla file folder. When the person rolls over this button, I'm
having the manilla tab fade in. If the user ro... more >>
A noobie Q about mouse controled picture moving.
Posted by Big_Gulp at 7/10/2004 8:48:34 PM
Below is the code I use to move a picture Movie Clip and the code works fine.
If my mouse is on the right half of my stage, the picture will move to the left
and vise versa.
But my problem is that the movie clip will keep going outside of my stage. Is
there anyway to control it so that... more >>
Button question
Posted by digital586 NO[at]SPAM hotmail.com at 7/10/2004 8:03:36 PM
On the page http://www.brucelacy.com/2002/flash.html there is an enter
button on the bottom right of the page. When the button is pushed it
is going to a url that does not exist. How/where is the code for this
button so that i can point it at the correct url? Is it possible to
decompile the flas... more >>
selecting objects: wrong order evaluation
Posted by xyz123 at 7/10/2004 7:48:11 PM
Hello,
In the attached file (remove .txt extension) I run a test file for the concept
of managing hits of objects on the stage. The management idea seems to run ok.
But the selection of the objects p1, p2, p3 seems to get evaluated the other
way around: the lowest depth/level object, showi... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Help with Multi Dimesional Array
Posted by joegraphic at 7/10/2004 7:40:36 PM
Can anyone tell me why the variable "_root.just_checking" is not outputing text
from the multidimensional array?
I was thinking it might be that
for(var i=0;i<30;i++){
//split a "~" delimited string like (id~number~name~)
Records_list_array = Records_list.split("~... more >>
Specifying MCs through variables
Posted by suicidePills at 7/10/2004 5:48:05 PM
I am having trouble with this one. I would like to use a variable to specify
which MC I want to control.
Example:
//VariableMC is a var that contains the name of one of 4 MCs; mc1, mc2, mc3,
or mc4.
//In the previous frame, I randomly select which of the afformentioned MCs
will pl... more >>
MOTION USING ACTIONSCRIPT
Posted by William... at 7/10/2004 5:16:12 PM
Hi you all.
I intend to begin creating more interactive motion sequences and animations
using actionscript mainly. Where can I get a tutorial on this (using to perform
motion)>
Thanks in anticipation.
Big Will...
... more >>
duplicateMovieClip problem
Posted by JasBU at 7/10/2004 5:00:39 PM
Hi everyone,
Does anybody know if there is a way to nest duplicated movie clips? For
example, if I have a MC called parentClip and then inside of that clip I have
one called childClip, is there a way to duplicate childClip so that the new
symbol is a child of parentClip?
Thanks,
Jas... more >>
Extending Standard Components
Posted by wadearnold at 7/10/2004 4:58:44 PM
I am in the process of trying to extend some of the standard UI Components that
ship with Flash MX 2004 Pro. Such as Button, TextArea, MenuBar, and Loader.
This has become more of a task than I ever could have imagened. Below I have
attached the process that I have been in order try and just e... more >>
looping clip
Posted by confusedAgain at 7/10/2004 3:02:42 PM
Hi, I have a movie clip with a certain clip event. When this clip event
occurs, another mc which is offstage and has a short animation moves to the
stage. I did this using setProperty I would like the animation to play just
once after it is moved instead of looping. Does anyone know if... more >>
manupilating dynamic text
Posted by dotbin at 7/10/2004 2:56:44 PM
Ok, first of all, hi to all !
Second: help!
I'm working on a typing board that allow users to enter combinations that can
be found on the website. Now it's not exactly a problem, but I want to fade-in
the letters that show up on the display when the user presses a button...
is this p... more >>
variable is not initialized
Posted by chkhurram at 7/10/2004 11:11:49 AM
i inserted a movie clip in the library and load it on the run time with the
following syntax.
this._parent.attachMovie("Day", "Day_mc", this._parent.getNextHighestDepth());
in the Day movie clip i defined a variable with the syntax
var strDate:String = "Sunday";
after loading the movie... more >>
Multiple Variables from a Single .txt File
Posted by RobbieSoule at 7/10/2004 10:34:10 AM
Hello,
I am trying to set up a Flash file to import multiple varaiables from a
single .txt file. By using this code:
_root.loadVariables("CONFIG.txt");
It will load the variable in that .txt file, which is
menuButton1=on
No problem.
But when I try to add multiple variables to the... more >>
button controlling movieclip
Posted by willx at 7/10/2004 10:16:59 AM
I'm trying to get a button to gotoandPlay different parts of a movie depending
on the current frame that the movie is currently in, i've got the logic but
having a problem with the syntax - can any one help me, if so very grateful
in the code below dont woory about the brackets, just trying to... more >>
_root.timeline (?)
Posted by azurepenguin at 7/10/2004 6:19:57 AM
I am trying to get the root timeline to move to a different scene from within a
movie clip on one of the layers. I've tried goto and play, but it seems to be
targetting the movie clip rather than the basic timeline. Any suggestions?
... more >>
loadVaribalesNum()
Posted by OniLink at 7/10/2004 4:43:57 AM
Hi, Im trying to send variables to a PHP script from a movieClip that is
seperate to the one where the loadVariablesNum() command is used. This is what
I have:
loadVariablesNum("sendPHP2.php", "0", "POST");
It doesnt work because the variables I want to POST are in a different
movieCl... more >>
Submit Button Problems
Posted by dan07 at 7/10/2004 4:36:53 AM
I went to a tutorial to find my script to make a login using flash, I setup
everything ok, but the action script for the submit button has 2 errors in it.
Im not sure what these errors are and I dont know how to fix them.
here is the script for the button with the error notices.
**Error**... more >>
Problems With XML Connector And Data Grid
Posted by thecodebreaker at 7/10/2004 4:16:33 AM
Problems With XML Connector and DataGrid
OK, I'm trying to pull data from a MySQL database and place the data into
label components. I have been able to place it within a datagrid but can't put
the data into the labels, they always say "Undefined". Any ideas how I can get
the data from the... more >>
swf size
Posted by mahame at 7/10/2004 3:37:52 AM
Is there a way to reduce the total size while loading external swf in main
movie with some components common in all of them.
What I mean is that the common components size is included only once at the
download time.
... more >>
A quick question about keypresses . . .
Posted by Adam O at 7/10/2004 3:30:47 AM
Hey,
I'm pretty new to ActionScript and I was just wondering how to stop multiple
keypresses and/or keeping a key held down?
I tried making an interactive character and he moves fine, but I have an
animation of him jumping which I target with gotoAndPlay().
It works fine but if that ... more >>
Button inside button
Posted by Wiley173 at 7/10/2004 2:53:36 AM
Hello,
Is there anyway to make the link work that is attached to a button - inside a
button.
So I have a button named Button(1) and Button(2) is inside Button(1).
Button(2) has the link but the user has to click Button(1).
I hope that makes sense.......
Thanks for any feedback. From ... more >>
Array problem part 4
Posted by Luka at 7/10/2004 1:57:26 AM
I have a generate button on the stage. And in _root is variable "i" which is
set to 0. Next to the button are two txt input fields and their names are
"Number" and "Value". The generate button creates an array whose name
depends on i, when you hit the "Generate" button for the first time it
gene... more >>
setInterval problem
Posted by Hiltonkeith at 7/10/2004 1:27:55 AM
Hi Guys,
Someone kindly posted a countdown script for me here a few months ago. It
worked great in the first project, but I'm doing something wrong in a new
project.
A movie clip has three labeled frames: "intro", "body" and "end". The counter
is in "body". I want it to advance to "... more >>
|