Sorry...Me Again Bothering...Footer
Here's my footer...Now the original is orange on it's background...here it is white...why? <img src=http://www.ezboard.com/intl/aenglish/images/emoticons/ohwell.gif ALT=":">
MangroveMovie
there's the original movie...what could it be???
:eek:
KirupaForum > Flash > Flash 8 (and earlier) > Flash 5
Posted on: 05-15-2002, 07:26 PM
View Complete Forum Thread with Replies
Sponsored Links:
Arrrrrrrg....this Is Bothering Me
I made a game...the first version of this game had no sound...and now i am making a 2nd version with sound...
when I put the sound in the animation the animation "lags"..
it freezes for a half second and then plays the sound and starts the animation again..
is there any way to edit the sound or do something so the sound doesnt slow the animatoin???
any help is good...
View Replies !
View Related
Sorry For Bothering You One Last Time... :)
Tried it out, but it still doesn't seem to feel like functioning....
You told me:
"This goes "ON" the clip that holds the buttons. The lines you want to change are the two lines that begin with _root. Just use the path names to the instance name of the clip you want to control."
This is what I ended up figuring out:
code:
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
"Movie1".nextFrame();
} else {
"Movie1".prevFrame();
}
}
"Movie1" = instance name
it just tells me that there's no method called "next frame" or "previous frame"
View Replies !
View Related
Bothering Class
hi,
although i have over 5 years of flash experience, only recently i've
actually learnt how to use OOP, and began implementing code via classes in
my projects.
for examle, i have several different projects on my computer, all of them
have in them more-or-less the same type of menu. up untill now, that menu
was created (dynamically) inside a MC called 'menu', with the code for
creating that menu found inside the 'menu' MC (to be honest - this sort of
structure is inheritence i got from the previous flash programmer in my
office...). so what i did, is create a class called 'menu', which recieves
(together with other parameters) the MC into which the menu is created, and
create that menu on the fly. i've placed that class file in a folder which
i defined as a 'class path' (in the AS 2.0 settings in the IDE prefrences)
so i won't have a different copy of it for every project.
i wrote all this down only so you'd understand the problem i've encountered:
older projects which don't use the 'menu' class yet, but the old structure,
and has no link what-so-ever to that class, when i publish them i get
errors, for flash looks for methods and properties found in the 'menu' MC in
the 'menu' class.
let me try make things more clear: in the old projects, i have a MC called
'menu', which has a function called 'menuBuild', and when i publish that
project i get the following error: "There is no method with the name
'menuBuild'." - which is a menthod of the 'menu' MC but not a method of the
'menu' class! but as i said, that old project doesn't use that class at
all!
if anyone understood my problem, i'd appreciate some explainations. in the
meanwhile, my work-around for this, is before i publish old projects i
rename my menu class file to something like '_menu.as', so it can't b found.
thanks in advance,
eRez
View Replies !
View Related
Bothering Text Field Frame
Hi,
I got several textfields in a recent project of mine, and there is a problem with selecting it. When you click on them with your mouse everything is fine, but when switching between them, a green glowing frame appears arround them. It is just a normal textfield, created with the text-tool.
I can't find any options to configure the color or switch it off completely.
Maybe somebody has an idea ?
View Replies !
View Related
Footer Help
Will anyone help me on making a cool flash footer please? I don't know much about AC, and i want a moving, color changing atom balls floating around in slow motion...
View Replies !
View Related
Help With Footer
Hi i made a footer with swish it is 300x40 and 12k i uploaded it to a web server and use the text code from the footer help page but it still doesnt work does any one know why ? here is the code i am useing if you see a problem please reply
<swf width="300" height="40" background="#00000"]www.angelfire.com/theforce/flash/kottonfoot.swf[/swf>
View Replies !
View Related
My Footer
Ok a few people have asked me about my footer so I'm just going to post a sample file that should give you an idea of how to start it off. It's not the exact same thing cause I want you guys to figure the rest out, it shouldnt be too hard though. Enjoy.
View Replies !
View Related
Ah, The Footer
Hi,
I have made a footer for my signature, but I do not know how to insert it. If anyone could help me out, I would appreciate it. Thanks.
Sincerely,
- JoMan
View Replies !
View Related
Help With My Footer Please...
ive been working on a footer that i will have link to my webpage when its finished, but its over the 15k limit and i would like help on inproving it and on makin the file smaller.
Can anyone help me with this?
i'll attach the file for u to look at
View Replies !
View Related
New Footer...
I just uploaded my footer...
and it looks like crap
when i view it on my own page it looks fine...
i viewed the source of the forum and it seems fine..
anyone have any tips?
its smaller... and the off stage area is showing...
thanks.
View Replies !
View Related
Test Your Footer Here Please :)
Hey , i see that there are alot of new testing posts with footers . This will be the testarea ( i hope ) .
The code goes like this :
************************
(swf width=300 height=40] [url]http://www.yourdir.com/footer.swf[/swf)
Max filesize = 15 k . MAX size is 300 x 40 pix
*************************
Remove the ( ) and replace them with [ ] and copy it into your profile . You can find your profile on top right of this page .
[Edited by GmF on 10-10-2000 at 06:01 PM]
View Replies !
View Related
Replay Footer?
hi, i would like to make my footer replay after x amount of time. i know how to loop, but i want to tell the swf how long to wait. thanks ahead for any help.
typeX
View Replies !
View Related
Footer Competition
Only 4 more days left to enter your footer in the newbie competition. This is an informal competition with no real prize other than the honor of putting "Newbie Footer Champion"....i guess in your footer Only newbies allowed. Here is the thread to post a blank message with you footer:
http://board.flashkit.com/board/show...hreadid=290918
Deadline is the 15th
View Replies !
View Related
Footer Format?
What format does a footer for a signature need to be in to be displayed on the forums? And how would I get it to display? I am talking about an animated one that I make in Flash.
Help please.
View Replies !
View Related
Footer Popping Up...
I have a footer movie clip with buttons on it. I'd like it to slide 20 pixels up using tween class when I roll over it and to slide back down when I roll out. Since I have buttons on it the footer slides back down whenever I roll over those buttons. I've tried using mouseListener with _ymouse but it has some "glitches" since the movement is not linear but "easeOutQuart" (BTW, 'm using MC_tween, not that it matters I guess). The listener updates the mouse position whenever I move the mouse so the popping up process stops and continues when the mouse is not moving anymore.
Here is something similar I'd like to make but that I don't need to click to slide the footer up LINK Is there a way? Hope someone can help.
View Replies !
View Related
Awligon's Footer
For those of you who don't know, the footer is the one where you can do a google search. What I want to know is how he did the list of what people searched for? I have figured out that it is php, but I looked at the php and there is no code there... well, apart from the text that is displayed, what actionscript would be used to post what someone inserted into the search box?
(i was going to post in SS scripting, but since this is also a flash question, plus it will get more attention here, i posted in the flash forum )
BTW, I know ABSOLUTELY NO php, so please explain as if you were talking to a n00b (which you are )
View Replies !
View Related
Footer Games
I was wondering if people could post some of their footers on the thread cuz some of those footers in the posts are so fun to play for a while.
Just thought it would be a fun idea cuz i seen pong, talking with someone, simulation of some "worms" and that driving one that won the footer contest was amazing.
View Replies !
View Related
Footer Crackdown
Alright people!
It seems the mods have now agreed that it is time to start cracking down on footers. We were lenient before and allowed people to exceed file size and dimensions of footers.
We are now going to start being more strict on that kind of thing. Larger file sizes cause the site to load extremely slow on dial-ups and sometimes even broadband depending how many of those people post in one thread.
Also the oversized dimesions take up way too much space on smaller monitors. YES PEOPLE STILL USE 800x600!!!!! (Over 50% of web viewers actually, just in case someone wanted to bring that up).
We aren't trying to be mean or unfair or anything like that. We are actually trying to be more fair to people accessing this forum.
The requirements for footers are as follow...
<B>Dimensions:</B> 300x60 or less
<B>File Size:</B> 15Kb or less (including all/any external files being loaded in)
<B>Text in Footers:</B> 2 lines of text are allowed below or above footers. If your footer is all text, 6 lines are allowed.
To show you that this rule applies to everyone you will notice my footer has changed (as well as avatar for matching purposes). This is because my footer didn't meet the file size requirement. Mods are not an exception to this rule.
Oh yeah, and be sure not to be processor intensive in your footer as well...
Quote:
Originally Posted by David
There is another matter that I have been raising for a while, but which is a difficult thing to judge. I'd like people to take it into consideration when making footers.
If you have a Flash footer, you obviously can have a number of movie clips working off of mathmatics to produce movement (like mine below), or even a large number of tweens (or tweens with alpha levels of less than 100%). If You have 20 or so footers with 20 or so movie clips all moving at one time, it tends to bog down slower processors.
I don't really want to state that there is a requirement for how many mc's you can move around, but instead it will be on a case by case basis. If we get too many complaints about a footer's processsor slow down, then you will be asked to change the footer.
Things to keep in mind. The top bogs on processor power.
1) objects with an alpha of less than 100% moving over other objects.
2) raster images broken apart, and moving.
3) complex vector images (something with say 200 points and 400 lines)
4) constantly updating text fields.
<B>THIS THREAD IS LOCKED!!!</B> Post all replies in this following thread...
http://64.207.155.38/forums/showthre...threadid=16926
View Replies !
View Related
Footer Crackdown
Alright people!
It seems the mods have now agreed that it is time to start cracking down on footers. We were lenient before and allowed people to exceed file size and dimensions of footers.
We are now going to start being more strict on that kind of thing. Larger file sizes cause the site to load extremely slow on dial-ups and sometimes even broadband depending how many of those people post in one thread.
Also the oversized dimesions take up way too much space on smaller monitors. YES PEOPLE STILL USE 800x600!!!!! (Over 50% of web viewers actually, just in case someone wanted to bring that up).
We aren't trying to be mean or unfair or anything like that. We are actually trying to be more fair to people accessing this forum.
The requirements for footers are as follow...
<B>Dimensions:</B> 300x60 or less
<B>File Size:</B> 15Kb or less (including all/any external files being loaded in)
<B>Text in Footers:</B> 2 lines of text are allowed below or above footers. If your footer is all text, 6 lines are allowed.
To show you that this rule applies to everyone you will notice my footer has changed (as well as avatar for matching purposes). This is because my footer didn't meet the file size requirement. Mods are not an exception to this rule.
Oh yeah, and be sure not to be processor intensive in your footer as well...
Quote:
Originally Posted by David
There is another matter that I have been raising for a while, but which is a difficult thing to judge. I'd like people to take it into consideration when making footers.
If you have a Flash footer, you obviously can have a number of movie clips working off of mathmatics to produce movement (like mine below), or even a large number of tweens (or tweens with alpha levels of less than 100%). If You have 20 or so footers with 20 or so movie clips all moving at one time, it tends to bog down slower processors.
I don't really want to state that there is a requirement for how many mc's you can move around, but instead it will be on a case by case basis. If we get too many complaints about a footer's processsor slow down, then you will be asked to change the footer.
Things to keep in mind. The top bogs on processor power.
1) objects with an alpha of less than 100% moving over other objects.
2) raster images broken apart, and moving.
3) complex vector images (something with say 200 points and 400 lines)
4) constantly updating text fields.
<B>THIS THREAD IS LOCKED!!!</B> Post all replies in this following thread...
http://64.207.155.38/forums/showthre...threadid=16926
View Replies !
View Related
Footer Problems
If you look at my new footer, you can see that arrow keys don't work....
However it works like a charm here: http://198.53.191.167:8081/fcs/fcs/j...orld_main.html
Any ideas?
View Replies !
View Related
Flash Footer
How do I create an MC that will align with the bottom of the browser in Flash. Like on this site http://www.thanea.com/ars/ the gray bar at the bottom...
View Replies !
View Related
Just Like Lavaboy's Footer..
Alright here I go.
I've tried to make something like lavaboys / morse 's footer. But I have a problem
ActionScript Code:
onClipEvent (load) { y1 = getProperty(_root.pic1, _y);}onClipEvent (enterFrame) { if (_root.pic1._y <= 65 && _root.pic1._y >= -95) { speedy = -(-50+_xmouse)/8; y1 = y1+speedy; setProperty("_root.pic1", _y, y1); }}
Pretty obvious I think, but when the pic gets lower then 65 (y) then the code totally stop.
Anybody knows a way to solve this?
View Replies !
View Related
WOW My Footer File Is Big
My footer file is to big (about 140k) to use on this site, because of my dancing gir, do you know a way i can lower the file size and make the footer look about the same?
http://www.angelfire.com/ill/flash0/new_footer.swf
This link doesnt use html, so it will appear bigger than it is, its only 300x60.
Its also to big for me to attach to this post
View Replies !
View Related
Insert SWF Footer?
With the risk of being considered as a complete noob: how do you make flash swf's appear at the bottom? I mean, some people (like electrongeek) have those in their signature. Do you have to insert it in your signature in the USER CP? And if so, with what kind of code? I've tried some stuff before, but it didn't work... Please help me
P.S.Sorry if this isn't the right category to be posting this, but nobody seems to be responding in the other ones...
View Replies !
View Related
Flash Footer
Hi all,
I'm working on a large Flex app at the moment and since real estate is at a premium in it I want to have a collapsible footer! I came across the following example which I thought was pretty cool
http://www.triworks.net/triworks2008/index.php
and was wondering if anyone knew how I could do a similar effect? Don't really have a clue where to start so any help really would be greatly appreciated!
Thanks,
Derm
View Replies !
View Related
Awligon's Footer
For those of you who don't know, the footer is the one where you can do a google search. What I want to know is how he did the list of what people searched for? I have figured out that it is php, but I looked at the php and there is no code there... well, apart from the text that is displayed, what actionscript would be used to post what someone inserted into the search box?
(i was going to post in SS scripting, but since this is also a flash question, plus it will get more attention here, i posted in the flash forum )
BTW, I know ABSOLUTELY NO php, so please explain as if you were talking to a n00b (which you are )
View Replies !
View Related
Footer Games
I was wondering if people could post some of their footers on the thread cuz some of those footers in the posts are so fun to play for a while.
Just thought it would be a fun idea cuz i seen pong, talking with someone, simulation of some "worms" and that driving one that won the footer contest was amazing.
View Replies !
View Related
Footer Problems
If you look at my new footer, you can see that arrow keys don't work....
However it works like a charm here: http://198.53.191.167:8081/fcs/fcs/j...orld_main.html
Any ideas?
View Replies !
View Related
Footer Game Forward
Since Flashkit took the Game Arcade away, how about a footer game challenge. If you have a game in your signature could you please post it in the Games forum under the Footer Games thread?
pkw
View Replies !
View Related
Footer Help Easy Question
Please I need help with a Footer,
-How am I suppose to save the foot like a movie?
-I would like to show this footer in a forum that I am a member in.
-My web page is a free,will I still be abel to link it?
-What code am i suppose to use?
-Can you please send me a sample?
note:this footer is not for this forum
Thank you in advance!!
View Replies !
View Related
Newbie Footer Competition
here's the thread where we will post our footer, and the judges will decide which one is the best!
In here, post if you are in.
Any Judges around?
Estudioworks, want to help judge?
oh yea, I'm not judging, I'm in the comp.
View Replies !
View Related
|