Need some understanding here.
I've got a movie clip (myMovieClip) in the Library. I then drag, 5 copies of it to the timeline and named them myMovieClip01, myMovieClip02, myMovieClip03, myMovieClip04 and myMovieClip05.
I scripted a onClipEvent (mouseDown) for myMovieClip01. When I clicked on...
As the subject mentioned, how do you do that? My purpose of doing this is it will give me the flexibility in changing the name of the text files to be displayed when an event is called.
I created an empty array in the main timeline... and tried this for the text file:
arrayItem[0]="story1.txt"...
The scenario:
Main timeline has 2 Movie Clips; mcA and mcB. In mcA, I've created variable x and in mcB, variable x in their respective timelines.
In each Movie Clip, I've also created a function each, function A and function B. Now, how do I address the variable x in mcA for function A?
The...
don't seem to be able to display external variables in textfield. here's my problem...
in main timeline, i've got a movie clip (myMovieClip) which contains a dynamic textfield (myTextfield). the dynamic textfield has a variable named myText. in the main timeline, i have this script...
The main timeline of my movie consists of just 2 frames; 1st frame is for the preloader and the 2nd is for the contents.
I viewed the Bandwidth Profiler, the first frame is 128KB and the second 10KB. When I did a Simulate Download, the preloader do not work. It will only appear around 99% of...
I've created a button, when clicked will unhide a movie clip. The movie clip is above the button in terms of layering. How do you make items below the movie clip to not respond to mouse events when the cursor moves over them with the movie clip in between?
I'm a newbie to Flash and I'm planning to build a site entirely on Flash. It's a typical site that has a navigation bar and when clicked, launches a pop-up window displaying the content. My questions:
1. Is it more efficient to create just one swf file (with everything in it) or multiple files...
I want to load external jpegs into a dynamic textfield which is set to render as HTML. Now, my file directories are arranged as such:
Folder1 contains myFile.swf
Folder2 contains myTxtFile.txt
Folder3 contains myImg.jpg
I've entered the line of HTMl in myTxtFile.txt as such:
1. <img...
I want to create a movie clip that loads different jpegs (one at a time randomly) from a source folder. I've tried using the onClipEvent(enterFrame) but it doesn't seem to work.
Here's the onClipEvent() code;
onClipEvent(enterFrame) {
picIndex = Math.round(1+(15*Math.random()))...
I'm able to scroll a chunk of text line by line by creating my own scrolling script at every onRelease function.
How do I make the text scroll continuously while the mouse button is depressed? It's kinda not effective to be pressing the mouse button many times.
By the way, I don't want to use...
Was wondering if this is possible.
I've embedded a SWF file in a HTML file. When this SWF file is loaded, clicking on one of the buttons will load another SWF file into the first SWF file's movie clip container.
With the second SWF file running and the first (still running in the background)...
I've duplicated several movie clips and some of them would randomly stop playing while the rest would continue playing. How do I find out the status (i.e., whether it's playing or have stopped) of each movie clip?
Can this be done?
i have an array of 10 members. i need to fill it up with random numbers... say (1,30). however, there shouldn't be any duplicates. i can't seem to get the logic right. i'm coding in C#. help...
i've got 2 tables;
Table1 contains these fields:
Code
Name
Division
Sector
Table2 contains these fields:
Company
Person
Code (this is a Lookup)
Name
Division
Sector
what i want to do is when the user select a value from the Code field in Table2, i want the Name, Division and Sector fields in...
i disabled all menu and toolbar options from the Startup for a form to prevent users from modifying the forms, table, etc.
how do i enable them back for my own editing? thanks.
How do you use the Filter function for Data Access Page? I need to perform a search for a specific word. For example, I've a database of various company names. How do I search for a particular one? Thanks in advance...
I'm new to Access. I've created a simple table and some forms. What I want to do is to allow users to Add/Delete/Edit/View the database without opening MS Access. I don't want them to view the data in Table format. Sounds weird right?
What I did was create a Menu for the Users. Is there a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.