all groups > flash actionscript > march 2007 > threads for sunday march 11
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
Button opacity to change when other movieclips completed.
Posted by shacks64 at 3/11/2007 10:56:56 PM
I think what I want is reasonably basic, but I can't work it right!
I have my screen and there are four seperate movies on it. When these movies
are dragged onto the correct movieclip, they run themselves so that they appear
to drop off stage.
I want a button to become fully opaque when ... more >>
Coding question - TextInput components
Posted by jlucchesi at 3/11/2007 8:53:00 PM
Hi -
I need to make a movieclip that will add up 2 columns of numbers the user
will enter and then calculate the percent of one to the other from the totals.
So I have a stage full of TextInput components, 20 in all, and I want to
restrict the input to 0-9 on all of them. There's GOT t... more >>
Custom Scrollbar
Posted by dflashb at 3/11/2007 6:54:44 PM
I have created a custom scrollbar in Flash, and I want it NOT to appear when the text field does not require a scroll. What actionscript do I need, and where do I apply it?... more >>
How can u make mc change what frame the Main TimeLine is on
Posted by rbr1234 at 3/11/2007 6:13:26 PM
How can u make mc change what frame the Main TimeLine is on?
For Example
onClipEvent (enterFrame) {
if (_root.mc1.hitTest(this) == true) {
play();
}
}
I want the mc to play the main Timeline not its own timeline
Thank you for you time
Rbr1234
... more >>
AS3.0+XML+MP3 HELP!
Posted by Xiang Aihua at 3/11/2007 5:53:10 PM
I want to use AS3.0 to add to carry the MP3 in the XML, also can show the
song, see much data concerning this aspect, but can't read the contents in the
XML.Hope everyone gives some help.
My XML document is as follows:
<?xml version="1.0" encoding="GB2312"?>
<data>
<song>
... more >>
Text with URL on hover
Posted by bbackx at 3/11/2007 5:12:16 PM
Hello,
I'm having some troubles with text that appears on a mouse-over event. I've
put an example on-line (text is in Dutch, I hope that isn't a problem). You can
find it at http://files.bbackx.com/flash/index.html
When you go over the 'hovertekst', you see some other lines of text appear.... more >>
movie just play twice
Posted by Steve Zavodny at 3/11/2007 4:26:16 AM
Would some one please tell me the script to make a movie clip play 2 times and stop? Or direct me to the asnwer?
Thanks much.... more >>
Silly Dynamic Text Fields
Posted by Sketchsta at 3/11/2007 3:59:45 AM
Hey guys... this is going to be something really easy... but i just cant figure
out why its not working.. im using the EXACT same code and method for a
different FLA, and it works.. but in this one ( that matters ) it doesnt want
to display anything in the text field..
ive added +trace to... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
i got a game somthing like stick rpg
Posted by chad1416 at 3/11/2007 12:00:00 AM
i was wondering if anyone knew how to make cars randomly drive down the road
because i have a top view like in the game stick rpg or stick world and both of
them have cars that will drive in random lanes down the road and i was
wondering does anyone know how to do this?
... more >>
movie clips
Posted by ritjunior at 3/11/2007 12:00:00 AM
I have 2 buttons which load 2 identically sized and positioned movie clips that
sit on separate layers in the timeline. When I release the button controlling
the movie clip on the bottom layer it doesn't play. I believe it loads but
cannot be seen because it's underneath the movie clip sitti... more >>
On Off Listener or Focus Problem
Posted by Bisser at 3/11/2007 12:00:00 AM
I have 2 buttons that turn on and off the same instances.
1 Button turns my menu list on and off and the other button scales the image
and turns part of the menu off (the header on top of myList).
Now when I scale the image up the header goes off (correct)
when I scale the image back down... more >>
Preloaders in Form Application
Posted by dmschenk at 3/11/2007 12:00:00 AM
This is my first time using Form Application so please help
I can't seem to get my preloader to work in a Flash Form Application. Are
there any tricks to getting them to work properly?
Basically all it does is flash the preload frame after everything is loaded.
Dave
... more >>
datagrid problem
Posted by nihao_paul at 3/11/2007 12:00:00 AM
Hi,
I'm trying to write a function which returns an array as the data source for
a datagrid.
var scoreInfo:Array = [];
scores_dg.dataProvider = GetScores();
When GetScores() returns the scoreInfo is full of data but the datagrid
doesn't display them.
Any help appreciated.
... more >>
|