here is something that i worked on today. its not much but its sorta an improvment for me. so please tell me what you think.
bare in mind im am sorta new to flash.
http://alexsdesigns.net/
thanks=)
here is something that i worked on today. its not much but its sorta an improvment for me. so please tell me what you think.
bare in mind im am sorta new to flash.
http://alexsdesigns.net/
thanks=)
i look over ur site ( intro) and it seems pretty basic, only 3 seconds long. but dont worry, im only a little step ahead of you.
if you need help making your stuff better, let me know and i can help.
you can check out my site to see ideas on pretty basic stuff
http://geocities.com/mattijoegeorge
this is the page i made today
http://geocities.com/mattijoegeorge/klannorth.html
feel free to ask ne questions becasue im right where u are bud…
matt :crazy:
thanks, i am planing on making it better. im just expirementing right now. i just added a cool e-mail form to the main page.
=)
what is the html (or java script) for that? its pretty cool
also, do u know where a good html tutorial is cause i need to learn it fast :evil:
Alex: A preloader would be nice
UG: http://www.kirupaforum.com/showthread.php?s=&threadid=13932 <-- has a whole bunch of scripting tutorial sites listed. Might be of use to you.
does it take a while to load?
no alex, it doesnt so it has no need for a preloader
lost beta, where is a good preloader place, casue all the ones ive tried to fit m new page ( http://geocities.com/mattijoegeorge/klannorth.html ) havent worked or im jsut doin them wrong
please help me
It took a while to load for me and I am on a cable modem. Perhaps it was just his server acting up, but for professionality a preloader should ALWAYS be used on a Flash movie no matter how small the size.
And you can find many preloader tutorials on this very site. Just use the search field way in the upper right hand corner of this forum in the blue bar with the checkered background. Look for preloader, or preload, etc. They all work, otherwise they wouldn’t of been posted
thanks for the input lost.=)
After looking at your site I notice everything is mainly just text. Perhaps the preloader does work, but there is so little to load that it just passes over it instead.
i meant to say, i took the preloader out before it was published becasue it didnt work
i am looking over the preloader tutorial again right now and it says to start the movie on frame 3 but i already have my movies on frame 1
how do i move my entire movie to frame 3?
click on frame one on the highest (or lowest) layer… then drag to select all of your frames (they should all turn black).
Once all frames are selected, click and drag your frames over two. They will all move at once.
Or to save trouble just throw it in a new scene before your actual movie, then have it play the next scene (i know, arguments will arise on this method because scenes are evil, but hey, you gotta do what you gotta do and it works).
thanks lostinbeta that helped
what is the actionscript to call a scene?
There are multiple methods…
nextScene()
gotoAndPlay(“SceneName”, frame#)
or give frame 1 in that scene a frame label and use
gotoAndPlay(“frameLabelinScene”)
hmm lost,
i got the preloader to work, but when its done loading, it doesnt disappear and the movie doesnt load properly ( doesnt run)
what should i do
hey lost i found a preloader (you made it)http://www.kirupa.com/developer/mx/percentagepreloader.htm
and i am not sure how to implement it onto my intro. would i make a whole new scene?
thanks=)
Did you try using all of the above scene change methods? Changing scenes is glitchy in Flash, so one method may not work.
*Originally posted by Alex *
**hey lost i found a preloader (you made it)kirupa.com - Percentage Preloader with Load Bar
and i am not sure how to implement it onto my intro. would i make a whole new scene?
thanks=) **
Well the tutorial itself tells you what to do. And everything else about it is already being discussed in here…
i used the method where u drag it away on the timeline
i got it to disappear, but after the bar loads, the page or movie shows up but fails to animate
here is my script for the actions layer:
frames 1:
bytes_loaded = Math.round(this.getBytesLoaded());
bytes_total = Math.round(this.getBytesTotal());
getPercent = bytes_loaded/bytes_total;
this.loadBar._width = getPercent100;
this.loadText = Math.round(getPercent100)+"%";
if (bytes_loaded == bytes_total) {
this.gotoAndPlay(3);
}
frame 2:
this.gotoAndPlay(1);
here is the .fla if u could see what is wrong
It works fine for me UG. I tested in show streaming, the content loaded perfectly, then displayed perfect.
Although I kept getting the error of opening klancontent.swf because I don’t have that file, that is the only error/problem I recieved.
:: Copyright KIRUPA 2024 //--