Just to add, I don't think you can load an image without the extension, it won't be able to find it without the extension applied to the linkage.
having different numbers in the multiple...
Its actually looking for today's date and deducting 5 years off the current year, it gets today's day and gets the relevant number from the days array, same with months, it so happens that you...
When I use the code it works, perhaps you are putting the code in the wrong place, it needs to go on the main timeline of scene 1, and not inside the movieclip, i could post the fla, I use ...
Try
gotoAndStop("Scene1", 1);
or
gotoAndStop("Scene2", 1);
depending upon which scene it is you want to go to as I can not make head or tail of your fla file.
I suggest you make a background clip inside your clip and give it a name, say "Base", place it below the buttons on another layer.
Then exit your movie clip and place this code on the main...
From what I remember, the AS tags were acting funny for a while, so people used the php tags, it makes no difference other than a bit of coloration to the coding.
I was going to test the AS...
You might need to look into MovieClipLoader(), so you can do things with your images after they have loaded, with loadmovie() you have less control over them
TheLoader = new...
Not totally sure what you mean by the question but here is a method to figure out if a number is divisible by 4, or any number if you change the MyNumber var
I took a look at your file, this will help you, although I am not sure how it will effect the other items as they were not in the file, replace all of your code on the timeline with this
var...
the button on (click) will not work, its on (press), but try this,
all on the time line. with your button called myButton, remove the code placed on your...