all groups > flash actionscript > january 2004 > threads for saturday january 17
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
Quiz template: more multiple choices
Posted by musklick at 1/17/2004 11:49:55 PM
This is possibly a wery simple question, but since I'm a Flash-newbie I'm lost. I'm trying to use the Flash MX template for a quiz. I only want to use multiple choices. In the component inspector there is eight instances for checkboxes, but i need ten checkboxes. Is it possible to add two more insta... more >>
MC absolute coordinates?
Posted by abeall at 1/17/2004 10:51:10 PM
When you have nested MCs, the coordinates of a nested MC will be relative where it is in relation to the reg point of its parent MC. Is there a way to get the absolute _x and _y coordinates of a nested MC? In other words, find out where the reg point of an MC falls on the _root timeline even when it... more >>
flashmx actionscript bible - best chapter
Posted by pazzoboy at 1/17/2004 10:47:02 PM
So, I just got the actionscript bible. I plan on reading the whole book, but is there a spot that anyone recommends scanning first?
... more >>
beginGradientFill?
Posted by cade at 1/17/2004 10:13:20 PM
I cut and paste the sample code in the help files for beginGradientFill and
nothing shows up. I found some example code of it online and tried that...
Nothing. Something I'm missing?
... more >>
Call a function in content of a window !
Posted by MajiDfn at 1/17/2004 10:08:51 PM
Hi ,
I'm using a parent swf file which in there , there is a window popup with contents of "test.swf" , I declare alot of functions in "test.swf" how can I call these functions from parent file ?!
or simply: how can I reach the contents of a window ,ie. call a function of it , etc .
I use window... more >>
How did they do that?
Posted by rmethod1234 at 1/17/2004 9:02:37 PM
Hello all,
Just a quck question here.
If you go to the site below and click on one of the links you'll see the flash file displayed in full screen mode. Pretty cool. But, if you look at the upper right hand corner you'll see the minimize and close images. How did they do that?
LINK:
http:/... more >>
Justify in dynamic text
Posted by ^Dan^ at 1/17/2004 8:11:08 PM
Hi all,
I'm working with Macromedia Flash 2004. In my last work I have a dynamic text and I would like to justify it. I try it with css in HTML and with the justify button but it doesn't work.
Any idea?????
A lot of thanks
^Dan^
... more >>
Movieclip actions/functions/methods/...?
Posted by Typhlosion at 1/17/2004 6:58:18 PM
I'm having big trouble with my movie clips, as no actions seem to work.
I have the movie clips exported to actionscript, and I'm using these names, trying formulations such as:
onClipEvent (mouseDown) {
gotoAndPlay("Divide", 2);
}
on(press) {
gotoAndPlay("Divide", 2);
}
onClipE... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
MC timeline control
Posted by donzo at 1/17/2004 4:32:49 PM
Hello,
I have a mc of buttons that starts another movie clip of buttons, this nested mc is the one I want to use to gotAndStop at a labled frame on the _root timeline.
_root
_ first_mc
_second_mc
The second_mc is on the first_mc timeline.
The first_mc is ... more >>
how do i set the size?
Posted by krustafarian at 1/17/2004 3:55:40 PM
hi, i am using MX and i have loaded an swf on top of my main page (level2). it works fine now but it is the wrong size and appears at 0,0 (top left corner)
how do i set the size at which it opens and how do i set where it appears on the page???
krustafarian@hotmail.com
... more >>
Trying to create a smooth zoom effect with AS - stuck
Posted by _posted.by(Vern); at 1/17/2004 3:05:10 PM
Hi again,
I have never been very good at programming, usually I just plod thought
until I hit the right combination. I am stuck on this one.
I am trying to create a smooth zooming action, that slows as it gets closer
and is triggered by a button.
Here is what I have:
In frame one:
... more >>
loading movies...
Posted by Brian at 1/17/2004 12:58:58 PM
I have a movie A that I am loading a movie B into. Now I want to load a
movie C into B. B and C are in the same directory and I am using the
same path (path from the html page) to load movie C as to load B but for
some reason it is not working.
Any advice would be greatly appriciated!
Th... more >>
Accessing the XML Connector Data
Posted by jjDev at 1/17/2004 6:33:58 AM
Once I have XML data loaded and a XML schema loaded.... how is the data accessed(pathed) in ActionScript? Binding the data to other v2 components seems straight forward, but the attempts to use ActionScript to access the data has been fruitless (undefined)
Thanks in advance for any assistance.
... more >>
PLeeez help...me
Posted by RD developer at 1/17/2004 5:36:50 AM
OK
I try to use on(keypress"<enter">){//my code} on flash plyer 7 and it doesn't work....
so...how to solve this prob
i would appreciate anyones help
... more >>
Calling another application from Flash
Posted by gmitchell5 at 1/17/2004 5:00:55 AM
I have used getURL to call up an Adobe PDF file and it works fine.
I would like to put the exported Flash Projector, the PDF file and the Acrobat Reader
all on a CD as a stand alone application.
I would then call Adobe Reader and pass the name of the PDF file I want it to open.
Is there an... more >>
accessing XML obj from within onEnterFrame
Posted by fnxnlab at 1/17/2004 4:44:56 AM
I'm seeing some behavior that I don't understand. The setup is a bit involved, but I will attempt to summarize.
On the root timeline I initialize a global object that I to contain the navigation stucture and state for a site:
Root Timeline
_global.navCore = new Object();
navCore.coreXML... more >>
Help plz! Who's up for the challenge?
Posted by mr.tibbs at 1/17/2004 1:03:42 AM
I need some serious help in a Flash project. I'm warning you, this is FLASH 5 I'm talking about, not MX or MX 2k4. I WISH I could be using those... because the code I'm asking about works on both MX and MX 2004 but not on Flash 5 (ha! And it's not that stupid eval() thing...)
So, here's the pr... more >>
Java vs. ActionScript 2.0
Posted by Robert Kent at 1/17/2004 12:06:27 AM
Can ActionScript 2.0 do everything that Java can do in the browser?
... more >>
|