all groups > flash actionscript > may 2006 > threads for monday may 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
Key Press not working for PageUp/PageDown
Posted by victorhooi at 5/1/2006 11:59:55 PM
heya,
I'm creating a slide presentation in Flash, using the "Technology" slide
template. The sample code lets you use the left/right arrow keys to navigate
the slides, and I'm trying to add the PageUp/PageDown keys to this (since the
wireless presenter I'm using sends PageUp/PageDown).
... more >>
Is it possible
Posted by ni9e at 5/1/2006 9:51:49 PM
Hey all,
Is it possible to chage the highlight color of input text? By default the
highlight color is black...but can you make it blue, for instance?
Here is what im working with...
var page7_1_input:TextFormat = new TextFormat();
pg30_txt.color = 0xFFFFFF;
this.createTextField... more >>
Can't the the playback head to start playing again
Posted by andyfoltz at 5/1/2006 9:45:01 PM
I've got a slider bar that I'm using to scrub the playback head. I also have a
stop and a play button. The Stop and Play buttons have something like
on (release) {
_root.play();
}
and the script in the scrub bar is this :
this.ratio = 50;
dragger.onPress = function()
{
th... more >>
onLoadError won't run when MC doesn't exist
Posted by Joseph Russavage at 5/1/2006 9:04:48 PM
Can anyone help me?
I am using a movieClipLoader & listener object to dynamically load a SWF. If
the SWF exists onLoadComplete and onLoadProgress work just fine (but only if
they are not within an "if" statement, for some reason) but if the SWF does not
exist onLoadError does not get ca... more >>
onLoadError won't run when MC doesn't exist
Posted by Joseph Russavage at 5/1/2006 9:02:20 PM
Can anyone help me?
I am using a movieClipLoader & listener object to dynamically load a SWF. If
the SWF exists onLoadComplete and onLoadProgress work just fine (but only if
they are not within an "if" statement, for some reason) but if the SWF does not
exist onLoadError does not get ca... more >>
_scale or _size something...
Posted by mrmille at 5/1/2006 8:26:13 PM
Hiya!
is there a function to scale objects/mc's ?
like
my_mc.size = 90%;?... more >>
mc._height based off .maxScroll
Posted by halcyon32 at 5/1/2006 8:09:30 PM
Hi All,
I'm having a little problem with maxscroll. I am using the total number of
text lines(maxscroll) multiplied by 14 to give me the _height of a movie clip
called entryBackMiddle... Seems to work until I look closer... it appears that
some of my clips are sized to long and other clips a... more >>
movie clips
Posted by thefulleffect at 5/1/2006 7:56:45 PM
i have 4 instances of the same movie clip in a vertical line on the main stage.
im wanting to create a classic according esque menu. (user click the top one,
the other three move down....user clicks the second one down, the 3rd and 4th
ones move down and the 1st two stay in place)
heres th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
TextBox component problem
Posted by kaboom862 at 5/1/2006 7:25:10 PM
I have a UI ComboBox that loads external text called "TextFile.txt" with
multiple variables into a UI TextBox. It works perfectly....
My problem is that if I have an externally loaded MC which needs to call upon
one of the variables from the "TextFile.txt", the UI TextBox keeps displaying
... more >>
Another drag issue
Posted by mrmille at 5/1/2006 7:02:57 PM
Hi!
I'm trying to create a "slider" that only gives med the x-coordinates
Just something simple like this...
on(press) {
this._x = _root._xmouse;
updateAfterEvent();
_root.curX.text = this._x;
}
But the bugger wont just move =(
Oh, well, a few pixels at a time but no dr... more >>
Calculating arc tangent of 0.12 degrees
Posted by Kolja1987 at 5/1/2006 6:59:32 PM
ActionScript really does know to be annoyed sometimes!
I'm trying to calculate arc tangent of a number.
I'm using the following code:
arctg_mi = Math.atan(Math.PI/180 * 0.12)
As you can see, I need to calculate arc tangent of 0.12 degrees. Problem is
that it just cannot be done. I'm ... more >>
Flash Navigation Component
Posted by robbyaube at 5/1/2006 6:48:38 PM
Hello,
I have created a flash component with a few symbols which are the navigation
buttons for a web site I am working on. They appear to work well in part. The
problem I am encountering is that before the buttons will work I have to do
like a double click on the flash component on the we... more >>
how to create the effect of an invisible pen writing text
Posted by marcinelli at 5/1/2006 6:21:45 PM
hello all,
i have a word that in bitmap form that i need to reveal on screen as if drawn
by an invisible pen. to make this feel real i need the reveal to follow the
curves of the letters not just horizontally animate in a mask from left to
right. that wont feel real enough since it won't r... more >>
help w/behaivior button error _ presentation doc
Posted by pow_haaweeese at 5/1/2006 5:42:23 PM
Hi I'm learning action script but new to trouble-shooting.
set up a button on main presentation page of my flash 8 pro presentation file.
used the behaivior:
>screen
>go to slide
then chose slide numbers. (works fine in a plain, new doc) but on all of my
ten buttons I get the follow... more >>
Loading swfs similar to this site.
Posted by Scruffpuff at 5/1/2006 5:12:37 PM
*I posted this in general but haven't gotten a response, I'm hoping someone
here could maybe help me. I'm a student and I'm trying to figure this out for
one of my studio projects*
Hello all,
I'm working on a map site that is very similar to this piece:
http://www.curatingthecity.org/... more >>
Making Child Btn Independant of Parent
Posted by speedeee at 5/1/2006 5:07:33 PM
I am in the process of creating a drop down menu. I have a btn drawn (btn1) on
the stage that onRollOver fades in another btn (subNav1) which is being
populated with XML generated text links. I can get the text links to show up
but they behave as part of SubNav1. So for example, the text link ... more >>
actionscripting bugs?
Posted by Greg M at 5/1/2006 4:06:53 PM
I am by no means an actionscripting guru - much heavier on the 'eye candy' side
of things. I don't ever get much past the basics like "stop" "gotoplay" and
"geturl" - which brings me to a question to ask the gurus.
Have any of you had problems with actionscripting locking up on FLA's -
su... more >>
Varialbe into a path name?
Posted by Brian at 5/1/2006 2:44:21 PM
I am having the following issue and can't seem to figure it out. Thank
you for anyone helping me with this.
I have a MC containing my navigation with an instance name of nav.
I have 4 buttons inside that with the instance names of p1, p2, p3 and p4.
At some point I turn of all buttons like ... more >>
Difficult class looping problem
Posted by skullnz at 5/1/2006 1:41:56 PM
Apologies in advance, this is really complicated.
Ok, so I'm having this inexplicable problem with a node-based pathing script I
wrote. It's hard to explain, so follow closely and tell me if I'm making no
sense. I'm thinking that this is a design limitation in Flash, or a bug. I need
to kn... more >>
referencing a button as an object
Posted by Brian at 5/1/2006 1:18:52 PM
How do I reference a button as an object, so I can use it in a variable?
Thank you!
Brian... more >>
variable in a path
Posted by Brian at 5/1/2006 11:15:27 AM
I have a variable, called "contentp". It get set by buttons like so:
contentp = "p1";
I would like to use that variable in a path, but am not sure how. I was
thinking something like the following, but get an error message.
nav. + contentp + .enabled = false;
The error I am getting is:
Exp... more >>
What is an SWD file?
Posted by aa at 5/1/2006 12:00:00 AM
Since recently when publishing a FLA file, for some fiiles apart from SWF I
also get SWD file.
What is it?
... more >>
set property of checkbox
Posted by doug777 at 5/1/2006 12:00:00 AM
I want to set particular checkboxes to checked.
I have a series of checkboxes called Cbx1, Cbx2 etc.
In the same frame I have a function containing the following code:
setProperty(eval("Cbx"+i), selected, true);
where i is a number equal to one of the checkbox numbers.
I get the error... more >>
middle point
Posted by Dave at 5/1/2006 12:00:00 AM
Hello,
How do you do for center the middel point in the graphic ?
thank you
... more >>
Addition of variables
Posted by Hipanda at 5/1/2006 12:00:00 AM
I have used _root.loadVariables to bring in two numerical values from text
files to dynamic test fields-(Labeled T1 and S1).
I want to add these two values together and load this value in another text
field on the next frame (2).
If anyone can help, I would appreciate it.
... more >>
Needs expert help urgently!! :)
Posted by mattlau at 5/1/2006 12:00:00 AM
Hello there,
There is a drop menu I am going to use for a website, but I need help changing
some of the codes to suit my website. If you are willing to help (I hope), I
would be glad to send you the fla file.
Thanks a million,
matt
... more >>
e-learning
Posted by Dave at 5/1/2006 12:00:00 AM
Hello,
Do you know other website like it http://www.cartoonsmart.com/
I am interrested e-learning website
thank you
... more >>
|