all groups > flash actionscript > june 2006 > threads for saturday june 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
Access Variable from a dynamic name
Posted by D. J. Faber at 6/17/2006 10:07:56 PM
Hello,
I have a the following example variable in a script defined as such:
mcDrg05OriginalX = mcDrg05._x;
I wish to access this variable data within a button script, but dynamically by
assembling the actual variable name:
newName = holdName[landingCount];
relocateIDx = (newName ... more >>
LoadVars
Posted by hushhurt at 6/17/2006 9:10:49 PM
this is driving me mad. i am using flash mx 2004 (on mac)
I have the test file named "news.txt" in the same folder and my published swf
file, but it will not load it, it just gives me a blank text box.
in the text file i assigned the text: info=this is my text.
and the dynamic text field... more >>
[FlashMX 2004] Problem with an animations random play
Posted by Orkin at 6/17/2006 4:40:08 PM
Hello,
firstable, I would like to thanks all the peoples that make this forum so
interesting.
I found a lot of informations on this site to help me to create my swf that i
am working on.
But , at this time I have a problem that i would like to expose to all of you
My swf is qu... more >>
../
Posted by jonnybennett at 6/17/2006 4:36:21 PM
okay imagine I have a movie clip nested as so...
dave.drinking.message.....
If I am within the m.c. 'message' and want to find something from drinking, I
can
go..... _root.dave.drinking
However I don't want to tie myself to using _root, incase at some point my
nesting change... more >>
set text Color, get text color
Posted by panell at 6/17/2006 3:30:58 PM
Hi
I am using text format object to aplay color to text. I am aplaying color i
hex value format but when I wat to ge tthis color function returns diffrent
value. I want to convert this value to hex
...
_fmtFormat.color = 0xFFD607
trace(_fmtFormat.color) //shows 16766471
...
... more >>
Alert component trouble
Posted by OniLink at 6/17/2006 1:49:50 PM
Hi,
I can't seem to work get this script to perform an action when the OK button
is pressed. And, no matter what I do I can't get an alert box to display YES
and NO. It only ever displays yes. Can anyone see anything wrong with the
attachedcode?
send_btn.onRelease = function() {
que... more >>
Mouse.listener
Posted by cpbittner at 6/17/2006 12:58:23 PM
Is there a way to use the Mouse.listener to detect what the name of the item is
that you clicked on. I have instances where the button or movieclip functions
are not correctly picking up the release or mouseUp events but the
Mouse.listener is shwoing me it is not missing a click, so I want to ... more >>
Control Button Properties from JS on HTML Page
Posted by GregABC at 6/17/2006 12:56:50 PM
I'm loading content pages into an iFrame. The Flash menu movie is on the
parent page. I'm trying to control the _visibility of buttons on the menu via
onLoad and onUnload functions on the content page. For instance, when the Home
Page is displayed in the iFrame, I want to change the Home Pa... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ruler at run time
Posted by kanukukreja at 6/17/2006 12:39:36 PM
how we can show ruler at runtime and use that also.... more >>
Please help with this simple code
Posted by Angyl at 6/17/2006 3:06:51 AM
I know this code's GOTTA work but I can't for the life of me figure out why it
isn't.
this.onMouseMove = function() {
ball1._x = this.xmouse;
updateAfterEvent();
}
there is an instance of ball1 on the stage but it doesn't do anything when I
test the movie.
... more >>
Key.getCode inconsistencies
Posted by dmcdonald at 6/17/2006 2:37:54 AM
I am having problems with an interactive module that I created. It was built to
work with the 6.0 player. Sometimes this codes works and sometimes it does not
- can someone see something wrong with the way this is written?
Key.removeListener(userKeynm);
passwordz = "|";
Selection.setFoc... more >>
Progress bar with a for loop
Posted by guowy at 6/17/2006 12:00:00 AM
Hi,
I've got a for loop that goes through every single character in a string and
modifying these characters. The problem I'm having is I want to try and display
a progress bar that gets updated after every character (or a few characters).
However to my understanding a for loop has to be co... more >>
|