SlideShare a Scribd company logo
1 of 51
Program-1
Program to Create a blinking star
Steps:-
1) Open Macro Flash Media Player and create a new document.
2) Create a Star shaped Object of the desired size.
3) Use Paint Bucket tool to fill the Star object with the desired colour ,
selected from the colour palette.
4) Next inserta new frame by rightclick on the frame number and
insertnew Key frame.
5) In the new Key frame the same object with the same colour will
appear in the Workspace.
6) Change the colour by selecting new colour from the colour palette
and fill using bucket tool.
7) Press ctrl + Enter to run.
Program-2
Program to perform Guided Motion
Steps:-
1) Open Macro Flash Media Player and create a new document.
2) Using pencil or Line tool draw a ball of desired size on a frame in one
layer.
3) Using bucket tool fill the desired colour from the colour palette.
4) Add a new Keyframe,In this the same object as in initial frame will
appear in workspace.
5) Now change object’s position to a somewhatdistantplace.
6) Rightclick on the layer will give us option to add a new layer ,i.e.
GUIDE layer by clicking “add Motion Guide”.
7) In its 1st frame draw a path of any shape with the Pencil tool.
8) Now rightclicking the frames of previous layer prompts out the
option of ”create motion tween”.
9) Selecting this a arrow will appear within the frames from 1st to last
frame.Ifthe arrow is Dotted ,,tweening isn’tcomplete.
10)Repeat the Steps again.
11) Press ctrl + Enter to run.
Program-3
Program to perform shape tweening.
1)Open MacroFlash Media Player and create a new document.
2) Using circle or any other shape draw the desire shaped object on a frame
in a layer.
3)Fill the object with desired colour from the colour palette.
4) Now inserta new frame by rightclick on the frames and inserta new
key frame.
5)In the new Key frame draw the new object and fill it with the
desired colour.
6)Continue this to add some more frames with different shapes.
7)Click on any middle frame within twoKey Frames.
8)Select properties & apply MOTION tweening.
9)Apply tweening within every two Key frames.
10 )Press ctrl + Enter to run.
Program-4
Program for motion tweening.
Steps:-
1)Open MacroFlash Media Player and create a new document.
2) Using circle or any other shape draw the desire shaped object on a frame
in a layer.
3)Fill the object with desired colour from the colour palette.Insertanother
Key frame into 1st layer atsomewhatdistance.
4)Insert another layer by rightclicking on the layer.
5)In this layer add an object(ball)whose motion is to be performed.
6)Add new key frame after skipping some frames & add another location
of the object (ball)
7)Similiarlyadd some more key frames upto the lastkey frame of the 1st
layer.
8) Now apply motion tweening between every two key frames on the 2nd
layer.
9)Press ctrl + Enter to run.
Program-5
Program to convert object to text
Steps:-
1)Open MacroFlash Media Player and create a new document.
2) Using circle or any other shape draw the desire shaped Object on a
frame in a layer.
3)You can fill it with any colour if desired or else continue.
4)Rightclick on any frame after somewhatdistance then inserta new blabk
frame.
5)Use the TEXT tool to add a text box & writa any name in it.
6)Select the text & press ctrl+B.Itwill break apartthe text.
7)Press ctrl+B again, the text will break apartagain & will look like as
shown below
8)Now rightclick on any frame between the two key frames & add shape
tweening
9)Press ctrl+Enter torun.
Program-6
Program to make a Butterfly fly
Steps:-
1)Open MacroFlash Media Player and create a new document.
2)Create a butterfly shaped object on a frame in a layer.
3)Add some more key frames with Changed shape of butterfly.
4)Using the Free transform tool reduce the width of butterfly.
5)Undothe change in next key frame & repeat this alternatively.
6)Now rightclick on layer one & add Guide layer
7)On its first frame ,provide a irregularpath from the butterfly’s center.
8)Now apply motion tweening between each & every 2 key frames.
9)Press ctrl+Enter torun.
Program-7
Program to create buttons to STOP,PLAY & goto and play for a shape
tweening
Steps:-
1)Open MacroFlash Media Player and create a new document.
2)Create a object on a frame in a layer & perform shape tweening by
selecting any other frame & drawinga new shape & applying shape tween.
3)Add another layer & in its very 1st frame create 3 objects
a) one red circle for STOP button
b)one blue rectangle for PLAY button
c)one green pentagon for STOP & play
4)Select each one of them singularly & make them a symbol of type button.
5)SelectRED circle then its action & write the following:
on(release)
{ stop();
}
6) Select BLUE rectangle then its action & write the following:
on(release)
{ play();
}
7) Select GREEN pentagon then its action & write the following:
on(release)
{ gotoandplay(18);
}It will stop the tweening & force it to begin from the mentioned frame
number ie 18.
8)Press ctrl+Enter torun.
Program-8
Program to create a burning candle
Steps:-
1) Open Macro Flash Media Player and create a new document.
2)Create a candle with a burning lame using circle & rectangular toolson a
frame in a layer.
3)Rightclick on some random place & insert key frame.
4)Slightlychange the shape of flame with the selection tool
5)Repeatthis process a couple of times & Apply shape tweening .
6)Press ctrl+Enter torun.
Program-9
Program for bouncing a ball
Steps:-
1) ) Open Macro Flash Media Player and create a new document.
2)Create a Rampinto a frame on a layer in 1st frame
3)Add another state in the ramp for pushing the ball in middle of the
bounce.
4)Now add another layer & create a ball in the 1st frame.
5)Rightclick on the frames & add more Key frames on the 2nd layer
6)Continue adding more Keyframes each with a differentposition of ball.
7)Now after specifying the ball’s position in every keyframe.Apply
Motion tweening in between each & every key frame.
8)Press ctrl+Enter torun.
Program-10
Program for Text Morphing
Steps:-
1) Open Macro Flash Media Playerand create a new document.
2) Using the Text tool enter a Textbox into the frame containing the
1st alphabetof the name.
3) Enter another key frame with another text box containing the next
alphabet .
4) Repeat step 3 until the full name is Entered.
5) Now choose another frame at somewhatframe distance & add a
blank frame with a text box containing a totally different word.
6)Now apply shape tweening between every two key frames.
7)Press ctrl+Enter torun.
Program-11
Program for Changing height ,width,angle & visibility of a object
Steps:-
1) Open Macro Flash Media Playerand create a new document.
2) Create an object in a frame on one layer , then convert it into a
symbol (say m) of type MOVIE CLIP.
3) Add another layer & then create different objects for Inc/Dec the
HEIGHT,WIDTH,ANGLE& changing the visibilityfrom Visible to
Invisible.
4) Convert each of them into a symbol of type button.
5) Now write the name of the 1st layer’s object into each button’s
properties & swap,then hit enter.
6) Now each button has to be assigned some action
7) For Height:-
m._height=m._height+4; && m._height= m._height-4;
8) For width:-
m._width=m._width+4; && m._width=m._width-4;
9) For angle:-
m._rotation=m._rotation+4;&& m._rotation= m._rotation-4;
10)For visibility:-
m._visible=0; && m._visible=1;
11)Press ctrl+ Enter to run.
.
Program-12
Program to make an object transparent
Steps:-
1) Open Macro Flash Media Playerand create a new document.
2) Create an object in a frame on one layer , then convert it into a
symbol (say m) .
3) Now add another layer & create a new object with size such that it
can cover the latter object.
4) Convert it into symbol of type “movie clip “& name it say “bwall”
and write the same name i.e. bwall intoits properties & then swap
,hit enter.
5) After this add another layer for buttons to make the object
transparent& visible.
6) Create two objects & convert them too into symbols of type “button”
& write “bwall”intotheir properties as well .
7) Each button is assigned a action script as follows :
For Transparency : bwall._alpha=bwall._alpha-20;
For Visibility : bwall._alpha=bwall._alpha+20;
8) Press ctrl+Enter to run.

More Related Content

What's hot

Computer Coding with Scratch: Lesson 2_primaryschoollessons
Computer Coding with Scratch: Lesson 2_primaryschoollessonsComputer Coding with Scratch: Lesson 2_primaryschoollessons
Computer Coding with Scratch: Lesson 2_primaryschoollessonsSeniorInfants
 
Exercise Word 3
Exercise Word 3Exercise Word 3
Exercise Word 3Jack Frost
 
Scratch Lesson 3 - Interactivity
Scratch Lesson 3 -  InteractivityScratch Lesson 3 -  Interactivity
Scratch Lesson 3 - InteractivityDavid Oromaner
 
c++ programming Unit 2 basic structure of a c++ program
c++ programming Unit 2 basic structure of a c++ programc++ programming Unit 2 basic structure of a c++ program
c++ programming Unit 2 basic structure of a c++ programAAKASH KUMAR
 
Visual Basic IDE Introduction
Visual Basic IDE IntroductionVisual Basic IDE Introduction
Visual Basic IDE IntroductionAhllen Javier
 
Computer animation Computer Graphics
Computer animation Computer Graphics Computer animation Computer Graphics
Computer animation Computer Graphics University of Potsdam
 
GUI Programming In Java
GUI Programming In JavaGUI Programming In Java
GUI Programming In Javayht4ever
 
Java programming lab manual
Java programming lab manualJava programming lab manual
Java programming lab manualsameer farooq
 
Power point final practical exam
Power point final practical examPower point final practical exam
Power point final practical examDenis Odhiambo
 
VISUAL BASIC 6 - CONTROLS AND DECLARATIONS
VISUAL BASIC 6 - CONTROLS AND DECLARATIONSVISUAL BASIC 6 - CONTROLS AND DECLARATIONS
VISUAL BASIC 6 - CONTROLS AND DECLARATIONSSuraj Kumar
 
Computer graphics - bresenham line drawing algorithm
Computer graphics - bresenham line drawing algorithmComputer graphics - bresenham line drawing algorithm
Computer graphics - bresenham line drawing algorithmRuchi Maurya
 
Manipulators in c++
Manipulators in c++Manipulators in c++
Manipulators in c++Ashok Raj
 
COMPUTER GRAPHICS PROJECT REPORT
COMPUTER GRAPHICS PROJECT REPORTCOMPUTER GRAPHICS PROJECT REPORT
COMPUTER GRAPHICS PROJECT REPORTvineet raj
 
Lecture 5 macromedia flash
Lecture 5 macromedia flashLecture 5 macromedia flash
Lecture 5 macromedia flashpoleyseugenio
 
1 unit (oops)
1 unit (oops)1 unit (oops)
1 unit (oops)Jay Patel
 
Basic controls of Visual Basic 6.0
Basic controls of Visual Basic 6.0Basic controls of Visual Basic 6.0
Basic controls of Visual Basic 6.0Salim M
 

What's hot (20)

Computer Coding with Scratch: Lesson 2_primaryschoollessons
Computer Coding with Scratch: Lesson 2_primaryschoollessonsComputer Coding with Scratch: Lesson 2_primaryschoollessons
Computer Coding with Scratch: Lesson 2_primaryschoollessons
 
BRESENHAM’S LINE DRAWING ALGORITHM
BRESENHAM’S  LINE DRAWING ALGORITHMBRESENHAM’S  LINE DRAWING ALGORITHM
BRESENHAM’S LINE DRAWING ALGORITHM
 
Exercise Word 3
Exercise Word 3Exercise Word 3
Exercise Word 3
 
Scratch Lesson 3 - Interactivity
Scratch Lesson 3 -  InteractivityScratch Lesson 3 -  Interactivity
Scratch Lesson 3 - Interactivity
 
Vi editor
Vi editorVi editor
Vi editor
 
c++ programming Unit 2 basic structure of a c++ program
c++ programming Unit 2 basic structure of a c++ programc++ programming Unit 2 basic structure of a c++ program
c++ programming Unit 2 basic structure of a c++ program
 
Visual Basic IDE Introduction
Visual Basic IDE IntroductionVisual Basic IDE Introduction
Visual Basic IDE Introduction
 
Computer animation Computer Graphics
Computer animation Computer Graphics Computer animation Computer Graphics
Computer animation Computer Graphics
 
GUI Programming In Java
GUI Programming In JavaGUI Programming In Java
GUI Programming In Java
 
Java programming lab manual
Java programming lab manualJava programming lab manual
Java programming lab manual
 
Project report
Project reportProject report
Project report
 
Power point final practical exam
Power point final practical examPower point final practical exam
Power point final practical exam
 
VISUAL BASIC 6 - CONTROLS AND DECLARATIONS
VISUAL BASIC 6 - CONTROLS AND DECLARATIONSVISUAL BASIC 6 - CONTROLS AND DECLARATIONS
VISUAL BASIC 6 - CONTROLS AND DECLARATIONS
 
Computer graphics - bresenham line drawing algorithm
Computer graphics - bresenham line drawing algorithmComputer graphics - bresenham line drawing algorithm
Computer graphics - bresenham line drawing algorithm
 
Introduction to c++ ppt 1
Introduction to c++ ppt 1Introduction to c++ ppt 1
Introduction to c++ ppt 1
 
Manipulators in c++
Manipulators in c++Manipulators in c++
Manipulators in c++
 
COMPUTER GRAPHICS PROJECT REPORT
COMPUTER GRAPHICS PROJECT REPORTCOMPUTER GRAPHICS PROJECT REPORT
COMPUTER GRAPHICS PROJECT REPORT
 
Lecture 5 macromedia flash
Lecture 5 macromedia flashLecture 5 macromedia flash
Lecture 5 macromedia flash
 
1 unit (oops)
1 unit (oops)1 unit (oops)
1 unit (oops)
 
Basic controls of Visual Basic 6.0
Basic controls of Visual Basic 6.0Basic controls of Visual Basic 6.0
Basic controls of Visual Basic 6.0
 

Similar to Macromedia Flash Player Practical file

Module 8 creating menu1
Module 8  creating menu1Module 8  creating menu1
Module 8 creating menu1Izatul Akma
 
Adobe Flash CS4 - Simple animations
Adobe Flash CS4 - Simple animationsAdobe Flash CS4 - Simple animations
Adobe Flash CS4 - Simple animationsFatima AlSaadi
 
ITS488 Lecture 4: Google VR Cardboard Game Development: Basket Ball Game #2
ITS488 Lecture 4: Google VR Cardboard Game Development: Basket Ball Game #2ITS488 Lecture 4: Google VR Cardboard Game Development: Basket Ball Game #2
ITS488 Lecture 4: Google VR Cardboard Game Development: Basket Ball Game #2Kobkrit Viriyayudhakorn
 
Lecture 4: ITS488 Digital Content Creation with Unity - Game and VR Programming
Lecture 4: ITS488 Digital Content Creation with Unity - Game and VR Programming Lecture 4: ITS488 Digital Content Creation with Unity - Game and VR Programming
Lecture 4: ITS488 Digital Content Creation with Unity - Game and VR Programming Kobkrit Viriyayudhakorn
 
Graphical Tool Term Paper
Graphical Tool Term PaperGraphical Tool Term Paper
Graphical Tool Term Paperamit soni
 
Cis 407 i lab 2 of 7
Cis 407 i lab 2 of 7Cis 407 i lab 2 of 7
Cis 407 i lab 2 of 7helpido9
 
Modul 3: Menggunakan motion tween
Modul 3:  Menggunakan motion tweenModul 3:  Menggunakan motion tween
Modul 3: Menggunakan motion tweenIzatul Akma
 
Module 3 creating motion tween
Module 3  creating motion tweenModule 3  creating motion tween
Module 3 creating motion tweenIzatul Akma
 
IT Practical File (2).pptx
IT Practical File (2).pptxIT Practical File (2).pptx
IT Practical File (2).pptxmv9499596
 
Training End Users - How to Make a PowerPoint Presentation
Training End Users - How to Make a PowerPoint PresentationTraining End Users - How to Make a PowerPoint Presentation
Training End Users - How to Make a PowerPoint Presentationrcanfield1
 
Trainingendusers 141116181441-conversion-gate02
Trainingendusers 141116181441-conversion-gate02Trainingendusers 141116181441-conversion-gate02
Trainingendusers 141116181441-conversion-gate02Ntsoaki Malatjie
 
Photoshop Tutorial Clipping path service, Photoshop clipping path. photo clip...
Photoshop Tutorial Clipping path service, Photoshop clipping path. photo clip...Photoshop Tutorial Clipping path service, Photoshop clipping path. photo clip...
Photoshop Tutorial Clipping path service, Photoshop clipping path. photo clip...Clipping Path India
 
CETS 2013, Kate Leifheit, handout for Building a Flash Card Interaction with ...
CETS 2013, Kate Leifheit, handout for Building a Flash Card Interaction with ...CETS 2013, Kate Leifheit, handout for Building a Flash Card Interaction with ...
CETS 2013, Kate Leifheit, handout for Building a Flash Card Interaction with ...Chicago eLearning & Technology Showcase
 

Similar to Macromedia Flash Player Practical file (20)

Module 8 creating menu1
Module 8  creating menu1Module 8  creating menu1
Module 8 creating menu1
 
Adobe Flash CS4 - Simple animations
Adobe Flash CS4 - Simple animationsAdobe Flash CS4 - Simple animations
Adobe Flash CS4 - Simple animations
 
ITS488 Lecture 4: Google VR Cardboard Game Development: Basket Ball Game #2
ITS488 Lecture 4: Google VR Cardboard Game Development: Basket Ball Game #2ITS488 Lecture 4: Google VR Cardboard Game Development: Basket Ball Game #2
ITS488 Lecture 4: Google VR Cardboard Game Development: Basket Ball Game #2
 
Lecture 4: ITS488 Digital Content Creation with Unity - Game and VR Programming
Lecture 4: ITS488 Digital Content Creation with Unity - Game and VR Programming Lecture 4: ITS488 Digital Content Creation with Unity - Game and VR Programming
Lecture 4: ITS488 Digital Content Creation with Unity - Game and VR Programming
 
FLASH PROGRAM.pptx
FLASH PROGRAM.pptxFLASH PROGRAM.pptx
FLASH PROGRAM.pptx
 
Graphical Tool Term Paper
Graphical Tool Term PaperGraphical Tool Term Paper
Graphical Tool Term Paper
 
Introduction
IntroductionIntroduction
Introduction
 
Cis 407 i lab 2 of 7
Cis 407 i lab 2 of 7Cis 407 i lab 2 of 7
Cis 407 i lab 2 of 7
 
waagen-ecard
waagen-ecardwaagen-ecard
waagen-ecard
 
waagen-ecard
waagen-ecardwaagen-ecard
waagen-ecard
 
Modul 3: Menggunakan motion tween
Modul 3:  Menggunakan motion tweenModul 3:  Menggunakan motion tween
Modul 3: Menggunakan motion tween
 
Module 3 creating motion tween
Module 3  creating motion tweenModule 3  creating motion tween
Module 3 creating motion tween
 
Botones
BotonesBotones
Botones
 
IT Practical File (2).pptx
IT Practical File (2).pptxIT Practical File (2).pptx
IT Practical File (2).pptx
 
TUTORIAL ON PHOTOSHOP
TUTORIAL ON PHOTOSHOPTUTORIAL ON PHOTOSHOP
TUTORIAL ON PHOTOSHOP
 
Training End Users - How to Make a PowerPoint Presentation
Training End Users - How to Make a PowerPoint PresentationTraining End Users - How to Make a PowerPoint Presentation
Training End Users - How to Make a PowerPoint Presentation
 
Trainingendusers 141116181441-conversion-gate02
Trainingendusers 141116181441-conversion-gate02Trainingendusers 141116181441-conversion-gate02
Trainingendusers 141116181441-conversion-gate02
 
FLASH L07 VIEW TOOLS
FLASH L07 VIEW TOOLSFLASH L07 VIEW TOOLS
FLASH L07 VIEW TOOLS
 
Photoshop Tutorial Clipping path service, Photoshop clipping path. photo clip...
Photoshop Tutorial Clipping path service, Photoshop clipping path. photo clip...Photoshop Tutorial Clipping path service, Photoshop clipping path. photo clip...
Photoshop Tutorial Clipping path service, Photoshop clipping path. photo clip...
 
CETS 2013, Kate Leifheit, handout for Building a Flash Card Interaction with ...
CETS 2013, Kate Leifheit, handout for Building a Flash Card Interaction with ...CETS 2013, Kate Leifheit, handout for Building a Flash Card Interaction with ...
CETS 2013, Kate Leifheit, handout for Building a Flash Card Interaction with ...
 

More from varun arora

Computer networks and it's applications
Computer networks and it's applicationsComputer networks and it's applications
Computer networks and it's applicationsvarun arora
 
Dna digital data storage
Dna digital data storageDna digital data storage
Dna digital data storagevarun arora
 
Advance Java Practical file
Advance Java Practical fileAdvance Java Practical file
Advance Java Practical filevarun arora
 
Dot Net Project Mini Game
Dot Net Project Mini GameDot Net Project Mini Game
Dot Net Project Mini Gamevarun arora
 
Backtracking-N Queens Problem-Graph Coloring-Hamiltonian cycle
Backtracking-N Queens Problem-Graph Coloring-Hamiltonian cycleBacktracking-N Queens Problem-Graph Coloring-Hamiltonian cycle
Backtracking-N Queens Problem-Graph Coloring-Hamiltonian cyclevarun arora
 
Billing in a supermarket c++
Billing in a supermarket c++Billing in a supermarket c++
Billing in a supermarket c++varun arora
 
Institute management
Institute managementInstitute management
Institute managementvarun arora
 
Computer graphics File for Engineers
Computer graphics File for EngineersComputer graphics File for Engineers
Computer graphics File for Engineersvarun arora
 
Project fast food automaton
Project fast food automatonProject fast food automaton
Project fast food automatonvarun arora
 
Mini project in java swing
Mini project in java swingMini project in java swing
Mini project in java swingvarun arora
 

More from varun arora (10)

Computer networks and it's applications
Computer networks and it's applicationsComputer networks and it's applications
Computer networks and it's applications
 
Dna digital data storage
Dna digital data storageDna digital data storage
Dna digital data storage
 
Advance Java Practical file
Advance Java Practical fileAdvance Java Practical file
Advance Java Practical file
 
Dot Net Project Mini Game
Dot Net Project Mini GameDot Net Project Mini Game
Dot Net Project Mini Game
 
Backtracking-N Queens Problem-Graph Coloring-Hamiltonian cycle
Backtracking-N Queens Problem-Graph Coloring-Hamiltonian cycleBacktracking-N Queens Problem-Graph Coloring-Hamiltonian cycle
Backtracking-N Queens Problem-Graph Coloring-Hamiltonian cycle
 
Billing in a supermarket c++
Billing in a supermarket c++Billing in a supermarket c++
Billing in a supermarket c++
 
Institute management
Institute managementInstitute management
Institute management
 
Computer graphics File for Engineers
Computer graphics File for EngineersComputer graphics File for Engineers
Computer graphics File for Engineers
 
Project fast food automaton
Project fast food automatonProject fast food automaton
Project fast food automaton
 
Mini project in java swing
Mini project in java swingMini project in java swing
Mini project in java swing
 

Recently uploaded

Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 

Recently uploaded (20)

Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 

Macromedia Flash Player Practical file

  • 1. Program-1 Program to Create a blinking star Steps:- 1) Open Macro Flash Media Player and create a new document. 2) Create a Star shaped Object of the desired size. 3) Use Paint Bucket tool to fill the Star object with the desired colour , selected from the colour palette.
  • 2. 4) Next inserta new frame by rightclick on the frame number and insertnew Key frame. 5) In the new Key frame the same object with the same colour will appear in the Workspace. 6) Change the colour by selecting new colour from the colour palette and fill using bucket tool.
  • 3. 7) Press ctrl + Enter to run.
  • 4. Program-2 Program to perform Guided Motion Steps:- 1) Open Macro Flash Media Player and create a new document. 2) Using pencil or Line tool draw a ball of desired size on a frame in one layer. 3) Using bucket tool fill the desired colour from the colour palette. 4) Add a new Keyframe,In this the same object as in initial frame will appear in workspace.
  • 5. 5) Now change object’s position to a somewhatdistantplace. 6) Rightclick on the layer will give us option to add a new layer ,i.e. GUIDE layer by clicking “add Motion Guide”. 7) In its 1st frame draw a path of any shape with the Pencil tool.
  • 6. 8) Now rightclicking the frames of previous layer prompts out the option of ”create motion tween”. 9) Selecting this a arrow will appear within the frames from 1st to last frame.Ifthe arrow is Dotted ,,tweening isn’tcomplete. 10)Repeat the Steps again.
  • 7. 11) Press ctrl + Enter to run.
  • 8.
  • 9. Program-3 Program to perform shape tweening. 1)Open MacroFlash Media Player and create a new document. 2) Using circle or any other shape draw the desire shaped object on a frame in a layer. 3)Fill the object with desired colour from the colour palette. 4) Now inserta new frame by rightclick on the frames and inserta new key frame. 5)In the new Key frame draw the new object and fill it with the desired colour.
  • 10. 6)Continue this to add some more frames with different shapes. 7)Click on any middle frame within twoKey Frames. 8)Select properties & apply MOTION tweening.
  • 11. 9)Apply tweening within every two Key frames.
  • 12. 10 )Press ctrl + Enter to run.
  • 13.
  • 14. Program-4 Program for motion tweening. Steps:- 1)Open MacroFlash Media Player and create a new document. 2) Using circle or any other shape draw the desire shaped object on a frame in a layer. 3)Fill the object with desired colour from the colour palette.Insertanother Key frame into 1st layer atsomewhatdistance.
  • 15. 4)Insert another layer by rightclicking on the layer. 5)In this layer add an object(ball)whose motion is to be performed. 6)Add new key frame after skipping some frames & add another location of the object (ball)
  • 16. 7)Similiarlyadd some more key frames upto the lastkey frame of the 1st layer. 8) Now apply motion tweening between every two key frames on the 2nd layer. 9)Press ctrl + Enter to run.
  • 17.
  • 18.
  • 19. Program-5 Program to convert object to text Steps:- 1)Open MacroFlash Media Player and create a new document. 2) Using circle or any other shape draw the desire shaped Object on a frame in a layer. 3)You can fill it with any colour if desired or else continue. 4)Rightclick on any frame after somewhatdistance then inserta new blabk frame. 5)Use the TEXT tool to add a text box & writa any name in it. 6)Select the text & press ctrl+B.Itwill break apartthe text.
  • 20. 7)Press ctrl+B again, the text will break apartagain & will look like as shown below 8)Now rightclick on any frame between the two key frames & add shape tweening 9)Press ctrl+Enter torun.
  • 21.
  • 22.
  • 23. Program-6 Program to make a Butterfly fly Steps:- 1)Open MacroFlash Media Player and create a new document. 2)Create a butterfly shaped object on a frame in a layer. 3)Add some more key frames with Changed shape of butterfly. 4)Using the Free transform tool reduce the width of butterfly.
  • 24. 5)Undothe change in next key frame & repeat this alternatively. 6)Now rightclick on layer one & add Guide layer 7)On its first frame ,provide a irregularpath from the butterfly’s center.
  • 25. 8)Now apply motion tweening between each & every 2 key frames. 9)Press ctrl+Enter torun.
  • 26.
  • 27. Program-7 Program to create buttons to STOP,PLAY & goto and play for a shape tweening Steps:- 1)Open MacroFlash Media Player and create a new document. 2)Create a object on a frame in a layer & perform shape tweening by selecting any other frame & drawinga new shape & applying shape tween.
  • 28. 3)Add another layer & in its very 1st frame create 3 objects a) one red circle for STOP button b)one blue rectangle for PLAY button c)one green pentagon for STOP & play 4)Select each one of them singularly & make them a symbol of type button. 5)SelectRED circle then its action & write the following: on(release) { stop(); }
  • 29. 6) Select BLUE rectangle then its action & write the following: on(release) { play(); } 7) Select GREEN pentagon then its action & write the following: on(release) { gotoandplay(18); }It will stop the tweening & force it to begin from the mentioned frame number ie 18.
  • 31. Program-8 Program to create a burning candle Steps:- 1) Open Macro Flash Media Player and create a new document. 2)Create a candle with a burning lame using circle & rectangular toolson a frame in a layer. 3)Rightclick on some random place & insert key frame. 4)Slightlychange the shape of flame with the selection tool
  • 32. 5)Repeatthis process a couple of times & Apply shape tweening . 6)Press ctrl+Enter torun.
  • 33.
  • 34. Program-9 Program for bouncing a ball Steps:- 1) ) Open Macro Flash Media Player and create a new document. 2)Create a Rampinto a frame on a layer in 1st frame 3)Add another state in the ramp for pushing the ball in middle of the bounce.
  • 35. 4)Now add another layer & create a ball in the 1st frame. 5)Rightclick on the frames & add more Key frames on the 2nd layer 6)Continue adding more Keyframes each with a differentposition of ball.
  • 36. 7)Now after specifying the ball’s position in every keyframe.Apply Motion tweening in between each & every key frame.
  • 38.
  • 39.
  • 40. Program-10 Program for Text Morphing Steps:- 1) Open Macro Flash Media Playerand create a new document. 2) Using the Text tool enter a Textbox into the frame containing the 1st alphabetof the name. 3) Enter another key frame with another text box containing the next alphabet .
  • 41. 4) Repeat step 3 until the full name is Entered. 5) Now choose another frame at somewhatframe distance & add a blank frame with a text box containing a totally different word.
  • 42. 6)Now apply shape tweening between every two key frames. 7)Press ctrl+Enter torun.
  • 43.
  • 44.
  • 45. Program-11 Program for Changing height ,width,angle & visibility of a object Steps:- 1) Open Macro Flash Media Playerand create a new document. 2) Create an object in a frame on one layer , then convert it into a symbol (say m) of type MOVIE CLIP. 3) Add another layer & then create different objects for Inc/Dec the HEIGHT,WIDTH,ANGLE& changing the visibilityfrom Visible to Invisible.
  • 46. 4) Convert each of them into a symbol of type button. 5) Now write the name of the 1st layer’s object into each button’s properties & swap,then hit enter. 6) Now each button has to be assigned some action 7) For Height:- m._height=m._height+4; && m._height= m._height-4; 8) For width:- m._width=m._width+4; && m._width=m._width-4;
  • 47. 9) For angle:- m._rotation=m._rotation+4;&& m._rotation= m._rotation-4; 10)For visibility:- m._visible=0; && m._visible=1; 11)Press ctrl+ Enter to run.
  • 48. .
  • 49. Program-12 Program to make an object transparent Steps:- 1) Open Macro Flash Media Playerand create a new document. 2) Create an object in a frame on one layer , then convert it into a symbol (say m) . 3) Now add another layer & create a new object with size such that it can cover the latter object. 4) Convert it into symbol of type “movie clip “& name it say “bwall” and write the same name i.e. bwall intoits properties & then swap ,hit enter.
  • 50. 5) After this add another layer for buttons to make the object transparent& visible. 6) Create two objects & convert them too into symbols of type “button” & write “bwall”intotheir properties as well . 7) Each button is assigned a action script as follows : For Transparency : bwall._alpha=bwall._alpha-20; For Visibility : bwall._alpha=bwall._alpha+20;