Make an animated button
Percentage Preloaders
Collision Detection
Make Custom Cursor
Printable View
Bret,
This is really fantastic stuff!!
Yes, this is something to add to the 3DFA web site. I'll first need to find out about the bandwidth issues that this might bring up.
Would also really like to know what software you have used to get this happening??
Hi Blanius
When i try see it, i have a problem with flash.ocx file and close all my ie windows.
Rui
Rui I would assume that is an issue with the plugin. But even so should not crash IE.
Hey Ed, I captured with old version of Camstudio but did not use it's export to SWF rather I used Flix to export to FLV which is much better for streaming large video like this.
Here's another quick tutorial.
Must have player 7+ installed (you should do that anyway)
Collide Detect
Hi Blanius
Now i got it.
Very nice, well done, teacher.
Rui
Blanius,
This is a great Tutorial. I learned something about Buttons I didn't know. Thanks. I have one question though. Is there anyway possible that it can be used locally on my system for future review?
MoonRise
Tribute Site Created with 3DFA
download it.
If you can play a FLV file you can download the video file. Otherwise you have to download the player too.
FLV file
http://bretlanius.com/flash/test.flv (sorry about the file name)
the player is
http://bretlanius.com/flash/animated_button.swf
When I have more I'll probably make a CD available. I've wanted to do this for a long time but never got around to it till now.
I plan to do one for the new bits coming out for 3dfa to introduce them.
Here is another tutorial on how to make your own percentage pre-loader
http://bretlanius.com/flash/loader.html
As soon as I have the time I plan to do one on some simple games type stuff.
Quote:
Originally posted by blanius
As soon as I have the time I plan to do one on some simple games type stuff.
holy crap man your tutorials are the best ^^
/tommy
very great tutorials! i like to hear your voice.
but is nothing new for an old flash programmer :D
one tipp:
edit the first post to enter all tutorials there. else you must serach through the whole thread to find tuts. you know what I saying? ;)
I've recently discovered layers - but would like to know how they are best used. I like to think others would also benefit from a tutorial movie with audio on this topic.
Rick
does anyone have a tutorial on keeping a player score? I dont know how to and i think it would be nice to add a player score for my shooting games.
hey kusco, please PM me how do you make your avatar???
hello guys... I'm a newbie and I`ll post here because I don`t know where else I could. I wonder if you guys can help me... I have a problem. I'm making a website using 3dfa and everything was well until I got to the Java Script part... Basically what I wanted to do is this: There are 4 buttons:
Home
Biography
Hobbies
Pictures
When I press Home, the Home scene fades out and the home scene reappears, when I press Biography (while on the Home Scene) the home scene fades out and the biography scene should appear, when I press Home (while on the Biography scene) the biography scene fades out and the Home scene appears...and so on for every button... It's really complicated for me since I know very little about JAVA. I did try to do it but it really doesn`t work:
if (current_scene == Scene 1)
{
gotoAndPlay ("Scene 2")
}
else if (current_scene == Scene 3)
{
gotoAndPlay ("Scene 4")
}
If do hope anyone can help me. Thanks!
could you make more please there really good but on custom cursor I have 2 queries
1.try hovering over something and the mouse goes behing it but i want it to go infront
2.how do I make it transparent
to force an object to the top you can use swapDepths with a large number like:
mycur.swapDepths (9999)
To make transparent:
mycur.alpha=40
swapDepths only works on export though.