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




Help Me Find A....



I NEED A VIDEO ACTIONSCRIPT TUTORIAL.
A TUTORIAL IN VIDEO FORM ABOUT ACTIONSCRIPTING.
Like the ones in www.freeflashtutorials.com
I hope the actionscripting thing starts from the VERY beginning



FlashKit > Flash Help > Flash Newbies
Posted on: 07-17-2006, 07:38 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

My 'find' Won't Find Empty Lines And } Now
on 750 buttons I'm trying to go from:
{
Sound01

}

}
}

to:
{Sound01}

by deleting the empty lines and these } using find & replace - and when I hit replace all - it says none found, even though I copy directly from button code...

Is possible this happened by earlier having copied code from AS window - pasting it onto main stage to hold it while busy doing something else - then later double-clicking it and copying it into the find/replace window - which strangely puts little squares in wherever there was a carriage return??? Help please.

I Want To Find A Job, Who Could Help Me?
I am in china, and I want to work for a USA company's chinese office.

where should I to find it?

Can Someone Tell Me Where I Can Find...
Can Someone tell me where I can find a site with a promo box(s) on it? you do know what that is right? plz I need to know asap. thank you all, and merry christmas!

Tony

Find The VAR
I'm looking for the way to..

var max = #

what would be the actionscripting command?

thanks.

d.

Trying To Find Tut [ HELP ]
Awright troops i need some help here. I haave an idea and I have been stumped @ the first block

I saw a tut some months back, it was to do with collsion dection. The tut used a COLLISION DECTION MAP. It looked like somthing below.

xxxxxxxxxxxxxxxxxxxxx
xxxoxxooooxxxxxxxxxxx
xxxoxxxxxoooooxxxxxxx
xxxooooooxxxxoxxxxxxx
xxxxxxxxoxxxxoxooooox
xxxxxxxxooooxoxoxxxox
xxxxxxxxxoxxxoooxxxox
xxxxxxxxxoxxxxxxxxxox
xxxxxxxxxooooooooooox

With x being the border and o being the only area available , this is somthing that i want to setup. Does anyone recognise this tut?

Cheers

Cant Find The Bug :
I created a preloader with a percentage display. The dynamic text "loadingdisplay" displays the percentage loaded.

I cant find a little bug in this code though. I was tracing the loadingdisplay-variable to find out why it is always showing 67% - from 0 bytes loaded to all loaded.

Can anyone check the code for me plz?
_____________________________________

if (_framesloaded>=_totalframes) {
gotoAndPlay("Scene 1", 1);
} else {
loadingdisplay = "";
loadingdisplay = Math.round(_framesloaded*100/_totalframes)+"%";
trace(loadingdisplay);
gotoAndPlay(_currentframe-1);
}

_____________________________________

I Really Need This....where Can I Find It?
Hello,

i am working on a flash web site and i arrived to the conclusion that i need a funtion which i can use this way:

MC.fall();

fall would be a function to simulate the falling of a MC with gravity and bouncing. Does anyone has such function?

Another question:
can i put an enterFrame inside an if statement?

thanks,
Miguel

Cant Find It.....
Hey guys,

i need some kind of help here...

i want to create a menu, for a site im working on, that was posted as a tutorial here at flashkit (i thought)...

ive put an description in the image ive attached to this thread...

the explanation *when you choose for option 3 it slides to the right, next to option 4, and then the image (for option 3) appears...

if someone could reach me a hand here, or know where to find that tutorial, i would be very helped...

any help would help me,

thnx

Can't Find
there was a fla movie with a computer that opened with a red button, then opened the screen with an apple..it had a search engine and everything..I can't find it here and wondered if anyone knew the fla or author ?
maryann_mancini@yahoo.com

Someone Knows Where To Find This
Hello..I have a client who is dead set on having a banner on her site that has the effect of water when the mouse is moved across the banner(not ripple effect). I know I have seen a tutorial somewhere on how to do this but for the life of me I can't remember where. Can anyone point me in the right direction?

CAN't Find It...
grrrrrrrrrrrr..

i made a new movi , 100 * 100 and want to make a picture-move from the outside of my document.. but everytime i test the movie the size changed - and the "outside-world" can be seen also..

how do i stop this??

i have searched the board - but didn't find anything-

paraf

Im Sorry But I Cant Find?
can anyone give me the path or link of animation master and Light weaver...

i just want the trial or demo anything...


thanx

Please - How To Find If NaN?
I'm trying to check for a textfields value, if it's NaN or not.
Nothing works - please help me somebody!

Code:
var tallet = parseInt(text_txt.text);
trace(tallet);

if(tallet!= NaN){
trace("Not NaN!");
}

Could Someone Please Tell Me Where To Find
the program that allows you to take out movie and sound clips from swf files? I had it awhile back, and i lost it when i reinstalled. I've seen some mind-boggling tricks in flash lately, and I would like to see how they were done.

thanks in advance, and have a nice day! =D

Where Can I Find ?
Hey does any one know where I can find a very simpleTutorial with pictures as giudes on

How to make a preloader Using "Frames" instead of "Bytes"

How Do I Find A Certain SFX?
OK, i dont know how you would explain this. Lets see if i can. Ok you know the sfx on the 'hero' shows, where when there is a transition, it fades to neon colors, and the logo zooms in and zooms out. Ugh, its like diddly-diddly-diddly-didly-duh.
Kind of a bouce, cartoonish loop.
I think this was on the original batman show. I dont know.
If anyone understrands what i mean, please send a sfx, or point me in the right direction, or tell me how i should go about finding it.

SHeesh, i am crazy

Thx
-nanascalala

Do You Know Where I Can Find...
I'm looking for tutorials on making RPG's...can anyone point me in the correct direction? Thank you!

Can't Find Something
Hi

Does anybody know where i can download free video's which explain the features of flash MX 2004, about some of the effects and things like that. also the actionscript.

Thanks

Please Help To Find A Bug
Hi all,

Thanks for reading this.

I have the following problem:

On a site, I have a main.swf .
Inside that, on level 1, another SWF is loaded, let's call it child.swf.
The child.swf has in it:
several movieclips, containing graphics, some are on stage from authoring time ( I put them there manually), some are put there by attachMovie.
several textfields, mostly dynamic text.
a button, which reacts on the mouse and with a keylistener on the "v" and on the "V".

All works well, but sometimes, ( and I can't find what triggers it, it seems to happen randomly, and only once in a while meaning I can play the swf 20 times without anything going wrong) something goes wrong.
What I can see from the screendump sent to me is:
- All the dynamic textfields from child.swf and main.swf are still there, visible and functional (holding there values)
- All the movieclips and all the static textfields from child.swf containing the graphics are gone,
- besides that child.swf still works properly (but offcourse you can hardly see what you are doing), so the actionscript still works
- main.swf is still fully functional, still has all the textfields (which are all dynamic) and graphics visible.

This happens on more then 1 pc, so I take it it has nothing to do with the OS or pc. One of those pc's has the latest flashplayer installed. All swf's are made with FlashMX2004.

This only seems to happen with this one child.swf, with all the other child.swf's this hasn't happened, yet.

Any idea's ? Really, anything ??

Thanks!!

PM

Can't Find Something, PLEASE HeLP
I am using Flash MX and am trying to find: the Fill panel so that I can do a text effect... PLEASE PLEASE PLEASE help!

Can't Find The...
Fill Panel.

Flash MX.

I Can't Find It
something like http://www.botschilde.com/ that effect

i searched everyware but i can't find it

Where I Can Find ?
Fill Panel in Macromedia Flash MX v.6.0...
In tutorials for Macromedia Flash MX
i saw that fill panel but i can't find
it anywhere....
Where is it.... Help

Thanks

Where Can I Find...
Hi,

Where can i find templates in Flash ?
Well what i want is a site already done that we just have to change the lawout.

I know, i'm trying the fast way :P

rhercules

Help Me Find My...........
help me find
i was searching the moves section when day when i came across a nice
trick
the move says look at these 2 pic they are not the same look closely
when u start to concentrate on the pictures trying to find the difference
between them suddenly a loud scream and horrible picture of a monster appear
nice trick is it .
has anyone seen it
i forget to download it and misplace it , searched but nothing
i am mainly after the sound and the monster pic ( i can do something like it)
please help me find it may be you will have better luck than me

searched for days tried every word i could think of ....differ, scream ,pictures , monster

thanksssssssssssssssssss

Help Me Find A Way To Do This :)
Hello to all,

i need some hints about a project that could end up being used in a lot of places.

I need a way to have an swf file play locally (or through an http server) and load content (either by means of loadmovie into it) or any other way around i dont know yet. I want this content to change periodically to suit changes, like product changes, new catalogues etc.

The problem using loadmovie is that when a movie has been loaded, it keeps it in the temporary files so it could ignore the change in the content.

Any way to ensure such new files are loaded for sure?

thanks for any insight

Trying To Find
hi about 2 months ago i saw amessage some where in here about how to do a scroller text .a guy had refered to a site that he had liked and put up alink to it and asked how it was done .the site was like a dj site some where in europe the guy add music to flash sites ..i really like his work but lost his www.address.com. can anyone rember it ....as i looked for over a week now and still cant find it ...thanks for your help guys

Can't Find AS In This Fla
I have an fla (attached link) that when tested seems to be looking for other swf files - but when checking out the fla, I can find where that AS is. I am writing an xml banner ad rotator that plays swf after swf, but this thing is fudging it all up - can someone tell me how to fix this?

http://naturaltalent.cc/xml2/flex4/FLAs/home-main.fla

I posted this in the wrong section before.

Has Anyone Come Across This Before? <---- New Find
lol nevermind, it is a documented operator, nothing to see here

Who Knows Where To Find...?
Who knows where to find a free version of Macromedia Flash 8? I have the trial version because im broke (lol) and i cant find a free version. So what is a good place to find it? Any suggestions?

[F8] Can't Find It
I just got it and I try to find New Flash Docement. But the serach does not find it anywhere.
Is there a way fto find it in a different way?

Were Can I Find This?
hey guys witch categorie would this flash scrolling banner wold be in

http://www.apexproduction.com/index.html

top banner with the images when you hover over them it stops and you can click for a link..

Does Anyone Know Where To Find...
Does anyone know of any tutorials on how to create the action scripting found in this website. http://www.dawebsiteb4dawebsite.com
I need to make a site in which no matter the size of you browser window the flash will caculate how to fit everything in it.

Where Can I Find Something Like This?
Hi Guys,

Have looked everywhere but I cannot find anything like this ...

http://www.routeone-design.com/3D/designer.asp

Is there a tutorial, script etc for it - I am even willing to pay for it if need be - I just need it to help out a good friend and my flash is not so hot as to be able to do this from scratch!

Thanks in advance

Where Can An Old AS'er Find...
.. Flash 5 Actionscript forums? I used to browse them years ago. Can someone point me to an archive of the old forums?

Is There A Way To Find Out...
Is there a way to find out, using actionsctript, what page your flash movie is playing on? Like pass the url from the address bar the flash movie is on to a variable???'

Any help much appreciated.

Thanks in advance!!

Please Help Me Find This
I am looking for a app or a flash file that will allow me to do a animation like this page here

I have tried some panaramic apps and programs but they just dont add up.

-thanks

[CS3] Where Can I Find This?
Hi all ,
I came across a website where there was a curvy line (in flash) - the curves of which could be controlled by moving each line that was at a tangent to the curve.

So It looks something this:



Does anyone know what website this is on? Or could someone tell me how i could go about creating this? like a tutorial or something?

Thanks

Q

Please Help Me Find This
i been trying to find these fonts for year but no luck. since u guys are really the gujurs, can anyone tell me where i can download these fonts from. i have seen them on many site but i'll post one up from the forum
http://www.lensflare.co.nz/
when u click on the link its on the enter page and inside the site too. i'll appreciate it if anyone helps me find them.


thanks
guju

Need To Find Out How To....
Hey everyone.

I need to find out how to open my main movie file into a new window, and then have there be no IE border surrounding the flash files after that. I'm not sure if its javascript that does that or not. Hope i've been vaguely clear. Thanks in advance!

Find Right MC
If I have a button (thebutton) inside a MC (myMC) and from Scene 1 I have the onRelease function.

How do I write the address to that button?

I have try


Code:
_root.myMC.thebutton.onRelease

Code:
this.myMC.thebutton.onRelease
Is that any easy way to find the right address to the button?

Where I Can Find?
hai can anyone tell me where i can find tutorials for Javascript/flash Integration kit?.....i need source files too for the examples.

thanks in advance

Where Can I Find...
I'm a web developer who is looking to create a similar ekg effect to the one seen on this website:

http://www.rockinwithremedy.com

Any help would be great appreciated. If you can do the work for hire, let me know! The only place I've seen anything like it is on the flashden site but Im looking to create the effect within an existing movie.

Thanks!

Steve

Need To Find 9.0
I use wordpress and it requires we use adobe flash 9.0 , but cannot find out where to down load this. Everything is 10. Does anyone know where I can download the version 9 player or any guidance. Thanks,
Tim

Can't Find JVM
I got an error message, when trying to compile. At one point it was working, but maybe I screwed up one of the environment variables.

C:Documents and Settingsjm>mxmlc
Error: could not find a JVM.































Edited: 11/16/2008 at 09:02:58 PM by MrCactu5

I Just Can't Find It...help
on this site you can view and download two tutorals;

-SLIDING MENU
-CREATE A PHOTO GALLERY

The thing that i wanted to do was to put a sliding menu into one of the pages of the photo gallery.

When i do this, the sliding menu fails to work... don't know why?

I've seen this in the following webside http://www.nicolefarhi.com/

I a student photography, and i wanted to use the same system in my one site...

Can somebody help me with this, or give me some advice?

thankx

Does Anyone Now When I Can Find Help For
Setting up a time count down to a level in a game?
Basicly something that counts down from lets say 120 seconds and once it reaches 0 it sends you to another scene where you get your score the option to play again (I can do all the other stuff ) but I'm stuck on the counter.

any help would be get.

Can I Find One Of These Somewhere?
I know it would be near impossible to find something exact but looking for something close enough to modify.

Basically a Pop-up flash mp3 player but not an ordinary one.

The player should have a playlist that can be easily updated. I will need to upload files from time to time and it should be easy to add files to the player. The player should “stream” (If it waits for the first cut, that’s OK, but the other cuts should segue with out loading). There will be two categories of audio: Commercials and Songs. There will be as many as 12 songs (As few as 4) from different artists. In between each song there needs to be a commercial. There should be two directories for uploads (Commercials and Songs) The playlist needs to be shuffled each time it gets loaded. The client wants to make sure the songs and the commercials come up in different positions each time(shuffled). If a user was to listen to every song and commercial in a row, then the playlist should loop back around. The first cut in the playlist will always be an intro to Party CT radio (Commercial). After that the commercials and songs will alternate.

I built an mp3 player from the book, Flash mx 2004 Beyond the basics. then tried to recode it for these purposes. It was way too tough for me. im barely intermediate when it comes to AS.

I am attending Macromedia university and trying to learn anything I can, but I really need to find something for this soon. Any help I can get is appreciated!

Where I Can Find?
hai can anyone tell me where i can find tutorials for Javascript/flash Integration kit?.....i need source files too for the examples.

thanks in advance

Copyright © 2005-08 www.BigResource.com, All rights reserved