Help Me I'm An HTML Idiot
In flash publish settings I have the flash alignment set to align the movie in the center horizontally and vertically,
however, it does neither, I've inserted a table into my HTML and I got my movie to center itself horizontally, but i need someone to help my find a way to center it vertically.
my HTML
Code:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<title>3D_cube_bitmap</title>
</head>
<body bgcolor="#ffffff">
<table align="center">
<tr align="center">
<td align="center">
<!--url's used in the movie-->
<!--text used in the movie-->
<!--
<p align="center"></p>
<!-- saved from url=(0013)about:internet -->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="1000" height="550" id="3D_cube_bitmap" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="3D_cube_bitmap.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="3D_cube_bitmap.swf" quality="high" bgcolor="#ffffff" width="1000" height="550" name="3D_cube_bitmap" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</td>
</tr>
</table>
</body>
</html>
sorry, I know this is an over-asked question, but I'm an HTML retard.
thanks for any assistance.
FlashKit > Flash Help > Flash General Help
Posted on: 02-04-2006, 07:29 PM
View Complete Forum Thread with Replies
Sponsored Links:
/me Is An Idiot
Im an idiot. I should know how to do this. It seems very simple. But, i can't.
I have a movie. The first frame constits of a input box, and a button. You type a number 1-9 in the box and push the button. It then goes to frame 2 where there is nothing but math. in frame 2 my action script looks like this.
stop ();
x = input;
if (x == 2,4,6,8) {
gotoAndPlay (5);
} else if (x == 0,1,3,5,7,9) {
gotoAndPlay (10);
}
Then it decides to goto frame 5(if its even) or to frame 10(if its odd). Then displays "even" or "odd" respectivly.
Now. I know this is horriably wrong. And i want to learn how to set veriables and stuff. so if someone could just point me in the right direction. and tell me what im donig wrong. I would greatlly appreciate it.
BTW. 'input' is the veriable name of my input box in frame 1.
Thank you for your help.
View Replies !
View Related
Please Help An Idiot
Some day when I am a master of Flash I will come back to this forum and laugh but for now, I have a stupid question to ask that will probably be responded to with profanitites telling me what an idiot I am. But I hope that at least one person will say, "I think I'll help that idiot." I was wondering, as dumb as this may sound to you, how do you stop a movie from looping?!? I bet you've all seen some off the lower grade Flash movies scattered on the internet. Expecially on newgrounds.com aswell. Well why not prevent me from making 50 more of those? I already have an idiot series of cartoons that are the dymbest pieces of looping crap you've ever seen. Secondly, how do you create a preloader? Once again I ask that you help me from making 50 more idiot movies by answering one more question, how do you create a preloader? This is another question I beleive will only be answered with profanities though. Godspeed post, godspeed.
View Replies !
View Related
I Must Be An Idiot, But
I'm desperate. I bought a computer from a dot.com that went bust. Their former technology guy was a complete fascist who, unbeknownst to those of us who bought the darn things, had done his best to discourage his employees from having any fun. I'm managed to fix most of his mess, but I cannot get Flash to load. It will not, even with shockwave, make the leap onto this computer. Does anyone have suggestions (other than don't buy computers from little Hitler-esque jerks)?
View Replies !
View Related
HELP HELP I'm An Idiot ...
I have a deadline and can't figure out this code. I've got a button to control a movie the scrolls text. HOWEVER, when the movie gets to a certain frame, I don't want the button to work anymore ... In other words, I want the button to tell the movie to stop if it reaches a certain frame. How do I do that??
Here's the code I thought would work:
on (press){
tellTarget ("movie")
play()
if (frame = "16")
stop()
Is this just not the right coding??? HELP!!!! ANYONE!!
thanks,
greg
420
denton, tx
View Replies !
View Related
I Am An Idiot
I know this is really easy, but what is the function that I need to use to tell a movie clip to go to a specific frame and play? Is it telltarget?
Thank you
View Replies !
View Related
HELP ME, I'm Such An Idiot
I'm an aspiring flash artist. Ummmm I need to know something! How would one cut (using a lasso) a picture out and use it in flash? I've tried this so many times. How would you do this in flash? please help my poor troubled soul
View Replies !
View Related
I'm An Idiot...plz Help
this is my first attempt @ a homepage . I want to upload music loops to my page , to start when it opens. Can someone direct me to the tute i need... ty ty ty... im sure youll being hearing alot from me ...as im am an IDIOT when it comes to this stuff!
=TOG=
ps. i cant figure out how to upload what ive done thus far .....ty again!
View Replies !
View Related
I'm An Idiot :)
I feel really stupid asking this, but how do you link a URL to a flash file? I cant figure it out I want it so when people click on a text it will take them to another site
View Replies !
View Related
I AM An Idiot - Please Help
I've created a mini flash intro for a media cd. in this flash demo I've created a couple buttons that need to link to pdf's and zip files that will also go onto the cd - how do I add these links? i want to just say 'geturl' but I'm pretty sure that won't work! Please help!
Kelly
View Replies !
View Related
I Think I'm An Idiot ...
maybe i'm an idiot but ... this works when I test but when I pulish it in html isstead of opening a new window it just opens it in the same window as my flash movie ... whats wrong?
on (release) {
_root.getURL("dealerlocator.html", _blank);
}
View Replies !
View Related
I'm An Idiot, Right?
This is really simple, but I can't make it work. I created a graphic symbol with the instance name purpleRectangle and a button. On the button I placed
on(release) {
purpleRectangle._alpha = 30;
}
And when I play the movie, I see both symbols but the alpha doesn't change the purple rectangle when pressed and released. I have tried it with the following code
shape = newObject();
shape = attachObject("purpleRectangle");
in and not in the first frame with no success.
What am I missing?
View Replies !
View Related
Im An Idiot
hi, im sorry. When I was asking for trouble with scrollers I meant Combo Boxes!!
AAh im so dumb.
Anyways, how do I make these linkable to other frames?
View Replies !
View Related
Help Me, Im An Idiot
Hey all im a bit of a newb, my computer broke and i lost everything and havent used flash for a month, i cam back, and i cant do a motion tween. I want to make a grey square gradually become a black square.
When i do the first frame, i make a square, convert to symbol, then i go a few frames later and insert blank keyframe, and change the symbol to a black, but then the first symbol in frame one is black too!
Ive done this before, ive just forgotten, im an idiot!
HELP!
Matt
View Replies !
View Related
Please Someone Help Me....im An Idiot
Im such an idiot, ive gone and messed up my site. i made a site for a client completely in flash, no he's talkin bout optimization and crap afterwards. i kept his previous site online in case i needed it. i "now" no that search engines dont read the text inside the .swf file. newbie mistake. now im screwed and dont no what2do. i was thinking i could just make a link off his old html site to the "new and improved flash site". any other ideas? god dammit why cant google make their robots search the text in .swf files. ARGGHGHGH
does anyone have an idea how i can optimize this? www.newlookdecor.com
View Replies !
View Related
I'm An Idiot
Hiho, everbody. Need to ask a stupid question here, but it's been bugging me for ages. I've just started using flash MX, and I have two or three similar problems with action scripts. First of all, it only shows me, like, 3 or 4 lines of my code, making it very difficult to read, is there any way to enlarge it? Also, I cant simply write into it, I need to select all hassely commands from the menu which is getting very anoying. I saw somebody in a video tutorial open up one big neat actionscript and it looked really easy and simple, just one big notepad type widow which he could freely code into. I figure i'm obviously using a different version of flash, but is there any way to get the same for standard ol' flash mx? And, finaly, I cant copy and paste into my action scripts, very annoying .
Anyways, if anybody could help me with any of theese, please tell me, as i'm a big ugly idiot, and it would be highly appreciated. Cheers.
View Replies !
View Related
[F8] I Know I'm Not An Idiot But...
flash is being really stupid. i have 2 .swf files - one is just graphics (call it 1.swf), and the other has a movie clip, along with an empty movie clip on the stage. the empty movie clip is called movieClip, and the code on the movie clip is:
on (press) {
loadMovie("1.swf","movieClip");
}
the two files are in the same location, but when i test the movie and click on the movie clip, NOTHING HAPPENS. i have to add _root. in front of "movieClip" so it reads "_root.movieClip" in order for the other .swf file to show up.
WTF is going on here? i know i'm not retarded...i know how to code, yet this extremely simple line of code is not working.
View Replies !
View Related
I'm An Idiot.
I have just and I mean just started learning flash and after having no problems with it suddenly find when i draw a square on my stage it won't take a colour and when i try to click on it to set the size parameters it won't change colour. I know that there must be some simply setting that I hit to screw this up but its driving me crazy. Any help would be most appreciated.
I draw the square then go to the select button and try to select the square but no dice.
View Replies !
View Related
Am I An Idiot?
I have attached the movie that I am having problems with - Now I had my students follow the fade text tutorial - it didn't work. I though they were doing something wrong. . I tried it. . still didn't work.
What am I doing wrong???
I have static text in a movie clip. Keyframe 1 8% alpha, Keyframe 30 100% alpha.
When I click enter in flash it works. If I click Ctrl+enter it does not work
Thanks,
Tobias
View Replies !
View Related
Am I An Idiot?
I have attached the movie that I am having problems with - Now I had my students follow the fade text tutorial - it didn't work. I though they were doing something wrong. . I tried it. . still didn't work.
What am I doing wrong???
I have static text in a movie clip. Keyframe 1 8% alpha, Keyframe 30 100% alpha.
When I click enter in flash it works. If I click Ctrl+enter it does not work
Thanks,
Tobias
View Replies !
View Related
Please Tell Me I'm An Just An Idiot
But it looks like there is no way to absolutely position an image or movie with freedom in an html document in Dreamweaver. The only options I get are the standard Left, Right, Top, etc etc etc...
I know there must be a way to do this without using CSS
View Replies !
View Related
Am I An Idiot?(gotandplay)
I just put a movie clip on Scene 1 of my movie. Inside the movie clip is a button. On the button are the following actions:
on (release) {
gotoAndPlay ("Scene 1", "FrameLabel");
}
this does not work. I've done it ten times, followed the Flash tutorial on it, and still it doesn't work. Please excuse me if this is an idiotic question. Maybe i should just go to bed.
-susan
View Replies !
View Related
I Am A Complete Idiot...can Someone Help Me?
Okay here's my little tiny problem. I finally got my flash site up and working and all. And when I submitted it to the flash check forum I got some great advice. But I have one little problem. I changed the fact that the movies and animations I made I were in separate html files and such. I changed to to where they open up in the main area by the action on mouse event on press load url. I got that to work but when I want people to press a button to go back to the main site area I can't get it to load for some reason. I made the action on the button the same as what I described above, but it won't load. Do I need to specify something else or did I just confuse you all with it. Here's my site url if that helps http://apotterdd.150m.com/ if anyone can get it to come back up let me know but I have failed to get it to show up.
Thanks in advance,
Anita
View Replies !
View Related
Alright...I'm An Idiot
Here's the deal, I'm trying to create an interface where the user can make a selection from the menu and a movie clip with the content slides down into the screen. When they select another option from the menu, I want THAT movie clip to retract and another to slide down with the new content. The thing is, I've done this before and someone here helped me out...I'm using the EXACT SAME action script and, for some reason, it's not working!! The clips slide down, but they don't go back up!! If you think you can help, I'll email you the .fla file...PLEASE, PLEASE HELP!! This is for my graduate portfolio!!
C
Carrie9613@aol.com
View Replies !
View Related
I Am An Idiot.. Heres Why.....
I need to know how to
open a new window that is a certain size without being resizable with no tool bar ect ect ect
tell me what to add and where PLEASE!
on (release) {
getURL("javascript:NewWindow=window.open('kordo.ht m','newWin','left=0,top=0, toolbar=No,location=No,scrollbars=No,status=No,res izable=No,fullscreen=No'); NewWindow.focus(); void(0);");
}
thank you!
View Replies !
View Related
I Am An Idiot...I Bet This Is Easy.
Hi...THANKS...
I need to know how to make a preloader(actionscript?) for loading an external SWF. I can get the SWF to load BUT it freezes the preloader until the movie loads. I am using the "load movie" command. Like I said it loads swf but freezes my "loading" MC that I have in the scene that has load movie command.
Can you help??
or send me a swf with the action script???
jbarbour30@hotmail.com
View Replies !
View Related
Preloading Idiot.
ok trying to jsut do a simpel preloader in MX and am having problem I have three frames the first second and third frame are lables like this:
1.loading 2.start 3.end
on the frame labled loading i have this script:
stop();
ifFrameLoaded ("end") {
gotoAndPlay("start");
}
all that is in that frame is a movie clip of a spining P. But for some reason it never goes on to the next frame. Any help?
View Replies !
View Related
Please Help An Idiot In Trouble
Hi there..
Could someone please tell me how to load an external movie at a certain spot...
for example: Say I am in my main movie...now, I want a button that I press, to give a command that will load another movie, and play that loaded movie at a certain point (say, frame 12, or something stupid like that).
I know I am a probably a complete retard for even envisioning this, but this is the way I thought it would happen:
on (release) {
loadMovieNum("main2", 0);
gotoAndPlay(12);
}
This question has vexed me for the better part of a year now. What is the actionscript command that will do it? If none exists, are their any other ways...
I really appreciate the help everyone
View Replies !
View Related
Someone Please Take Mercy On The Idiot
I posted this request before, but have not gotten any responses. As always, I know just enough about Flash to be dangerous, but not effective, and I would really appreciate some education from someone astute. Here is my previous post (thank you):
I am trying to build a site which has basically two frames:
The top frame contains a Flash movie with navigation buttons, the bottom frame contains different .htm files based on which navigation buttons in the top Flash movie are clicked. Basically, I don't want the Flash movie in the top frame to refresh, just tell Dreamweaver which .htm to load in the bottom frame. How do I do this? What is the code, and how do I set it up?
-kev
View Replies !
View Related
I'm An Idiot: GotoAndstop
I know this will take like two seconds to answer, but I have a short .fla where I need it to stop and go to the first frame.
This is what I've pitifully put together:
gotoAndStop frame1 : Void
After you stop laughing, get back to me
Flash CS3 (9)
ActionScript 3.0
View Replies !
View Related
Idiot Needs Keypress Help
Okay so imagine a movieclipA is playing.
I need the key that is pressed DURING the clip to determine what happens when clip the reaches the last frame.
So; If 'B' is pressed during movieclip1 then I need then movieclipB will play.
Also; If, for example, 'B' is pressed in frame 3 and then 'X' is pressed in frame 7 - when movieclipA ends we go to movieclipBX.
However. I need active keys to be in two sets of four. So lets say ABCD and WXYZ.
Meaning that there is no movieclipAB or AD or BA only one from each group.
Therefore; If in frame 2 'B' is pressed then in frame 4 'C' is pressed then in frame 6 'W' is pressed - we would go to movieclipCW - the second keypress from group 1 over-rides the first from the same group.
On a scale of 1-100 my actionscript skill is about a 0.5 - Any help is gratefully recieved.
Of course if some generous soul want's to give up some time to make this thing work with me then that'd be great - No? - Thought not!
View Replies !
View Related
Your Friendly Idiot Needs Flv Help
<a href="http://www.annbatt.com/Creature/USB/actionscriptdotORG.zip">actionscriptdotORG.zip file of what I'm working on</a>
Contains fla and flvs.
This is a swf thats going to be controlled by an exterior swf (most stops are commented out to check stuff).
Here's the code I'm having issues with (frame 45, lines 4-30 if you're looking in the .fla).
ActionScript Code:
var nc2:NetConnection = new NetConnection();
nc2.connect(null);
var ns2:NetStream = new NetStream(nc2);
player.theVideo.attachVideo(ns2);
/////FLY////
vidbtn2.onRelease=function(){
player._alpha=100;
ns2.play("loadswf/flv/sierramistfun/Insectercise.flv");
}
/////Parking Cop////
var ns3:NetStream=new NetStream(nc2);
player.theVideo.attachVideo(ns3);
vidbtn3.onRelease=function(){
player._alpha=100;
ns3.play("loadswf/flv/sierramistfun/MountedPoliceOfficer.flv");
}
///Mustache///
var ns4:NetStream=new NetStream(nc2);
player.theVideo.attachVideo(ns4);
vidbtn4.onRelease=function(){
player._alpha=100;
ns4.play("loadswf/flv/sierramistfun/MoustacheMethodology.flv");
}
"MoustacheMethodology.flv" plays just fine for me. The other two play sound but not visual. Where did I mess up?
View Replies !
View Related
Help For An Idiot -- Actionscripting 101
I'm not very good at flash. PHP by trade so forgive the ignorance.
What I want to do is a basic slideshow with as much actionscripting as possible since I'm so bad at working w/ the stage. The images cannot be dynamically loaded.
The problem is I don't even know what's possible and am having trouble understanding... well almost everything!
I'm thinking, instead of loading the images into frames, I can load them into the library. (?) I can then create one movie clip on the stage to load images into and put the names of the images into an array. "next" button will add 1 to the index of that array, "previous" will subtract displaying the proper image.
Is that wrong?
*What about preloading? Can I preload all the images and still display only one?
I want to have about 3 swf slideshow files like this with one main movie where you can click and choose which slideshow you want to see. If I do that can I still name all the jpgs as 001.jpg, 002.jpg for each slideshow or will that cause a conflict since the 001.jpg in the mountain slideshow is different than the 001.jpg in the desert slideshow? in other words, are libraries always shared?
Lord I hope someone responds to this. I have completed this whole project and now found out I can't dynamically load all the jpgs. They need to be "in" the movie. I have tried to manipulate that code but... error... !
Here's a piece of that code: (this works perfectly)
ActionScript Code:
[color=darkblue]
this.pathToPics = "mountains/";
this.pArray = ["title.jpg", "001.jpg","002.jpg", "003.jpg", "004.jpg", "005.jpg", "006.jpg", "007.jpg", "008.jpg", "009.jpg", "010.jpg", "011.jpg", "012.jpg", "013.jpg", "014.jpg", "015.jpg", "016.jpg"];
this.fadeSpeed = 20;
this.pIndex = 0;
loadMovie(this.pathToPics+this.pArray[0], _root.photo);
MovieClip.prototype.changePhoto = function(d) {
this.pIndex = (this.pIndex+d)%this.pArray.length;
if (this.pIndex<0) {
this.pIndex += this.pArray.length;
}
this.onEnterFrame = fadeOut;
};
MovieClip.prototype.fadeOut = function() {
if (this.photo._alpha>this.fadeSpeed) {
this.photo._alpha -= this.fadeSpeed;
} else {
this.loadPhoto();
}
};
MovieClip.prototype.loadPhoto = function() {
var p = _root.photo;
p._alpha = 0;
p.loadMovie(this.pathToPics+this.pArray[this.pIndex]);
this.onEnterFrame = loadMeter;
};
MovieClip.prototype.loadMeter = function() {
var i, l, t;
l = this.photo.getBytesLoaded();
t = this.photo.getBytesTotal();
if (t>0 && t == l) {
this.onEnterFrame = fadeIn;
} else {
trace(l/t);
}
};
MovieClip.prototype.fadeIn = function() {
if (this.photo._alpha<100-this.fadeSpeed) {
this.photo._alpha += this.fadeSpeed;
} else {
this.photo._alpha = 100;
this.onEnterFrame = null;
}
};
this.onKeyDown = function() {
if (Key.getCode() == Key.LEFT) {
this.changePhoto(-1);
} else if (Key.getCode() == Key.RIGHT) {
this.changePhoto(1);
}
};
Key.addListener(this);
[/color]
View Replies !
View Related
Call Me An Idiot...
...but I accidentally uninstalled my flash player, and then to make matters worse, when it prompted me to reinstall it later, I clicked "dont install programs from this company"...or some option like that. anyways...I've realized the error of my ways, but I cant find where to change that little option. anyone got some suggestions for me? or a direction to point me in?
View Replies !
View Related
Flash Idiot
Okay, I figured out how to edit ALL of the great File Info in the FLA file and publish it to the SWF file, but there is no "Include XMP metadata" under the HTML tab in Publish Settings. I have to go into the HTML file in MS Expression to get to the Page Title (that comes up in IE), Page Description, Keywords, etc.. It's getting REALLY old having to retype all of this info each time I make a minor change and publish my FLA file. I HAVE to be doing something wrong! I just don't know the question to ask to find the answer in the online knowledgebases. Any help appreciated!!
View Replies !
View Related
Idiot's Guide To FMS
I have a number of video and audio files that I want placed on my site. My web designer know how to generate swf and flv files but doesn't know any scripting or coding.
I came across FMS which seems to be the answer to everything so I downloaded and installed it on a Windows server. I've been trying for 3 days to get it to work.
All documentation deals with scripting on server or client.
Is there a beginner's guide? As I said: I want to put the flv file in a folder and stream it to web clients. I don't want a live stream, interactive stuff, webcam or such. Just stream a simple file.
Any help would be appreciated.
View Replies !
View Related
I'm Kind Of An Idiot, Please Help.
I am still learning action script so please bare with me if my question is extremely easy to fix, but below is a code that I'm trying to use for a button, and below that is the error I keep getting when I check it. Can anyone explain to me what I'm forgetting to put in here and why?
AS
____________
on (release) {
}
function(){
if (_root.currMovie == undefined) {
_root.currMovie = "contact";
this._parent.container.loadMovie("contact.swf");
} else if (_root.currMovie != "contact") {
if (this._parent.container._currentframe >= this._parent.container.midframe) {
_root.currMovie = "contact";
this._parent.container.play();
}
}
}
Error Message
_____________
**Error** Symbol=text_stock, layer=text, frame=1:Line 3: Statement must appear within on handler
function(){
Total ActionScript Errors: 1 Reported Errors: 1
Please help. Thank you, S
View Replies !
View Related
Spot The Idiot
maybe its because im tired or maybe its because i've been away for a while, but what have i done wrong? click home and nothing happens
http://www.hoa.littlespanishflea.org...s/index001.swf
Source: http://www.hoa.littlespanishflea.org...s/index001.fla
View Replies !
View Related
Actionscript Idiot Alert...
Yo, could someone kindly tell me how to simplify this?
Code:
on (release) {
if (_root.button_mode == "top") {
tellTarget ("_root.Table Of Contents") {
gotoAndPlay ("TOC Hidden");
}
}
}
on (release) {
if (_root.button_mode == "TOC") {
tellTarget ("_root.Main Screen") {
gotoAndStop ("Item 1");
}
tellTarget ("_root.Table Of Contents") {
play ();
}
}
}
on (release) {
if (_root.button_mode == "Item1") {
tellTarget ("_root.Table Of Contents") {
gotoAndPlay ("TOC Hidden");
}
}
}
This obviously goes into a button, but I would like to combine the 1st and 3rd on(release) blocks. Ive tried an or statement, but I couldnt get it to check the second eventuallity, I must be using it wrong...
View Replies !
View Related
I'm An IDIOT, So Come Feel Like A Genius And Help Me With
http://www.rit.edu/~drl9292/thesis/drag_game.html
Here's a stupid game I'm trying to make. You're supposed to take the dots above the names and drag them to the correct character. Once complete, hit the "submit" button which will send you either to a "You're right" scene or a "Try again" scene (nope, not "Teletubbies"...they're "Sell-a-tubbies").
I previously had a lot of text here before, but now here's what I want: to click the "submit" button and have a test performed that checks to make sure that each dot is placed correctly on the right Tubbie. If all 4 Dots are correct, then it goes to the next scene. I'm not doing it right (but I'm new to coding, so hopefully it's something obvious/easy).
I am setting up tje variables on the first frame of the main movie that's supposed to find the _X position of each dot (instances named "nodeA1", "nodeA2", etc. which are MCs resting on the first frame). As such:
-------------------------------------------------------
var test1
var test2
var test3
var test4
test1 = _root.nodeA1._x
test2 = _root.nodeA2._x
test3 = _root.nodeA3._x
test4 = _root.nodeA4._x
-------------------------------------------------------
Then I have this "test" coded on the "submit" button which rests on the same frame as the nodes:
-----------------------------------------------------
on (release) {
if (test1 == 133 && test2 == 248 && test3 == 353 && test4 == 477) {
gotoAndPlay (nextScene);
}
}
--------------------------------------------------------
Is my "IF" statement correct? How do I word it so that all 4 tests must be each equal to their respective _X coordinates in order to proceed to the goto statement?
Are my variables set up correctly? I don't know anything...just read the book this morning.
THanks a lot!
--Darcie
[Edited by darcie on 11-06-2001 at 11:47 AM]
View Replies !
View Related
ActionScript Idiot Part I
Yes its Newbie moron ask a stupid question time.....
Hi I have created a draggable movie clip and now I want to write an action that will trigger another movie clip which is within the first only after it has been moved over and rolled-off another object. I assume that this requires a hitTest and a getBounds or .globalToLocal. Is this right and if so what order goes first
thanx DerekC
View Replies !
View Related
Idiot Questions In Component
hi
I do not know, I post my qurstion in flash mx fourm and no one replay....
I guess here maybe where I should post...
any hint I will be greatfull for...
this is my msg...
thanks again...
-----
hi, I am new in flash components
I hope anyone help me to learn some functions....
-----
you can down load a sample file so u can understand me and u can
edit it and post here so all can learn...
u can find it here
http://soft202.5u.com/
-----
in the following file u can see:
7 layers as following:
action
codes
labels
red msgs
green msgs
color
buttons
----
in the layer buttons u can see there are button,
combo list and color bar.
if u could help to let the combo list work and act as button.
if anyone choose from the combo list for example red so the button
will acts diffrent and if the choose green botton will act another way
if red, button will show draggable pane with include msg
how I can add msg to the draggable pane?
if I choose green, the button will act diffrent will show scrol pane with
three choice ( we will talk abut it later)
so all my talk as I guess I need as action script code
for example:
if (color == red)
gotoandstop (red)
ifelese (color == green)
gotoandstop (green)
then how I can write right action script...
well, need code for the button in the two mode green and red...
about the scrol pane has some contents how I can convert them for example
inside it, u can find - Go to url - & - send me email -
how I can add this url mailto: anyone@anysite.com
and http://www.anysite.com
the third one is - play another movie -
how can I add load movie to this content ...
in general how I can activate the three choice...
======
sorry for my many questions....
thanks for all I will so thank for whom will help me
and give the standard codes
and this will benfit me and other reader...
thanks in advance
View Replies !
View Related
Complete Idiot For Buttons
ok, I am fairly new to Flash 5 and am having difficulty with programing buttons, suprise suprise. It is simply a personal homepage I am making in flash. On my index page, or min page, I have all the buttons to go to different pages about myself and my life. However, when I try and program the first button "about me" all it does is blink back and forth between the about me page and the homepage..... what am I doing wrong? HELP!!!!!!!!!!!!
View Replies !
View Related
Idiot Out Of Ideas Needs Help With Checkbox
for the life of me I can not get this to work. All I want to do is have 5 checkboxes each with a label, and when the check box is checked return the label and when not check return "". what am I doing wrong.
function myFunction(component) {
if(local_ck.getValue() == true){
local = "local service";
} else {
local = "";
}
}
Button:
on (release) {
myfunction();
trace(local);
}
View Replies !
View Related
Random Tested By An Idiot
Hi
I've made a classic random;
Math.floor((Math.random()*6)+1);
but it seems not work as if it is really random. I have compare the numbers with throwing a dice 100 times. The result from dice is very even, but it changes alot in Flash. I've also tried with ceil and round and it is the same result. What is wrong?
Anders
View Replies !
View Related
Idiot Question Links
I know, I know this is a moronic question but I cannot seem to link this jpg I uploaded, broke it up, erased some parts on it, grouped it, made it into a symbol, did some fancy thing when you highlight it, but when I use the getURL function, all I get is a silly error. What should I do if I wish to link something to http://dille-zone.com/forum/index.php - what would be the actionscript I plug in there?
View Replies !
View Related
|