all groups > flash actionscript > april 2007 > threads for saturday april 21
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
loadClip and attachMovie don't work together?
Posted by SlowX at 4/21/2007 10:15:33 PM
Hi,
I have an empty movie clip on stage ("mc1") that I use loadClip to get a PNG
in there.
Then I'd like to attach another MC to that same mc1 ("txt1").
But it won't work.
Everything else works, and I can attach the txt1 clip to other MCs on the
stage, but not mc1.
var curClip = ... more >>
MCL events not getting broadcast anymore when tested locally
Posted by eirkeirkeirk at 4/21/2007 9:14:31 PM
The project in question is: www.chrdauer.com
The photos on the front page are masked by rounded rectangles as soon as the
photos load. I'm using the MCL.onLoadInit() event to accomplish this. If you
click on one of those three photos, the photos are replaced with three
different photos, wh... more >>
HELP NEEDED!!!displaying xml node name in an input text box
Posted by kwyjibo12ret at 4/21/2007 9:05:30 PM
Hello everybody
Have a simple proble. I have imported an XML file into flash using the Tree
component and the XML_conn component. So i have the xml tree displying in flash
when i have run it.
I have created an input text box called 'subject'
All i really need is when a user clicks on... more >>
Flash XML Publish Problem
Posted by Senior_CF_in_DC at 4/21/2007 7:47:54 PM
I am pulling an rss field into flash using the XML object. The object gets an
xml rss field via a url. Everything works fine when I launch the swf locally,
but when I put the swf on my server or any other machine the file does not
display anything. I am publishing it as a Flash 8 swf. Am I doi... more >>
Actual Matrix Class
Posted by Rothrock at 4/21/2007 4:22:49 PM
So the Matrix transforms in Flash have made me want to play with some actual (n
x m) matrices. I know Flash isn't so good at maths, but I just want to play
around with some on the order of 16 x 16 or so. Also just want to see how big I
can get before Flash bottoms out!
Does anybody know a... more >>
Easy question for all you ActionScript wizzkids!
Posted by northern_monkee at 4/21/2007 3:36:14 PM
I have created the following Actionscript to control a 'Next Question' button.
The idea is that it will choose a random frame to link to in the current scene
(Part2).
nextQ_btn.onRelease = function (){
gotoAndStop("Part2", n);
n = Math.random()*1+3;
}
At the moment, when I click... more >>
Clip Moves on Test Movie
Posted by El Tigre Naranja at 4/21/2007 3:33:01 PM
What could cause a clip to be repositioned on test movie? I'm using Flash 8 on
a laptop running XP Home. Writing in 2.0 with all my Actionscript in external
..as class files. I have a clip that contains an imported gif file. The .gif
is positioned with its upper left corner at 0,0. The cl... more >>
to learn
Posted by Cheekykid at 4/21/2007 2:34:20 AM
hi all, I would like to learn how to make the flash below, thanks for your
helping.
http://www.dragoncentre.com.hk/html/main/index.asp?go=main
(the flash graphic follow the cursor, but not exactly moving to it)
http://www.manhattan-hill.com.hk/
(the enter button has a graphic to track ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Code Hints Problem - CS3
Posted by arunforce at 4/21/2007 2:24:19 AM
I just got Flash CS3 today, I have it installed and I uninstalled Flash 8 after
I installed Flash CS3, the problem is, code hints don't display anymore like it
did before when I type "on(" or whatever, and I really need them, they are my
lifesaver. Yes, I do have them enabled in the settings, ... more >>
initiate new Class with eval?
Posted by Eric Adriaans at 4/21/2007 12:00:00 AM
Hi,
I'm working on a piece of software which has a few different gametypes.
The type of the game that needs to be initiated is read from xml, and
after that, a _global is filled with a new instance of that type of
game. At the moment the script looks like this:
gameType = "2";
switch (g... more >>
I'm trying to do two different things with the same symbols (in separate frames)
Posted by northern_monkee at 4/21/2007 12:00:00 AM
Is this possible?
Two frames which use different instances of the same buttons, with different
pieces of Actionscript applied to the buttons in each frame.
I've given the buttons different instance names in each frame, but in the
second frame they don't do what they're supposed to do (ie... more >>
volumeChange not fired (MediaController)
Posted by yaroukh at 4/21/2007 12:00:00 AM
Hi
I can't get volumeChange event triggered on MediaController component; the
volume itself gets changed when user moves the volume-control but the event
won't fire. (Click event works as expected.)
http://temp.sounds4u.net/audioPlayer.zip
I have googled for issue-reports but haven't... more >>
|