Started 6 days, 16 hours ago (2009-11-09 21:21:00)
by ilike2
The easiest way would be to insert a new key frame in 'man'
movie clip, and then place the 'woman' in the new key frame. You can use the gotoAndStop() method with the hit test.
Started 6 days, 1 hour ago (2009-11-10 13:03:00)
by a_modified_dog
Hi and welcome
is this example any help to you ? it is in
AS2 (you haven't specified your version)
PHP Code:
cArr = [ clip0 , clip1 , clip2 ]; // instance names of movieclips
for(var a in cArr ) cArr [ a ]. _visible = false ; // hide the array
default_btn . onRelease = function(){ // instance name of button
for(var...
Started 6 days, 16 hours ago (2009-11-09 21:23:00)
by ilike2
More information is needed on how your
accordion menu is setup.
Started 1 week ago (2009-11-09 07:21:00)
by vinayak.kadam
What is your
text box type ? is it static or dynamic ?
If static:
- Then check if it is not on a guided layer....
If dynamic:
- then we wud need FLA here to understand the defect!
Started 1 week, 6 days ago (2009-11-03 09:16:00)
by vinayak.kadam
Can you upload your FLA here so that we may understand it and help you out!
Started 1 week ago (2009-11-09 09:47:00)
by ilike2
Started 6 days ago (2009-11-10 14:06:00)
by samac1068
Well without actually viewing your
source file, it can be hard to tell where the "squeeking" sound is coming from. If you can share your file, we can figure out an answer.
As far as the optimization part, this something you should try to do from project inception. Sometimes dividing the project up into small bit size elements will allow the information to load "faster" (really not faster but...
Started 6 days, 23 hours ago (2009-11-09 14:23:00)
by Robb@exo
Have you tried looking in the "Movies" section of this site? I'm quite sure that there are some flash based
calendars in there, albeit probably AS1/AS2. Maybe try some site that would charge a minimal fee like FlashDen. HTH.
Started 5 days, 22 hours ago (2009-11-10 15:28:00)
by samac1068
There was another post that sort of addressed this problem, but below is a link that you can base what you're looking for. Instead of loading images, you will load
SWF files.
http://www.flashkit.com/movies/Scrip...0203/index. php
Started 6 days ago (2009-11-10 14:00:00)
by samac1068
Sounds like a quick fix, but without your code impossible to say exactly where the problem is. Can you post your code?