all groups > flash actionscript > march 2004 > threads for sunday march 7
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
Code to get button in movie clip to go to a scene
Posted by Daveman1908 at 3/7/2004 10:19:03 PM
I can't figure this out... I hope somebody can help.
I need to get a button that is nested in a movie clip to link to the first
frame of a new scene called "Mexico"
I figured the usual on (press) gotoandPlay ("Mexico", 1) would work, but it
just starts playing the scene that the movie clip i... more >>
Problems with accents and special characters
Posted by jloriena NO[at]SPAM hotpop.com at 3/7/2004 9:46:52 PM
I have a flash file that retrieves data from an Access database using
an ASP page and loadVariables function. Everything works fine except
that it returns boxes instead of accented characters such as "çãáñ"
etc. I also tried URLEncoding, but it returns the exact same thing.
I'd greatly appreciat... more >>
getURL & PHP?
Posted by _Spidy at 3/7/2004 9:34:31 PM
does anyone know how I would be able to send a variable to a PHP file, without opening a new window?
after I've sent the variable, I;m using loadvar.sendandload to get it back.... more >>
declaring variables for symbols
Posted by jigen3 at 3/7/2004 9:23:18 PM
hi, i am going through this tutorial and it gives as an example:
car.speed = 5;
to declare a variable for an individual symbol (car is a movie clip symbol),
but when i run the movie, the value returned is null (or nothing). so what is
the correct way of declaring a variable like this? ... more >>
turning dynamic text into a link
Posted by pazzoboy at 3/7/2004 9:07:44 PM
Hi, I have a dynamic textField. A button has
"on(release){emailText.text="Joe\nJohn";}
I've tried making it "<a href=mailto:joe@joe.com>Joe</a\n<a
href=mailto:john@john.com>John</a>"
I have "render text as html" selected, but it just renders the above as plain
text. Is there a way t... more >>
Time Out
Posted by lightbender2002 at 3/7/2004 7:31:43 PM
I am trying to create a time out, where after 10 seconds my movie will jump back to the scene that I have programmed as the screen saver. Does anyone know how this works? Thanks.... more >>
How to get serve time?
Posted by Szeki at 3/7/2004 6:58:03 PM
Hi!
I'm trying to get the server's time on which my swf is uploaded. Every
date/time functions I tried, show the client's date/time. Do you know any other
functions/tricks which would do? I want the date to be independent of the
user's system clock.
Thanx, Szeki
today_date = new Da... more >>
Communicating from browser to flash movie
Posted by SirJames9k at 3/7/2004 6:51:56 PM
I have a page that I'm designing that is split in half. On one side I have
html browser content and on the other a flash movie that I want to change
according to which link a person clicks on. So for instance, if a person wants
to see what a house looks like, the click on an html link which ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Image manipulation in Flash
Posted by mattfitz at 3/7/2004 5:57:28 PM
Hi,
I'm trying to allow users manipulate an image that i've created at runtime. Has anyone got any tips or suggestions as to how i'd go about doing this?
Thanks, Matt.... more >>
Default selection of a TextInput problem (MX 2004)
Posted by EBAN at 3/7/2004 5:30:34 PM
I need to be able to start typing in a TextInput field (i.e. Username in a
Login box) when the swf first loads...
I create a new Flash Document, drag a TextInput to the stage and give it an
instance name of "myText"
I put the following actionscript in the frame:
focusManager.setF... more >>
how do I auto load a sound file and be able to...
Posted by Don P Productions at 3/7/2004 4:00:35 PM
Hi,
I am trying to find out how to make a sound play as soon as the website is
opened and also be able to controll that sound with the play and stop button.
I tried loading the sound into the layer to tell the computer to play the
sound when the page is opened and it worked. But when I ... more >>
LocalConnection
Posted by grob at 3/7/2004 3:35:13 PM
I am using a browser window frameset hoping to keep two Flash .swf files
aware of each other via a LocalConnection object. The files are in diferent
frames of the frameset. Should the localConnection work inside the
frameset?
Thanks
Geoff
... more >>
Help me someone
Posted by OmniX at 3/7/2004 3:03:57 PM
Since I didn't get any answer, here I go again:
Lets say I have a ball and a floor...
Whenever the ball hits the floor it bounces back up...
Now I have a button that can create many balls...
Now I use the code "this." to make sure every ball bounces independently...
Now, I have added, lets... more >>
need rollover to remain on until next rollover
Posted by johnfg41 at 3/7/2004 2:39:56 PM
good morning, i'm looking for the best way to have a rollover state remain "on"
without clicking, and to be replaced with another button's "on" state only when
the new button is rolledover. many thanks.
... more >>
Controlling Audio streaming
Posted by feeeek at 3/7/2004 1:02:31 PM
I'm contolling audio from the library with actionscript, but it only seems to
work when I've ticked "download in first frame". Unfortunately, this means that
all my audio is downloading into the first frame and making my site huge to
download and is even affecting the loading bar from appearin... more >>
object LoadVariables and special chars as ? or ?
Posted by Jm & Pau at 3/7/2004 8:54:46 AM
Hi,
Everything is said in the title : how can I send variable that contain
special characters (eg. ? or ?) to a php file ?
It seems that the MIME format used (application/x-www-urlformencoded) cannot
deal with this. Is there a way ?
My purpose is to avoid using getURL that would requir... more >>
Laws of Gravity, broken?
Posted by evan18h at 3/7/2004 7:42:24 AM
I have a gravity Script that applies a "simulated" feel of gravity to a ball,
in my flash game.
I needed the ball to stop and a surface but fall though a hole(passage) on
that surface.
My problem is that when i hit detect that hole, the ball doesn't fall though.
here is some of the code:
... more >>
Changing the look and direction of the cursor
Posted by FarkingIsehole at 3/7/2004 7:25:23 AM
I know how to change the cursor appearance using the hide mouse, set drag commands but how can i get the cursor(movie clip) to turn and point in the direction i move my mouse in? ... more >>
Need Help Getting Flash to recognize a Variable
Posted by jeweline at 3/7/2004 6:48:52 AM
Hi all,
I will preface this by saiying "I am an novice ActionScript user"!<smile> And
any help offered is MUCH appreciated!
I am trying to use the attachMovie method where the IDName, instance name, and
level are all variables. The problem I'm having is that when I use the variable
nam... more >>
Tab View Component stinx
Posted by KentDC at 3/7/2004 5:42:10 AM
I have never had so much trouble with one Flash thing in my life. My view of
this Tab View Component is that it's a horrible little evil viscious nasty
thing that generally doesn't work and has no decent support (documentation or
forum). The livedocs don't have it. The examples are horrible sh... more >>
Multiple button handlers
Posted by zer0_39 at 3/7/2004 1:38:44 AM
I am trying to have two things happen with a button element,...one,..when a
button is rollOver [ed],...i want to jump to a specific frame in my
movie,..also ,..when the button is pressed,..i want to jump to a specific fram
also,.....i hve no problemn making the playhead jump with the on (press... more >>
|