all groups > flash actionscript > january 2006 > threads for sunday january 1
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
this.my_mc.myMov_mc.test_btn.onRollOver
Posted by Poul_Erik at 1/1/2006 9:59:49 PM
I don't understand - I have following function on my main timeline
this.my_mc.myMov_mc.test_btn.onRollOver = function(){
trace(this);};
When test_btn start at frame 1 it wotks but when it starts at ex. frame 10 it
don't works.
Can you explain that?
Poul Erik
... more >>
or statement?????
Posted by jonnybennett at 1/1/2006 8:23:39 PM
I would like an action to take place if something or something or something is
present...
e.g. I have three text boxes... if any of these boxes are blank then go to a
new frame.
rather than writing it out three times like below, there must be a way of
writing 'or'
if (textA.htmlText=... more >>
Script in dynamically generated movie clip?
Posted by simonkuong at 1/1/2006 2:15:19 PM
Im make a shopping centre floor plan according to my XML file, and I generated
all the stores as a movie clip in run time, the codes are as following:
function floorplan() {
max = myshop.childNodes[0].childNodes.length;
spacing = 20;
//The following is to generate Stores and to pu... more >>
equlaizer thing and loader
Posted by batgirl_Sa at 1/1/2006 10:23:31 AM
ok i need two thing here ...
I want to have music on my site that has that equalizer looking thing going up
and down moving with the beat ( i hope that makes sense)
and i also want to add a thing that shows the movie is loading with the amount
completed showing...
i hope someone gets w... more >>
need to animate through action script
Posted by batgirl_Sa at 1/1/2006 10:20:42 AM
Hi... i am hoping someone can help me...
i want to do animation but using action script rather than on the time
line... firt of all i want to have 5 pictures on my stage and when i click on a
picture i want the picture to get larger and move tothe middle and and the
other pictures to fad... more >>
cleanest method for Flash version detection and code forking?
Posted by Ken Fine at 1/1/2006 7:08:05 AM
I'm sure someone has already packaged this somehow and written about it, so
I'm asking here before I re-invent the wheel.
Flash 8 supports better typography. I want to supply better typography to
Flash-8 capable users. But I don't want to nag people with Flash 7 and
below for download of t... more >>
|