Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








I Feel Stupid But Im Trying To Learn How To Make A Simple Banner Thing...


hi. im working on my website an im makin banners for it. i want it to be like 3 slides or whatever you call them. like for it to change.

can anyone please help me!

if u have any time please IM me at benj1sev1lqueen.

i would appreicate it sooooo much if u helped!

Jenah




FlashKit > Flash Help > Flash Newbies
Posted on: 04-12-2002, 07:36 PM


View Complete Forum Thread with Replies

Sponsored Links:

I Feel Really Stupid For Asking This...
Ok, here goes.
Iv been learning flash for what? About 2 days now. Done all the tutorials and all that. I can do animations and everything no prob. But I have two questions.

If I wanted to make, say a ball go up and then back down down. That would take 2 frames right? With no animation in the middle. Ok what If I wanted that to continue looping through my movie? I dont like to continually copy and paste. Thanks.

Ok my second question, even worse. My movies are different then everyone elses, in that it just kinda stops whent the bar stops going through the timeline. HELP! I want it to just sit there while you can choose what button you want to push. I dont want the background and such dissapearing before you can do anything. Sure I can paste the frams for like 2000 time line spaces, but something tells me that isnt the most efficient way to do it talk about time consuming.

If I could get some answers on these 2 things I would jump for joy, thanks!

View Replies !    View Related
I Feel Stupid...
how do i load a movie into a specific location in my main movie? i feel stupid, its never come up before, but the site i'm workin on now is huge, thanks.

View Replies !    View Related
[F8] I Feel Really Stupid Asking This...
I've been working on a website in flash and I must have accidentally changed an option while working on it. Now, when I rotate an object it rotates differently. It seems as though its rotating 3-Dimensionally.

Ive tryed everything but nothing works
any help would be appreciated

View Replies !    View Related
I Feel Stupid
Hi all! I've created a menubar which seem to work well until I add an URL value to one of its buttons. When adding an URL to one of the menubar's button it seems to change the buttons attributes making it no longer fit into the menubar. Now, this happens only when I use MX 2004, I created the same menubar with old MX and it worked fine, but since I've paid for MX 2004....

There is something I'm doing wrong but I dunno what it is.. Can anyone plz help me out?

Check out the menubar @
http://www.tophpromotions.com/ddr/index2.htm

As you can see the BARRACKS and DOWNLOADS button top borders are below the other button borders (happens when I add the URL to the button) like if the image changes height attributes. Why?


Thank you,
Toph1980

View Replies !    View Related
I Feel So Stupid...
Well I reformatted my computer a few weeks back, and deleted some very valuable stuff, including a few .fla's that i could really have used.

One of which is : http://www.evolewtion.co.uk/swf/lewis_comingsoon.swf

I know there is a way to 'steal' .fla's but all I want is that file back.. I dont even mind if someone steals it for me, then gives me the link to the .fla .

Am I just wishfully thinking?

View Replies !    View Related
I Feel Stupid
Hi all! I've created a menubar which seem to work well until I add an URL value to one of its buttons. When adding an URL to one of the menubar's button it seems to change the buttons attributes making it no longer fit into the menubar. Now, this happens only when I use MX 2004, I created the same menubar with old MX and it worked fine, but since I've paid for MX 2004....

There is something I'm doing wrong but I dunno what it is.. Can anyone plz help me out?

Check out the menubar @
http://www.tophpromotions.com/ddr/index2.htm

As you can see the BARRACKS and DOWNLOADS button top borders are below the other button borders (happens when I add the URL to the button) like if the image changes height attributes. Why?


Thank you,
Toph1980

View Replies !    View Related
I Feel Stupid Asking This But I Am Amazed
I feel stupid saying this but I have to...

How did they achieve the movement I know it was with actionscript but can you do easing with actionscript?

And The movement looks cool is there any example out there? This is my new mission to learn this. I hope someone can help.

http://www.fluxen.com/

View Replies !    View Related
I Feel Stupid (about Gradient Fills)
Hehe, guess what, I have used flash mx practically since it came out, and I havent discovered the :::transform gradient fill tool::: untill now, and I just wanted u to know about that in case there was anyone that had been as blind about this feature as me. Its in the toolbox below the brush, and its terrific to make "bevel and emboss" -like gradients and stuff for your grafix.

View Replies !    View Related
I Feel Stupid Asking This... But... (aliased Fonts)
How do you force text to stay aliased in FlashMX?

I'm using a small pixelfont.. but no matter what I do.. it still comes out antiailased and you can barely read it.

Any help would be greatly appreciated.

View Replies !    View Related
Preloader Not Working Right - I Feel Stupid...
I have this animated intro for a flash site I'm working on. It's a small animation that has 29 frames, and then stays still when it reaches frame 30, where I have the preloader. The thing is that the little text box where it's supposed to show the percentage, only shows after about 50% of the loading, when it should show up as soon as it hits frame 30. (where I have the loading code)

My AS is:


Code:
//this is on frame 30. The dynamic text box is also on frame 30
total = _root.getBytesTotal();
loaded = _root.getBytesLoaded();
percent = int(loaded/total*100);
if (loaded == total) {
gotoAndPlay(32);
} else {
percentagem = percent+"%";
}

//on frame 31
gotoAndPlay(30);

I feel very stupid for not figuring out what's wrong... Can anyone help?

View Replies !    View Related
Rollover Conflicts... I Feel Stupid
okay, i put this in actionscript forum because I'd like to find a nice, clean way to maybe script this...

I want to have an image with a rollover effect. when you rollover it a small button will appear (alpha fade in) on top of the image on the lower right. (the button will allow you to click and switch the image essentially).

when you roll off the image the little button should alpha fade away and hide itself.

since the button is on top of the image and they share the same pixels effectively, i'm getting rollOver, rollOut conflicts. in other words you cannot roll onto the little button that appears without triggering the rollOut function which corresponds to the image/clip the little button sits on top of.

so my button strobes when you attempt to mouse over it.

I'm thinking i can use mouse _x and _y or getBounds to determine if the user mouses over the little button along with onEnterFrame or set interval or something but i'm not sure how something like that would look.

any advice? should be easy... brain's kinda fried

View Replies !    View Related
LocalToGlobal - I Dont Get It And Feel Fairly Stupid
i need to translate some coords from an mc to the main stage so i can position something correctly but i cant for the life of me get localToGlobal to work for me. i checked the flash 5 bible and it had very little to say about it. i cant find any tutes and im just sorta stuck. any help at all would be appreciated. maybe ill figure it out again before anyone replies... lol. yesterday i posted a Q and then found the A like 2 seconds afterwards. anyway, like you care.

View Replies !    View Related
Variables Problem ... I Feel Stupid. :confused:
Hellow,

I'm making a paint-like program. I want to draw several shapes on a MC. Depending on the butten that was selected, the user can draw lines, ovals, polygons,... When the user wants to draw I want to check (using a switch) which button has been selected.
So for each button I have this:

on (release) {
action = 1;//so I can test later wether this button is active or not
}

I declared this variable in the first frame of the main movie's timeline.

var action;

I also tried

_global.action;

and on the MC I want to draw I use a switch to determine which button is active.

on (press) {
switch (action) {//See what action should be applied , draw line, square, oval,...
case 1:
trace("line"); //
Color = new Color(_root.canvas); // just teststuff
Color.setRGB(0xff0000); //
break;
case 2:
trace("Straigt line");
Color = new Color(_root.canvas); // same here
Color.setRGB(0x0000ff);
break;
default :
trace("nikske");
Color = new Color(_root.canvas); // and here
Color.setRGB(0x333333);
break;
}
}

Can anyone tell me where I'm wrong? I can't seem to find it.

Just for shure, I'll add the fla.file.

thanks in advance.

View Replies !    View Related
I Feel Stupid For This But WTF - GotoAndPlay Not Playing [renamed]
I'm even embarrased to post this but can someone check hit out i don't wanna think I'm going nuts here. I have a gotoAndPlay action on the main timeline which tells the movieclip to go to a frame label and play well it seems like it goes to the frame label but it just wont play through.

Check out the attached fla and tell me WTF is this things problem.

I cant believe this

View Replies !    View Related
How To Make A Simple Banner With Images In Motion, Data From Xml
Hi!

I don't know flash at all, but I develop asp.net 2 C# websites.
Could anyone help me, please. I have to make a banner. I found on the net such a banner, it's in actionscript 2:
How can I make it work in action script 3 step by step?
// Action script...

// [Action in Frame 1]
function startDerulare()
{
vit_der = 1;
} // End of the function
function stopDerulare()
{
vit_der = 0;
} // End of the function
idgalerie = _level0._root.idgalerie.toString();
folder_path = "editiaa/galerie/" + idgalerie + "/";
xml_filepath = folder_path + "data.xml";
movieWidth = 600;
movieHeight = 130;
latime_anunt = 100;
spatiu_anunturi = 10;
spatiu_sus = 3;
viteza_derulare = 2;
titlu_x = 0;
titlu_y = 78;
titlu_width = latime_anunt;
titlu_height = 18;
detalii_x = 0;
detalii_y = titlu_y + titlu_height - 4;
detalii_width = latime_anunt;
detalii_height = 18;
pret_x = 0;
pret_y = detalii_y + detalii_height - 4;
pret_width = latime_anunt;
pret_height = 18;
_root.createEmptyMovieClip("hitTestMC", _root.getNextHighestDepth());
_root.hitTestMC.beginFill(16777215, 100);
_root.hitTestMC.lineStyle(1, 16777215, 0);
_root.hitTestMC.lineTo(0, 0);
_root.hitTestMC.lineTo(100, 0);
_root.hitTestMC.lineTo(100, 100);
_root.hitTestMC.lineTo(0, 100);
_root.hitTestMC.lineTo(0, 0);
_root.hitTestMC.endFill();
_root.hitTestMC._x = -(Stage.width - movieWidth) / 2 + 10;
_root.hitTestMC._y = -(Stage.height - movieHeight) / 2 + 10;
_root.hitTestMC._width = Stage.width - 20;
_root.hitTestMC._height = Stage.height - 20;
_root.createEmptyMovieClip("containerAnunturi", _root.getNextHighestDepth());
_root.containerAnunturi._x = -(Stage.width - movieWidth) / 2;
_root.containerAnunturi._y = -(Stage.height - movieHeight) / 2;
_root.createEmptyMovieClip("bordura", _root.getNextHighestDepth());
_root.bordura.beginFill(16777215, 0);
_root.bordura.lineStyle(2, 0, 100);
_root.bordura.lineTo(0, 0);
_root.bordura.lineTo(Stage.width, 0);
_root.bordura.lineTo(Stage.width, Stage.height);
_root.bordura.lineTo(0, Stage.height);
_root.bordura.lineTo(0, 0);
_root.bordura.endFill();
_root.bordura._x = -(Stage.width - movieWidth) / 2;
_root.bordura._y = -(Stage.height - movieHeight) / 2;
var data_xml = new XML();
data_xml.ignoreWhite = true;
data_xml.load(xml_filepath);
data_xml.onLoad = function (success)
{
if (success)
{
id_arr = new Array();
foto_arr = new Array();
titlu_arr = new Array();
detalii_arr = new Array();
pret_arr = new Array();
url_arr = new Array();
anunturi = this.firstChild.childNodes;
nr_anunturi = anunturi.length;
for (var _loc4 = 0; _loc4 < nr_anunturi; ++_loc4)
{
if (anunturi[_loc4].nodeName == "anunt")
{
id_arr.push(anunturi[_loc4].attributes.id);
foto_arr.push(anunturi[_loc4].attributes.foto);
titlu_arr.push(anunturi[_loc4].attributes.titlu);
detalii_arr.push(anunturi[_loc4].attributes.detalii);
pret_arr.push(anunturi[_loc4].attributes.pret);
url_arr.push(anunturi[_loc4].attributes.url);
} // end if
} // end of for
for (var _loc3 = 0; _loc3 < nr_anunturi; ++_loc3)
{
_root.containerAnunturi.createEmptyMovieClip("an" + _loc3, _root.containerAnunturi.getNextHighestDepth());
_root.containerAnunturi["an" + _loc3]._x = _loc3 * (spatiu_anunturi + latime_anunt);
_root.containerAnunturi["an" + _loc3]._y = spatiu_sus;
_root.containerAnunturi["an" + _loc3].createEmptyMovieClip("fotoMC", _root.containerAnunturi["an" + _loc3].getNextHighestDepth());
_root.containerAnunturi["an" + _loc3].fotoMC.loadMovie(folder_path + foto_arr[_loc3]);
_root.containerAnunturi["an" + _loc3].createTextField("titlu", _root.containerAnunturi["an" + _loc3].getNextHighestDepth(), titlu_x, titlu_y, titlu_width, titlu_height);
_root.containerAnunturi["an" + _loc3].createTextField("detalii", _root.containerAnunturi["an" + _loc3].getNextHighestDepth(), detalii_x, detalii_y, detalii_width, detalii_height);
_root.containerAnunturi["an" + _loc3].createTextField("pret", _root.containerAnunturi["an" + _loc3].getNextHighestDepth(), pret_x, pret_y, pret_width, pret_height);
var _loc6 = new TextFormat();
_loc6.align = "center";
_loc6.bold = true;
_loc6.font = "Arial";
_loc6.color = 0;
_loc6.size = 12;
_root.containerAnunturi["an" + _loc3].titlu.html = true;
_root.containerAnunturi["an" + _loc3].titlu.multiline = false;
_root.containerAnunturi["an" + _loc3].titlu.wordWrap = false;
_root.containerAnunturi["an" + _loc3].titlu.border = false;
_root.containerAnunturi["an" + _loc3].titlu.borderColor = 0;
_root.containerAnunturi["an" + _loc3].titlu.background = false;
_root.containerAnunturi["an" + _loc3].titlu.backgroundColor = 16777215;
_root.containerAnunturi["an" + _loc3].titlu.embedFonts = false;
_root.containerAnunturi["an" + _loc3].titlu.selectable = false;
_root.containerAnunturi["an" + _loc3].titlu.text = titlu_arr[_loc3];
_root.containerAnunturi["an" + _loc3].titlu.setTextFormat(_loc6);
var _loc7 = new TextFormat();
_loc7.align = "center";
_loc7.bold = false;
_loc7.font = "Arial";
_loc7.color = 0;
_loc7.size = 12;
_root.containerAnunturi["an" + _loc3].detalii.html = true;
_root.containerAnunturi["an" + _loc3].detalii.multiline = false;
_root.containerAnunturi["an" + _loc3].detalii.wordWrap = false;
_root.containerAnunturi["an" + _loc3].detalii.border = false;
_root.containerAnunturi["an" + _loc3].detalii.borderColor = 0;
_root.containerAnunturi["an" + _loc3].detalii.background = false;
_root.containerAnunturi["an" + _loc3].detalii.backgroundColor = 16777215;
_root.containerAnunturi["an" + _loc3].detalii.embedFonts = false;
_root.containerAnunturi["an" + _loc3].detalii.selectable = false;
_root.containerAnunturi["an" + _loc3].detalii.text = detalii_arr[_loc3];
_root.containerAnunturi["an" + _loc3].detalii.setTextFormat(_loc7);
var _loc5 = new TextFormat();
_loc5.align = "center";
_loc5.bold = false;
_loc5.font = "Arial";
_loc5.color = 0;
_loc5.size = 12;
_root.containerAnunturi["an" + _loc3].pret.html = true;
_root.containerAnunturi["an" + _loc3].pret.multiline = false;
_root.containerAnunturi["an" + _loc3].pret.wordWrap = false;
_root.containerAnunturi["an" + _loc3].pret.border = false;
_root.containerAnunturi["an" + _loc3].pret.borderColor = 0;
_root.containerAnunturi["an" + _loc3].pret.background = false;
_root.containerAnunturi["an" + _loc3].pret.backgroundColor = 16777215;
_root.containerAnunturi["an" + _loc3].pret.embedFonts = false;
_root.containerAnunturi["an" + _loc3].pret.selectable = false;
_root.containerAnunturi["an" + _loc3].pret.text = pret_arr[_loc3];
_root.containerAnunturi["an" + _loc3].pret.setTextFormat(_loc5);
_root.containerAnunturi["an" + _loc3].id_anunt = id_arr[_loc3];
_root.containerAnunturi["an" + _loc3].url_anunt = url_arr[_loc3];
_root.containerAnunturi["an" + _loc3].onRelease = function ()
{
if (this.url_anunt == "" || this.url_anunt.indexOf(" ") >= 0)
{
getURL("javascript:arataAnuntGalerie('" + this.id_anunt + "');", "_self");
}
else
{
getURL("http://" + this.url_anunt, "_blank");
} // end else if
startDerulare();
};
_root.containerAnunturi["an" + _loc3].onRollOver = function ()
{
stopDerulare();
};
_root.containerAnunturi["an" + _loc3].onRollOut = function ()
{
startDerulare();
};
} // end of for
} // end if
delete anunturi;
delete data_xml;
};
oldStageWidth = Stage.width;
oldStageHeight = Stage.height;
_root.onEnterFrame = function ()
{
if (Stage.width != oldStageWidth || Stage.height != oldStageHeight)
{
_root.bordura.removeMovieClip();
_root.createEmptyMovieClip("bordura", _root.getNextHighestDepth());
_root.bordura.beginFill(16777215, 0);
_root.bordura.lineStyle(2, 0, 100);
_root.bordura.lineTo(0, 0);
_root.bordura.lineTo(Stage.width, 0);
_root.bordura.lineTo(Stage.width, Stage.height);
......

View Replies !    View Related
What's The Biggest Thing You Have To Learn Going From Flash 5 To MX ?
Hi - new MX user here.. experienced w/flash 5... what was hardest for you to learn, making the transition to MX?

and any other tips to a newbie MX user would be much appreciated. I don't use actionscript other than button links, so not concerned w/enhancements there..

but, in getting started w/MX, any tips re configuration changes I should make to default settings, and other tips for a new MX user?


mucho appreciado flash dudes...

View Replies !    View Related
Stupid Question Before I Take The Time To Learn To Do This
We are frustrated with Captivate's quizzes and would like to do something a little more flashy and maybe not so quirky. But we need the interactive output to be a single swf file to upload to our LMS. If I take the time to learn to create flash quizzes, would the output be a single swf file? These are just reinforcement quizzes before they take the real tests on the LMS system that will be recorded. Please say yes.

View Replies !    View Related
While : A Stupid Thing - - - -
I've never reach the goal of using the While loop function without crashing the computer memory.... I mean it doesn't work at all - ever.

It's not a syntax or algorithm problem

So can u use this nice loop?

read u, ciao

View Replies !    View Related
There Is No Such Thing As A Stupid Question:
So I guess if there is no such thing as a stupid question here...someone could explain to me how to use Flash? I've tried the tutorials, and I can make OKAY buttons and stuff, but I really need something more interactive...anyone know of a site that soley explains the Flash techniques...My friend has helped me out some, that's why I've passed the clueless stage..Now I'm in the "Help me I'm Lost" stage :-P...HELP ME OUT SOMEONE PLEASE! 8-):-D

View Replies !    View Related
Math Is A Stupid Thing
Errr, anyone noticed this:

x = 0.2
x = x - 0.1

result:

x = 0.999999999999999

continuing:

x = x - 0.1

result

x = -1.53421231243

!!!!!!!!!!!!

Why is Flash so stupid? Is there a base of bugs in it so i do not get suprised next time?

View Replies !    View Related
No Such Thing As A Stupid Question?
Well Ill just Test that theory right now=)

Im a avid user of flash but Ive never had to actually make a button since I do mostly Movies to watch, so Im having difficulty making this interface because I cant seem to make the damn button work, anyhow what Im doing is, on the press code, Im telling it to get the url http://www.blah.com and Im not sneding variables, because none are needed, and I tried sending it in all ways, top, blank, parent, you get the point... anyhow what it does is goto the internet and then proceeds to tell me that the file is to large to open and it wont do it. So Im curious as to how in the world a damn url page can be to large for Internet explorer?

Anyhow thats the problem, let me know whats the deal and what Im doing wrong.

Anthony Cristello

View Replies !    View Related
No Such Thing As A Stupid Question?
Okay... I didn't really want to trawl through the entire site as I'm not a flash user. Is this a US based site?

I'm basically trying to see if I can contact any London-based flash designers who may be interested in some animation work for a project I'm doing.

That's it for now.

Take care...

C66

View Replies !    View Related
I Know You Said There's No Such Thing As A Stupid Question But.....
while working on this site, http://www.libertycity.org/NewLook/nu_index.html my machine crashed taking with it most of the .fla scripting that I had done. anyway, I'm back up and running with it, But I cannot make those rollovers work. just the mouse follow part (that big red thing) I did this myself, which means it can't be too difficult. As a matter of fact it has to be a really simple solution, but apparently I mixed just enough savant with my idiot to stump myself.

you can reply privately if you wish.

-Br
butch@butchross.com

View Replies !    View Related
No Such Thing As A Stupid Question Here?
Well then,

Can God make hot chilli so hot that, not even he can eat it?

What do you do if you see an endangered animal eating an endangered plant?

If a mute swears, does his mother wash his hands with soap?

Is there another word for synonym?

What do you call a fly without wings?

Can vegetarians eat animal crackers?

If the police arrest a mime, do they tell him he has the right to remain silent?

How do they get the deer to cross at that yellow road sign?

What did they go back to before the old drawing board?

If one synchronized swimmer drowns, do the rest have to drown too?

If the #2 pencil is the most popular, why is it still #2?

If you ate pasta and anti-pasta, would you still be hungry?

If you try to fail, and succeed, which have you done?

Why is it called tourist season if we can't shoot at them?

View Replies !    View Related
Resize The Whole Stupid Thing....
i have an animation for the web at 800x600...
ive been asked to resize it to run as a fullscreen
screensaver at a trade show at 1280x1024... what is the
easist way to resize this thing and maintain the integrity
of the animation?
any ideas?
thanks in advance!

View Replies !    View Related
Do You Think I Am Doing A Stupid Thing For My Flash?
This is my updated fla:
http://www.hk2168.com/geneinfo.fla

Give me some advice about the flash ,
thank you~!~!~

P.S I want to make an easing transition.
e.g The circle and all stuffs drops out when press the button

http://www.aarondeemer.com/index2.html

gonna be hard for me, but I like the effects..........

View Replies !    View Related
Scrolling Banner Type Thing
Hello,

Im new to flash and im wanting to create a scrolling bar to put on my site which scrolls the companies i have done work for

it will auto scroll on its own (and loop) when the mouse is not over the movie and when the mouseovers the movie slows, and as the mouse moves to either the left or right the movie reacts accordingly.

what i want is for the user to be able to click on to a particular logo and it takes them to the website or that bookmark in my portfolio.

Any help would be really appreciated.

for your ref i want something similar to the scrolling bars on here :-

http://www.zeitgeistfilms.com/
http://www.foxmovies.com/ - but auto scoll
http://www.dreamworks.com/dreamworks_home.html - but auto scroll.

you get the idea

View Replies !    View Related
EMAIL THING NOT WORK --- Me Stupid?
hi ( i think this is the right place to post this ), ive just uploaded my latest attempt at a personal website http://www.shamhead.co.uk i am having serious trouble with the email form, it uses a CGI script, and i cant for the BLOODYLIFEOFME figure out whats wrong, although i think it maybe something to do with the CGI script.

i know its a lot to ask but could someone more intelligent than myself please have a look at the source files and try to tell me whats wrong .. the two files are here...

http://www.brokenpixel.co.uk/contact.zip

please.... help me .. before ... its .. too ...


....late

thanks

View Replies !    View Related
There Is Such Thing As A Stupid Question (Linkin Help)
I got a very simple question and that question is how do I add links that open in new screens of the browser and how to set up a malito? Is this done thorough action script?
Thanks For Your Help

View Replies !    View Related
Animation Not Displaying, I'm Sure It's A Stupid Little Thing : )
I'm trying to create a simple movie that will continuously show 5 text phrases, one at a time, fading them in and out. My plan is to create each phrase as an individual movie clip symbol, and create an instance of each one in each frame of scene 1.

In other words, my main movie only has 5 frames, each containing a separate instance...got it? Ok, here's the problem:

Each clip seems to be fine by itself, but doesn't display when I test the entire movie. If I play a clip through the library, it looks fine. I create an instance of the same clip and nothing.

First off, am I approaching this the right way? If so, what could it be?

If I have a series of frames (say 5), will each frame play its entire animation before advancing to the next? The symbol in frame 1 is a clip w/ 70 frames. Will Flash (MX) automatically play all 70 before going to the second frame of the main movie, or will the main scene play at its 12 fps?

please help.

thanks,

t.

View Replies !    View Related
Hmmm...no Such Thing As A Stupid Question In Here Huh?
Ok
Imagine that someone approached you who knew nothing whatsoever about Windows Word...but he wanted to make a letterhead, and that was all he wanted to do...nothing else! ..Ok now I could show him how to do that...I would think that maybe him not wanting to know about anything else Word had to offer meant that maybe he was missing out on a lot...but still I could tell/show him how to do make his letterhead. Getting the picture?

Ok...now I make cd autorun menus...I make quite a lot of them...and in my own limited way I am quite good at making them with the software I am accustomed to using (Style Skin & Autorun Maestro)

But I want to make FLASH cd autorun menus.

I AM fairly fluent in photoshop....

I HAVE software that can make sexy flash buttons...

I CAN import and place them in Flash MX....

But thats it.....now what I would love to be able to do is to be able to run commands from those sexy buttons...to...for example run .exe files...open specific file formats on command...open specific folders on the cd rom...in other words make a cd autorun menu in flash, but i know next to nothing about flash...and though this might sound like heresy on a forum like this...i dont really want to learn the depths and intricasies of flash...jusy enough to make my cd autorun menus....

Now as I was saying...if a Joe came up to me and asked me to explain in language that a dummy would understand...how to make a letterhead in Word...I think I could tell/show him how to do that in a fairly uncomplicated straightforward way...knowing that he had had NO UNDERSTANDING of the language of Word at all...

Now what do you think my chances are of finding out what I would like to know in a similar manner...

Grateful thanks and link to my ftp site for drop dead georgeous high res' stock photo images to anyone who can be bothered to take the time to inform me about this.

sigh...hope springs eternal.....


eden

View Replies !    View Related
Is Anyone Capable Of Doing A Simple Animation Here (I Feel Silly Asking This Here)?
If so, could you make it so that my little carrot guy in my game looks like he's going in and out of his hole, without altering code, or the flow of the program, I can't seem to make it animated because everytime i try to alter it in the different frames it alters it in all the frames (in the symbol: ball)
Could you please assist?

Thanks in advance,

Kelly M

View Replies !    View Related
I Don't Get This Stupid Advanced Photo Masking Thing
I REALLY need help with this. This is my first time using flash and i downloaded the trial version of adobe CS3 flash. I tried to follow the directions in this site http://www.smartwebby.com/Flash/phot...s.asp#adv_mask
...but yea...I basically got really lost after the simple photo masking. I tried many times doing the advanced one, i had all the arrows and stuff but whenever i tired testing it, it doesn't work. It's just blank, then a flash of the picture really quickly then blank for a longer period of time then the picture. Please help me out!!! I'm doing this for a non-profit website.

View Replies !    View Related
Change Picture In Banner Function, Thing A Majig.
So I'm helping a friend, or trying to, who needs me to take an .fla and add the ability to change an image on the main layer when one of the navigation buttons is pressed. Easy enough, but I don't know CS3 enough to figure out how...I understand classes / functions to a very novice extent. So, any suggestions? Here is my current code, which works, in making the site change pages etc.

Code:
this.menuBox_mc.appetizer_menu_btn.buttonMode = true;
this.menuBox_mc.lunch_menu_btn.buttonMode = true;
this.menuBox_mc.dinner_menu_btn.buttonMode = true;
//this.menuBox_mc.dessert_menu_btn.buttonMode = true;
this.menuBox_mc.coffee_menu_btn.buttonMode = true;
this.menuBox_mc.martini_menu_btn.buttonMode = true;
this.menuBox_mc.martini_menu_btn.useHandCursor = true;

this.menuBox_mc.home_btn.addEventListener(MouseEvent.MOUSE_DOWN, handleMenuClick);
this.menuBox_mc.appetizer_menu_btn.addEventListener(MouseEvent.MOUSE_DOWN, handleMenuClick);
this.menuBox_mc.lunch_menu_btn.addEventListener(MouseEvent.MOUSE_DOWN, handleMenuClick);
this.menuBox_mc.dinner_menu_btn.addEventListener(MouseEvent.MOUSE_DOWN, handleMenuClick);
this.menuBox_mc.dessert_menu_btn.addEventListener(MouseEvent.MOUSE_DOWN, handleMenuClick);
this.menuBox_mc.coffee_menu_btn.addEventListener(MouseEvent.MOUSE_DOWN, handleMenuClick);
this.menuBox_mc.martini_menu_btn.addEventListener(MouseEvent.MOUSE_DOWN, handleMenuClick);
this.menuBox_mc.photos_btn.addEventListener(MouseEvent.MOUSE_DOWN, handleMenuClick);
this.menuBox_mc.contact_btn.addEventListener(MouseEvent.MOUSE_DOWN, handleMenuClick);

this.menuBox_mc.menu_btn.addEventListener(MouseEvent.MOUSE_OVER, showMenu);
this.menuBox_mc.appetizer_menu_btn.addEventListener(MouseEvent.MOUSE_OVER, showMenu);
this.menuBox_mc.lunch_menu_btn.addEventListener(MouseEvent.MOUSE_OVER, showMenu);
this.menuBox_mc.dinner_menu_btn.addEventListener(MouseEvent.MOUSE_OVER, showMenu);
this.menuBox_mc.dessert_menu_btn.addEventListener(MouseEvent.MOUSE_OVER, showMenu);
this.menuBox_mc.coffee_menu_btn.addEventListener(MouseEvent.MOUSE_OVER, showMenu);
this.menuBox_mc.martini_menu_btn.addEventListener(MouseEvent.MOUSE_OVER, showMenu);

this.menuBox_mc.menu_btn.addEventListener(MouseEvent.MOUSE_OUT, hideMenu);
this.menuBox_mc.appetizer_menu_btn.addEventListener(MouseEvent.MOUSE_OUT, hideMenu);
this.menuBox_mc.lunch_menu_btn.addEventListener(MouseEvent.MOUSE_OUT, hideMenu);
this.menuBox_mc.dinner_menu_btn.addEventListener(MouseEvent.MOUSE_OUT, hideMenu);
this.menuBox_mc.dessert_menu_btn.addEventListener(MouseEvent.MOUSE_OUT, hideMenu);
this.menuBox_mc.coffee_menu_btn.addEventListener(MouseEvent.MOUSE_OUT, hideMenu);
this.menuBox_mc.martini_menu_btn.addEventListener(MouseEvent.MOUSE_OUT, hideMenu);
this.menuBox_mc.menu_btn.useHandCursor = false;

this.menuBox_mc.martini_menu_btn.addEventListener(MouseEvent.MOUSE_OUT, hideMenu);



this.subMenu = new Array(this.menuBox_mc.appetizer_menu_btn,
this.menuBox_mc.lunch_menu_btn,
this.menuBox_mc.dinner_menu_btn,
this.menuBox_mc.dessert_menu_btn,
this.menuBox_mc.coffee_menu_btn,
this.menuBox_mc.martini_menu_btn);

this.subMenuName = new Array( "appetizer",
"lunch",
"dinner",
"dessert",
"coffee",
"martini");


for(var i = 0; i < this.subMenu.length; i++){
this.subMenu[i].tBlack.text=
this.subMenu[i].tWhite.text=this.subMenuName[i];
this.subMenu[i].alpha = 0;
}




this.clipUrls = new Array();
this.clipUrls["home_btn"] = "home.swf";
this.clipUrls["photos_btn"] = "gallery_content.swf";
this.clipUrls["contact_btn"] = "contact.swf";

this.clipUrls["appetizer_menu_btn"] = "menu_appetizer.swf";
this.clipUrls["lunch_menu_btn"] = "menu_lunch.swf";
this.clipUrls["dinner_menu_btn"] = "menu_dinner.swf";
//this.clipUrls["dessert_menu_btn"] = "menu_dessert.swf";
this.clipUrls["coffee_menu_btn"] = "menu_coffees.swf";
this.clipUrls["martini_menu_btn"] = "menu_martini.swf";

function handleMenuClick(e:MouseEvent):void{
var b = e.target;
//weirdness---
if(b.name =="tWhite"){
b=b.parent;
}

var m = menuBox_mc;
if(this.loadingState == "done" || this.loadingState == "fadeIn" || this.loadingState == "expanding" ){
debug(b.name);
if( this.clipUrls[b.name] != undefined && this.clipUrls[b.name] != this.nextMovie){
this.nextMovie =this.clipUrls[b.name];
fadeOut();
}
}else{
trace("Wait...: Loading state = " + this.loadingState);
}
}



function showMenu(e:MouseEvent):void{
for(var i = 0; i < this.subMenu.length; i++){
this.subMenu[i].alpha=1;
}
}

function hideMenu(e:MouseEvent):void{
for(var i = 0; i < this.subMenu.length; i++){
this.subMenu[i].alpha=0;
}
}

View Replies !    View Related
ARGGHH I'm Gonna Rip My Hair Out This Stupid Thing Won't Work
!!HELP!! I'm working on my site at the min, and i've got like a little control box that i can mute the sounds, return to the main menu, and exit from, The one causing the most problems is the one that goes to the main menu, which is on Frame 318.

The control box is actually a movie clip with STOP on frame 1, and the main menu button is a button inside the movie clip. So, when i double click the MC (control box one) and check the actions of the main menu button, i have

Code:
on (press) {
gotoAndStop ("Scene 1", 318);
}


So i don't see whats wrong with it?! Please, if anyone can help with this, i would be sooo grateful cos i've been racking my brains trying to figure out whats wrong with it, and it's just driving me mad!!

--¤S¤H¤A¤D¤O¤W¤--

View Replies !    View Related
Where Do I Learn How To Make Something Like This?
I would like to make a boardgame like the one on this site (URL below) called "Albert Squares" which involves rolling a die for values and sending a counter round a board, opening up different consequences based on what square you land on.

Please could someone tell me how it's done and/or point me in the direction of a relevant tutorial -

http://www.bbc.co.uk/eastenders/fun_games/index.shtml

Very grateful,

qwaszx

View Replies !    View Related
Help Me I Need To Learn To Make Scrollbar
I would like to to simple scrollbar and I never did such tillnow - do you know any easy tutorials for scrollbar in flash?

View Replies !    View Related
Learn To A Beginer To Make A Pre-loader
Hi. I'm so new at this forum but i love flash.
i just finished my last work in flash but don't know how to put a pre-loader at the first of the movie.what about actions???? for the god's sake help me cuz i really need it.
TKS.<

View Replies !    View Related
I Would Like To Learn How To Make This AS More Object-oriented
Hello all,

I've made a fractal generator in Flash.

It basically creates 3 MovieClips, each having 3 little squares (joined together by a couple of lines), which become your way of manipulating the shape of the fractal.

The fractal is then drawn depending on the coordinates of these little squares. I don't think it's necessary to go into further detail on how the fractal is actually generated (if anyone wants, I can explain).


Would anyone mind looking at my code and seeing how I can improve it? I don't mean improve the functionality of the program, but improving how it is coded (the program as it stands does exactly what I want it to do, but probably not in the most OO way).

The reason I made this flash file was to try and do some OO stuff. I don't think it's quite there, and the movieclips confused me somewhat.

Oh, it's Flash 8 and all done in AS.

Come on guys, download the zip file and rip into my code, I'm all ears and I want to know what I've done wrong and what I could've done better. I want to learn OOP in Flash so please don't be shy with the criticisms

View Replies !    View Related
What Should I Learn To Make Multiplayer Games?
I am now able to make basic single player games.. i am still in the process of learning though. But to make an online multiplayer game, i was told i should learn Java or XML sockets... Where should i start? I am currently reading through Learning AS3: A Beginner's Guide.. Can anyone recommend a book or two that i should read next?

View Replies !    View Related
I´d Like To Make A Question For Those Who Are Starting To Learn Flash
Hello everybody!

I live in Brazil, and I teach web design and I have a Flash course in this college.

I´d like to know what are the most difficult thinks about Flash, in your point of view.
I know it´s very hard to make a good and eficient layout (and I think that´s the only thing that matters), and for web designers in Brazil its even more difficult because most of us are not well paid. I also know that it´s hard to reach an advanced scripting skill, but that wasn´t my point...

For you, who are starting to learn, what is - was difficult?

Thanx for all posts, in my name and in the name of all my puppils.

Gabi

View Replies !    View Related
I Want To Learn How To Make A Game With (read Inside)
A character that can move up, down, left, and right and an enemy that chases my character with a health bar. None of the tutorials on Newgrounds work together so I need help here!

View Replies !    View Related
How Hard Is It To Learn To Make Flash Websites?
I am a professional photographer and am interested in creating a flash website like I've seen on the internet. I have lots of experience making html sites with Dreamweaver, but almost no flash experience. How hard is it to learn how to make a cool website with flash and what are the best places to go for education/tutorials?

This is an example of the kind of site I would like to learn to make: MCP Actions or Shonda Barlow Photography

Wendy M
Melodies 'n Memories

View Replies !    View Related
Whats The Best Way To Learn How To Make Flash Games?
I don't know anything about making flash games but I want to learn. What are the first steps I should take to learn how to make flash games? What programs should I download to get started. Any books on flash that anyone can recommend?

View Replies !    View Related
Help Me Learn How To Make An Object Move Using Actionscript.
Need the basic script for this so i can get an idea of this so called object oriented scripting and understand it. I know it uses x / y types of scripting to move an object.

Can someone please write me the actionscript of the following that i can stick on the first frame and the object instance name will be ball:
- Move the ball from stationary to the right
- Move the ball from stationary to up

How do you make it move with a swing like a baseball curve from the pitcher to the golve and also like the ball starts off slow then quickly to get to the final destination of x or y co-ordinates.

View Replies !    View Related
1 Simple Thing
i need some help:
lets say i have menu and in the middle i have text and when i press a button i want the text will chenge and the menu will stay, how do i do that?
sorry for my very bad english i am from israel.

View Replies !    View Related
Simple Thing
ok i just need to know how to get a value to show in a text box.

Like ive got

score = 0;

on my root, then at the end of and MC ive got a code like

onClipEvent(enterframe){
_root.score += 1;
}

yeh anywayz, i just need to know how display the score in a text box.

thanx

View Replies !    View Related
Help On A Simple Thing...
Hi there!

Im having problems with Scenes...
On my first Scene, I have a movieclip with a button inside it, I want that button to make me move to the next scene, but it doesnt... Im desperate! I guess it is a really simple thing but I cant figure it out, does anyone knows how can I move between Scenes with buttons inside movieclips? is this possible? if not what can I do then?

thx in advance

View Replies !    View Related
Simple Little Thing
Hey guys/gals... How would I have a mc three levels down control the _root to move forward one frame (or a few preferably) on "release" or "Down" for use in a simple slide show?

Cheers and thanks in advance.

I just cant get it to work. (I use 2004mx or 8)

View Replies !    View Related
Simple Mp3 Thing
I am trying to create a real simple mp3 playing movie .... i just want to be able to click a button and the mp3 loads and plays, and when i click the same button again, it goes off (it would be great if it could fade out). Whatever I do, the button always loads and plays the mp3 over and over again on top of itself.

Also, is there a way to load the mp3 without playing it, so it kind of preloads before i want it to start playing? Because it seems that loading and playing at the same time seems to "halt" the movie for a couple of seconds while it loads up the mp3. So it would be good if it loaded before i actually want it to play, so clicking to start the song would start it instantly ...

Thanks in advance!

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved