After going back and fourth today with oldnewbie away from this forum, the problem was finally uncovered and I would have never caught it at my present level of AS2.0 knowledge. Basically it boils down to proper naming conventions. One out of three components I'm using had an extra white space...
I believe this is what you are asking for. This code is taken from a Webwasp tutorial I'm following.
// Create a Movie Clip to load images into
_root.createEmptyMovieClip("MyImagesHolder", 0);
// Declare an array
var MyArray = new Array();
// Declare 'i' as a variable and set it's value...
Thanks for the reply.
That one hadn't occurred to me. If this were the cause of the problem, how would I go about checking to verify this is happening, and then what to do in order to prevent it?
Right now, Action Scripts are a dark cold world to me. But everyday gets a little brighter with...
Good day all,
I'm loading external jpg files and have lost control of their placement in the movie relative to _x and _y and I'm not sure why this is.
My two variables are set to:
var MyImagesHolderX = 22;
var MyImagesHolderY = 75;
And called like this:
MyImagesHolder._x = MyImagesHolderX...
It's to my understanding that the code below should produce a list of towns and their population.
When I run the php page all that is returned is a single town and it's population. Shouldn't the foreach walk trough the $town_population array beginning to end and list all of it's data? If you...
Can anyone offer insight as how to edit or remove rows and or columns in a table?
I am just starting to learn MySQL. Please forgive me if this is questions is rather simple.
Thanks
FSEdge
Again thanks for t he quick response!
Well, I'm glad I asked. I was moving in the direction of the one file several scenes approach.
I do have another question about a MC button. I would like to use this MC in other files but be able to change its name to indicate where it will take you...
Would it be better to build a web site as one flash file with several scenes as different pages, or build the site using multiple swf files and load them as needed?
Any and all opinions would be greatly appreciated.
Thanks,
FSEdge
Is it possible to use movie clips that are meant to act as buttons with action script to move from scene to scene?
I'm fairly new to flash and learning as I go. What I've done is to create two scenes. One is named main and the other is named results_page.
The main scene holds my movie clip...
Hello everyone,
Oh man, am I having fun here with flashobject.js workaround! I started to try and track down information on the why...when...where of it today.
Here is what I am up against. Everything works as it once did using the workaround as long as the html doc isn't saved (This is in...
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.