all groups > flash actionscript > july 2004 > threads for saturday july 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
loadmovie problems
Posted by ED_R at 7/17/2004 11:41:48 PM
hi, I have some problems with load movie; the movie is loaded and appear in the
screen, but onLoad event don't exec.
code:
var movieChar = _root.createEmptyMovieClip("mv", 100);
movieChar.onLoad = function (){
trace("loaded!!!"); //that don't works
}
movieC... more >>
Linking
Posted by lemonkiss64 at 7/17/2004 11:06:27 PM
Hi
I've downloaded a flash website and can't work out how to link one part to
another..i've tried the action script in the frame by saying just go an stop
at frame ???? but noting happens? How do i define the correct path of the frame
i want to link to ?? sorry for being stupid
... more >>
autorun for pc & mac
Posted by vinZ at 7/17/2004 10:00:30 PM
AnyOne knows if it is possible to
make a autorun for not only pc but also for the mac?
Without buying any software :)
cheers,
vincent
... more >>
variable help
Posted by Devis Hunter at 7/17/2004 9:02:39 PM
i need help making a variable for a textinput box... more >>
String equivalency as "if" condition
Posted by rjh at 7/17/2004 8:57:52 PM
This has got to be simple.
I have two variables that are set as string variables.
What is the proper syntax to compare two string variables for equivalency as a
condition for an if statement:
This is what I have and it doesn't seem to be working;
if (choice == answer ){
trace (... more >>
loadmovie problem
Posted by ewalter at 7/17/2004 7:58:45 PM
I have a site that has a main background movie on top of which I load other
swfs using "loadMovieNum("", 0);" (These act as the different pages of my
site). When I upload it to my server, all of the swf's load correctly but
one, which just doesn't seem to load at all. The only thing that m... more >>
actionscript: stop object going of screen...
Posted by wildteen88 at 7/17/2004 7:04:15 PM
Hi, people in the forum of flash.
I am stuck on settin a sort of boundry, That will stop objects going out of
view! I have a stage size of 400 px (width) and 400 px (height). I have made a
basic car game The problem is thought it dont stop at the end of the stage it
dissapears of viewable ... more >>
Password with Actionscript, PHP, and mySQL
Posted by b_chung NO[at]SPAM cox.net at 7/17/2004 6:47:00 PM
I am creating a Flash website with a password protected page for
minimal security for a particular committee. It uses actionscript
button, connecting to a php login script that validates the login
against what is in a mySQL database
I know my php and mySQL works as I have tested it outside Fl... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
variable not being changed on mc.onPress
Posted by daddyschmack at 7/17/2004 6:27:40 PM
Hello, I'm new at ActionScript, but I thought I understand variable scope, but
maybe not..
I'm trying to retain a down state when a button (movieClip) is pressed, until
another movieclip is pressed. Then the down state is released on the first
movieClip Button and the one that was pressed... more >>
Loading Bar
Posted by PooPooNuggets at 7/17/2004 5:46:16 PM
How do i make a loading bar?
if you havent already guessed i am a n00b to actionscript, thanx
PooPooNuggets... more >>
is this possible?
Posted by -] at 7/17/2004 5:45:02 PM
i have a private part on my website with a username/password log in
screen....the problem is no matter what, when u press enter it will go 2 the
next frame...passing my log in screen. is there anyway to disable the right
click menu or controls- next frame,prev frame, play, etc.
thx
... more >>
Need help with replay button.
Posted by PooPooNuggets at 7/17/2004 5:14:17 PM
How can i make a replay button, i have done all the button making part like the
"hit" area and stuff, all thats left is the actionscript to send it back to the
beginning and play it again,
somebody please help,
Will
... more >>
Unexpected result? Math.sin( Math.PI )
Posted by Bugsworks at 7/17/2004 4:11:06 PM
I expected Math.sin( Math.PI ) returns 1.
However, Math.sin( Math.PI ) returns 1.22464679914735e-16.
Why the problem happen?
... more >>
actionscript problems
Posted by andrei2003daemon at 7/17/2004 3:09:28 PM
hello, i have a few questions about actionscript 2.0:
1) variables, what type of objects can be declared as variables, in
actionscript? i mean, can an external text file be declared as a variable?
then, how can these variables be used? plz help me with code examples.
2) i have managed to c... more >>
Stop external SWF loading
Posted by Contrabland at 7/17/2004 1:53:52 PM
Is there a way to stop a partially loaded swf from loading?
I've got a few videos embedded in external SWFs that load into an empty
container MC, if you watch just the start of one and then click to watch
another one it replaces the original SWF in the container but doesn't stop it
from l... more >>
Please verify this code?
Posted by Edwin Merced at 7/17/2004 1:34:26 PM
Why doesnt this work?
_root.onClipEvent(enterFrame){
if (this._currentframe = 1){
boton_btn._visible = false;
} else if (this._currentframe > 1){
boton_btn._visible = true;
}
}
... more >>
V2 Component programming problem
Posted by Desperatoo at 7/17/2004 12:31:04 PM
Hi Everybody
I have a problem to see defaultValue of Inspectable variables in Flash =
MX 2004 v.7.0.1 Component Inspector.=20
Here is the sample of code that is happening in=20
"class ClassName extends mx.core.UIComponent {}" scope
class ClassName extends mx.core.UIComponent {
// b... more >>
load next active movie, not next sequential movie
Posted by Rob at 7/17/2004 11:19:01 AM
Hello!
I'll try to make this concise...:-)
I have a presentation that consists of 9 different .swfs. (module1.swf
through module9.swf) The user can select which one to view from a menu, or
they can simply click on a NEXT> button to be automatically forwarded to the
next .swf, sequentially.... more >>
large draggable object but small area to 'grab'
Posted by amara at 7/17/2004 10:49:51 AM
I'm hoping this will be a fairly simple answer....
I've created a movie clip which is draggable within a fixed rectangle.
However, I only want the user to be able to click and drag the movie clip from
one small area within it, rather than being able to click anywhere over the
whole area of... more >>
Mortgage Calculator
Posted by Siriunson at 7/17/2004 9:48:20 AM
Hi being VERY new to ActionScript I would really appreciate some help.
I have built a mortgage calculator based on(I mean using the code from!)the
tutorial by sas jacobs, however in my version (.fla 0.32MB
http://website.lineone.net/~s.haiz/mortgagecalculator.fla) the combobox has
"Repayme... more >>
HELP
Posted by meeesta at 7/17/2004 8:36:30 AM
Is it possible for Flash to be well forgetful? Or am I throwing to much info
around and Flash is getting confused.
URL - http://www.motrac-racing.com/cj/holdingpage.html
Actionscript File - http://www.motrac-racing.com/cj/loadTheseDetails.as
Idea - scrollable Drag and drop thumbnails a... more >>
copy files with fscommand?
Posted by beekay at 7/17/2004 5:51:52 AM
Hi
I'm creating a cd-rom for a client and was wondering if flash had any fscommands for copying files from one location to another (eg. from the cd to the hard drive)?
Thanks
Ben... more >>
different movie depending on global variable.
Posted by Rob at 7/17/2004 1:17:16 AM
Hello,
When I click on a button, I would like to have a different movie load
depending on the value of a global variable. My global variable is called
'next'. The button that I'm refering to resides on the main timeline of
level0. Here's kind of what I mean...althought I know this code doesn... more >>
|