Sponsors Link

Flash8





Learn Flash from the Videos:



In this Part I will show u some videos which help u to learn FLASH-8 clearly


Important:Please Allow POP-UP to Watch the Videos

1> This Video will show how a basic Flash animation can be created:







2> This Video will show how we can create a basic button in Flash8:







3> This Video will also show how to make a button but using Action script which is an important of Flash8:


PLEASE READ DESCRIPTION BEFORE OR AFTER VIDEO!
In this flash tutorial it show you how to make a button and make it highlight when you put your cursor over it. NOTE:This also works for macromedia flash and adobe flash cs3!
Action for the button to link to another frame:
on(release){
gotoandplay(2);
}
NOTE:put the number of the frame you want the button to link to in the parentheses.






4> This Video will show how to create a dressup game using
Flash-8:

Here is the code that you require:

on (press) {
startDrag ("")
dragging = true
}
on (release,releaseOutside) {
stopDrag ()
dragging = false
}

Remember to click the clothe, then open up the actions and paste the code.
Test the game if it works.
PLS USE ACTION SCRIPT 2.0!
EXTRA INFORMATION : IF YOU CREATE MORE THAN 1 FRAME, CLICK ON ONE OF THE LAYER AT THE DRESS UP THEN OPEN UP ACTIONS AND WRITE : stop();






5> And This video will show how to create a keyboard interactive game using Flash-8








Abhishek Pal