SlideShare una empresa de Scribd logo
1 de 228
Windows 8  Windows Phone 8  Web  Mobile  … and more!
@shahedC
WakeUpAndCode.com
Getting Started
Getting Started: Step 1
• https://www.scirra.com/ Download!
Getting Started: Step 2
Run it!
Getting Started: Step 3
Click
File  New
Getting Started: Step 4
Filter
Scroll
Up
Or
Down
Open!
Getting Started: Step 5 Toolbar Projects/Layers
ObjectsLayoutProperties
Tabs for Layouts & Event Sheets
Getting Started: Step 6
Click
File  Save
Getting Started: Step 7
Save!
Enter
File name
Getting Started: Done!
Prepare Your Layouts
Prepare Your Layouts: Step 1
Right-Click to
Rename Layout
Prepare Your Layouts: Step 2
Enter “Start”
Prepare Your Layouts: Step 3
Right-click
Layouts folder
to Add layout
Prepare Your Layouts: Step 4
Add event sheet
Prepare Your Layouts: Step 5
Right-Click
new Layout
to Rename it
Prepare Your Layouts: Step 6
Enter “Game”
Prepare Your Layouts: Step 7
Change Layout Size
for the “Game” Layer
Layout Size:
• Width: 400
• Height: 500
Prepare Your Layouts: Step 8
Change Layout Size
for the “Start” Layer
Layout Size:
• Width: 400
• Height: 500
Prepare Your Layouts: Step 9
Select project
Prepare Your Layouts: Step 10
Update project
properties
Window Size:
• Width: 400
• Height: 500
Fullscreen in browser: Off
Prepare Your Layouts: Done!
Add Play Button
Add Play Button: Step 1
Go to
“Start” screen
Add Play Button: Step 2
Right-click, then
Insert New Object
Add Play Button: Step 3
Select
“Button”
Click “Insert”
Add Play Button: Step 4
Click
anywhere
Add Play Button: Step 5
Update the Text
Add Play Button: Step 6
Enter
“Play”
Add Play Button: Done!
Add Button Event
Add Button Event: Step 1
Go to “Event sheet 1”
for “Start” layout
Add Button Event: Step 2
Click “Add event”
Add Button Event: Step 3
Select
“Button”
Click “Next”
Add Button Event: Step 4
Select
“On clicked”
Click “Done”
Add Button Event: Step 5
Click “Add action”
Add Button Event: Step 6
Select
“System”
Click “Next”
Add Button Event: Step 7
Select
“Go to layout”
Click “Next”
Add Button Event: Step 8
Click “Done”
Add Button Event: Done!
Add Game Graphics
Add Game Graphics: Step 1
Go to the
“Game”
layout
Add Game Graphics: Step 2
Drag in these 4 images
image one by one
Add Game Graphics: Step 3
Arrange
them
like this.
Add Game Graphics: Step 4
Top-left
outside
Near
left
edge
Add Game Graphics: Done!
Add Tiled Background
Add Tiled Background: Step 1
Right-click
then
Insert new
object
Add Tiled Background: Step 2
Select
“Tiled
Background”
Click “Insert”
Add Tiled Background: Step 3
Click
near
the
bottom
Add Tiled Background: Step 4
Load
an image
Add Tiled Background: Step 5
Click “Open”
Select
“floor.png”
Add Tiled Background: Step 6
Close popup
Add Tiled Background: Step 7
Drag to
lower left
Size
• Width: 1000
• Height: 28
Add Tiled Background: Done!
Add Floor
Add Floor: Step 1
Right-click
again
then
Insert new
object
Add Floor: Step 2
Select
“Tiled
Background”
Click “Insert”
Add Floor: Step 3
Click
above
ground
Add Floor: Step 4
Load
an image
Add Floor: Step 5
Click “Open”
Select
“floor2.png”
Add Floor: Step 6
Close popup
Add Floor: Step 7
Drag above
ground
Size
• Width: 1000
• Height: 19
Add Floor: Done!
Add Movement
Add Movement: Step 1
Select
the bird
Add Movement: Step 2
Click
Behaviors
Add Movement: Step 3
Click to
“Add new”
Add Movement: Step 4
Select
“Platform”
Click “Add”
Add Movement: Step 5
Close popup
Add Movement: Step 6
Reduce
Max Speed
to 0
(prevents
left-right
movement)
Add Globals
Add Globals: Step 1
Double-click
“Event sheet 2”
Add Globals: Step 2
Right-click, then
“Add global variable”
Add Globals: Step 3
Add New Global Variable 3 times
• Name: SECONDSPEROBSTACLE
• Type: Number
• Initial Value: 1
• Constant: [checked]
• Name: JUMPSTRENGTH
• Type: Number
• Initial Value: 500
• Constant: [checked]
• Name: SCROLLSPEED
• Type: Number
• Initial Value: 300
• Constant: [checked]
Add Globals: Step 4
Also, add another global variable for Score
• Name: Score
• Type: Number
• Initial Value: 0
• Constant: [NOT checked]
Add Globals: Done!
Add Touch Support
Add Touch Support: Step 1
Right-click
then
Insert new
object
Add Touch Support: Step 2
Select
“Touch”
Click “Insert”
Add Touch Support: Step 3
Verify
that
“Touch”
has been
added
Add Touch Input
Add Touch Input: Step 1
Stay on
“Event sheet 2”
Add Touch Input: Step 2
Click “Add event”
Add Touch Input: Step 3
Select
“Touch”
Click “Next”
Add Touch Input: Step 4
Select
“On any
touch start”
Click “Done”
Add Touch Input: Step 5
Click “Add action”
Add Touch Input: Step 6
Select
“bird”
Click “Next”
Add Touch Input: Step 7
Select
“Set vector Y”
Click “Next”
Add Touch Input: Step 8
Click “Done”
Enter:
• Vector Y: -JUMPSTRENGTH
Add Touch Input: Step 9
Click “Add action”
Add Touch Input: Step 10
Select
“bird”
Click “Next”
Add Touch Input: Step 11
Select
“Set angle”
Click “Next”
Add Touch Input: Step 12
Click “Done”
Enter:
• Angle: 320
Add Touch Input: Done!
Rotate Bird
Rotate Bird: Step 1
Click “Add event”
Rotate Bird: Step 2
Select
“System”
Click “Next”
Rotate Bird: Step 3
Select
“Every tick”
Click “Done”
Rotate Bird: Step 4
Click “Add action”
Rotate Bird: Step 5
Select
“bird”
Click “Next”
Rotate Bird: Step 6
Select
“Rotate
clockwise”
Click “Next”
Rotate Bird: Step 7
Click “Done”
Enter:
• Degrees: 60 * dt
(dt means delta time)
Rotate Bird: Done!
Add Collisions
Add Collisions: Step 1
Click “Add event”
Add Collisions: Step 2
Select
“bird”
Click “Next”
Add Collisions: Step 3
Select
“Is overlapping
another object”
Click “Next”
Add Collisions: Step 4
<click to choose>
Add Collisions: Step 5
Select
“TiledBackground2”
Click “OK”
Add Collisions: Step 6
Click “Done”
Add Collisions: Step 7
Click “Add action”
Add Collisions: Step 8
Select
“System”
Click “Next”
Add Collisions: Step 9
Select
“Go to layout”
Click “Next”
Add Collisions: Step 10
Click “Done”Select “Start” Layout
Add Collisions: Step 11…
Repeat previous steps for pipe top and bottom
Add Collisions: Done!
Enforce Boundary
Enforce Boundary: Step 1
Click “Add event”
Enforce Boundary: Step 2
Select
“bird”
Click “Next”
Enforce Boundary: Step 3
Select
“Is outside
layout”
Click “Done”
Enforce Boundary: Step 4
Click “Add action”
Enforce Boundary: Step 5
Select
“System”
Click “Next”
Enforce Boundary: Step 6
Select
“Go to layout”
Click “Next”
Enforce Boundary: Step 7
Click “Done”Select “Start” Layout
Enforce Boundary: Done!
Repeat Background
Repeat Background: Step 1
Click “Add event”
Repeat Background: Step 2
Select
“TiledBackground”
Click “Next”
Repeat Background: Step 3
Select
“Compare X”
Click “Next”
Repeat Background: Step 4
Click “Done”Select/Enter:
• Comparison: ≤ Less or Equal
• X co-ordinate: -560
Repeat Background: Step 5
Click “Add action”
Repeat Background: Step 6
Select
“TiledBackground”
Click “Next”
Repeat Background: Step 7
Select
“Set X”
Click “Next”
Repeat Background: Step 8
Click “Done”Enter 0
Repeat Background: Step 9…
Repeat previous steps for TileBackground2,
… but check for X ≤ -410
Repeat Background: Done!
Scroll Background
Scroll Background: Step 1
Click “Add event”
Scroll Background: Step 2
Select
“System”
Click “Next”
Scroll Background: Step 3
Select
“Every tick”
Click “Done”
Scroll Background: Step 4
Click “Add action”
Scroll Background: Step 5
Select
“pipebottom”
Click “Next”
Scroll Background: Step 7
Select
“Set X”
Click “Next”
Scroll Background: Step 8
Click
“Done”
Enter
pipebottom.X – SCROLLSPEED * dt
Scroll Background: Step 9…
Add similar actions for:
pipetop, TiledBackground, TileBackground2
Scroll Background: Done!
Hint: Set X to [object].X – SCROLLSPEED * dt
Create Pipes
Create Pipes: Step 1
Click “Add event”
Create Pipes: Step 2
Select
“System”
Click “Next”
Create Pipes: Step 3
Select
“Every X seconds”
Click “Next”
Create Pipes: Step 4
Click
“Done”
Enter:
• Interval: SECONDSPEROBSTACLE
Create Pipes: Step 5
Click “Add action”
Create Pipes: Step 6
Select
“System”
Click “Next”
Create Pipes: Step 7
Select
“Create object”
Click “Next”
Create Pipes: Step 8
Click
“Done”
Select/Enter:
• Object to create: pipetop
• Layer: 0
• X: 440
• Y: random(50, -250)
Create Pipes: Step 9…
Add similar action for pipebottom
… but use Y = TopPipe.Y + 750
Create Pipes: Done!
Add Instance Variable
Add Instance Variable: Step 1
Select
“pipebottom”
Add Instance Variable: Step 2
Click
Instance
variables
Add Instance Variable: Step 3
Click
“Add new”
Add Instance Variable: Step 4
Enter:
• Name: Scored
• Type: Boolean
• Initial value: false
• Description (optional)
Click “OK”
Add Instance Variable: Step 5
Close
popup
Add Instance Variable: Step 6
Click “Add action”
Add Instance Variable: Step 7
Select
“pipebottom”
Click “Next”
Add Instance Variable: Step 8
Select
“boolean”
Click “Next”
Add Instance Variable: Step 9
Click
“Done”
Select
• Value: False
Add Instance Variable: Done!
Add Score TextBox
Add Score TextBox: Step 1
Right-click
then
Insert
new
object
Add Score TextBox: Step 2
Click “Insert”
Select
“Text”
Add Score TextBox: Step 3
Click inside
Layout
to place
TextBox
Add Score TextBox: Step 3
Rename
to
“ScoreText”
Add Score TextBox: Step 4
Click “Add action”in Event Sheet 2
Add Score TextBox: Step 5
Select
“ScoreText”
Click “Next”
Add Score TextBox: Step 6
Select
“Move to top”
Click “Done”
Add Score TextBox: Done!
Add OnStart Events
Add OnStart Events: Step 1
Click “Add event”
Add OnStart Events: Step 2
Select
“System”
Click “Next”
Add OnStart Events: Step 3
Select
“On start of layout”
Click “Done”
Add OnStart Events: Step 4
Click “Add action”
Add OnStart Events: Step 5
Select
“ScoreText”
Click “Next”
Add OnStart Events: Step 6
Select
“Set text”
Click “Next”
Add OnStart Events: Step 8
Click
“Done”
Enter:
• Text: 0
Add OnStart Events: Step 9…
Add more actions:
• TiledBackground2: Set X to 0
• TiledBackground: Set X to 0
• System: Set Score to 0
Add OnStart Events: Done!
Destroy Pipes
Destroy Pipes: Step 1
Click “Add action”
Destroy Pipes: Step 2
Select
“pipetop”
Click “Next”
Destroy Pipes: Step 3
Select
“Destroy”
Click “Done”
Destroy Pipes: Step 4…
Add a similar action
for pipebottom to Destroy it
Destroy Pipes: Done!
Initialize Bird
Initialize Bird: Step 1
Click “Add action”
Initialize Bird: Step 2
Select
“bird”
Click “Next”
Initialize Bird: Step 3
Select
“Set Vector Y”
Click “Next”
Initialize Bird: Step 4
Click
“Done”
Enter:
• Vector Y: -JUMPSTRENGTH
Initialize Bird: Step 5
Click “Add action”
Initialize Bird: Step 6
Select
“bird”
Click “Next”
Initialize Bird: Step 7
Select
“Set angle”
Click “Next”
Initialize Bird: Step 8
Click
“Done”
Enter:
• Angle: 320
Initialize Bird: Done!
Add Scoring Events
Add Scoring Events: Step 1
Click “Add event”
Add Scoring Events: Step 2
Select
“pipebottom”
Click “Next”
Add Scoring Events: Step 3
Select
“Compare X”
Click “Next”
Add Scoring Events: Step 4
Click
“Done”
Select/Enter:
• Comparison: ≤ Less or equal
• X co-ordinate: Bird.X
Add Scoring Events: Step 5
Click “Add action”
Add Scoring Events: Step 6
Select
“System”
Click “Next”
Add Scoring Events: Step 7
Select
“Add to”
Click “Next”
Add Scoring Events: Step 8
Click
“Done”
Select/Enter:
• Variable: Score
• Value: 1
Add Scoring Events: Step 9
Right-click, then
Add another condition (C)
Add Scoring Events: Step 10
Select
“pipebottom”
Click “Next”
Add Scoring Events: Step 11
Select
“Is boolean instance
Variable set”
Click “Next”
Add Scoring Events: Step 12
Click
“Done”
Select:
• Instance variable: Scored
Add Scoring Events: Step 13
Click “Add action”
Add Scoring Events: Step 14
Select
“ScoreText”
Click “Next”
Add Scoring Events: Step 15
Select
“Set text”
Click “Next”
Create Pipes: Step 16
Click
“Done”
Enter:
• Text: Score
Add Scoring Events: Step 17
Click “Add action”
Add Scoring Events: Step 19
Select
“pipebottom”
Click “Next”
Add Scoring Events: Step 20
Select
“Set boolean”
Click “Next”
Add Scoring Events: Step 16
Click
“Done”
Select/Enter:
• Instance variable: Scored
• Value: True
Add Scoring Events: Step 17
Right-click,
then
Invert
Add Scoring Events: Done!
(END of Flapping Bird tutorial)
• Derived from ‘Make your own "Flappy Bird" game in 10 minutes’
originally published by Tom
• Updated with enhancements from Flappy Bird template

Más contenido relacionado

La actualidad más candente

Đồ án - ebook: Công nghệ SCAN 3D, Thiết kế ngược, in 3D nhanh
Đồ án - ebook: Công nghệ SCAN 3D, Thiết kế ngược, in 3D nhanhĐồ án - ebook: Công nghệ SCAN 3D, Thiết kế ngược, in 3D nhanh
Đồ án - ebook: Công nghệ SCAN 3D, Thiết kế ngược, in 3D nhanhIN 3D PLUS
 
Tips Mempublikasikan File Power Point Ke Dalam Website
Tips Mempublikasikan File Power Point Ke Dalam WebsiteTips Mempublikasikan File Power Point Ke Dalam Website
Tips Mempublikasikan File Power Point Ke Dalam Website31312
 
Mengenal microsoft excel 2007
Mengenal microsoft excel 2007Mengenal microsoft excel 2007
Mengenal microsoft excel 2007smpn-megaluh
 
Giáo trình tự học Autodesk Inventor mới nhất
Giáo trình tự học Autodesk Inventor mới nhấtGiáo trình tự học Autodesk Inventor mới nhất
Giáo trình tự học Autodesk Inventor mới nhấtTrung tâm Advance Cad
 
Microsoft Visio Detailed Presentation
Microsoft Visio Detailed PresentationMicrosoft Visio Detailed Presentation
Microsoft Visio Detailed PresentationQBI Institute
 
BÀI GIẢNG MÔN COREL DRAW - KHOA CÔNG NGHỆ THÔNG TIN
BÀI GIẢNG MÔN COREL DRAW - KHOA CÔNG NGHỆ THÔNG TIN BÀI GIẢNG MÔN COREL DRAW - KHOA CÔNG NGHỆ THÔNG TIN
BÀI GIẢNG MÔN COREL DRAW - KHOA CÔNG NGHỆ THÔNG TIN nataliej4
 
Cs6 photoshop
Cs6 photoshopCs6 photoshop
Cs6 photoshopTrung Nam
 
Tài liệu hướng dẫn lập trình trên Artcam pro
Tài liệu hướng dẫn lập trình trên Artcam proTài liệu hướng dẫn lập trình trên Artcam pro
Tài liệu hướng dẫn lập trình trên Artcam proCadcamcnc Học
 
How to make an animated solar system
How to make an animated solar systemHow to make an animated solar system
How to make an animated solar systemJacqui Sharp
 
1. Pengenalan Microsoft Excel 2007
1. Pengenalan Microsoft Excel 20071. Pengenalan Microsoft Excel 2007
1. Pengenalan Microsoft Excel 2007Nur Alamsyah Nurdin
 
Adobe dreamwaver
Adobe dreamwaverAdobe dreamwaver
Adobe dreamwaverzhafdiana
 
Belajar menulis-kalimat
Belajar menulis-kalimatBelajar menulis-kalimat
Belajar menulis-kalimatYosse Adrian
 
Fungsi Menu dan Icon Microsoft Publisher [ICT SMPN49]
Fungsi Menu dan Icon Microsoft Publisher [ICT SMPN49]Fungsi Menu dan Icon Microsoft Publisher [ICT SMPN49]
Fungsi Menu dan Icon Microsoft Publisher [ICT SMPN49]Annisa Hayatunnufus
 
#4 4th ppt gr.1 microsoft paint editing and drawing tools
#4   4th ppt gr.1 microsoft paint editing and drawing tools#4   4th ppt gr.1 microsoft paint editing and drawing tools
#4 4th ppt gr.1 microsoft paint editing and drawing toolsShirley Valera
 
Kombinasi keyboard
Kombinasi keyboardKombinasi keyboard
Kombinasi keyboardAmrul Rizal
 
كتاب تعليم الفلاش
كتاب تعليم الفلاشكتاب تعليم الفلاش
كتاب تعليم الفلاشnansyrigan
 

La actualidad más candente (20)

Đồ án - ebook: Công nghệ SCAN 3D, Thiết kế ngược, in 3D nhanh
Đồ án - ebook: Công nghệ SCAN 3D, Thiết kế ngược, in 3D nhanhĐồ án - ebook: Công nghệ SCAN 3D, Thiết kế ngược, in 3D nhanh
Đồ án - ebook: Công nghệ SCAN 3D, Thiết kế ngược, in 3D nhanh
 
Tips Mempublikasikan File Power Point Ke Dalam Website
Tips Mempublikasikan File Power Point Ke Dalam WebsiteTips Mempublikasikan File Power Point Ke Dalam Website
Tips Mempublikasikan File Power Point Ke Dalam Website
 
Kodu game design
Kodu game designKodu game design
Kodu game design
 
Mengenal microsoft excel 2007
Mengenal microsoft excel 2007Mengenal microsoft excel 2007
Mengenal microsoft excel 2007
 
Giáo trình tự học Autodesk Inventor mới nhất
Giáo trình tự học Autodesk Inventor mới nhấtGiáo trình tự học Autodesk Inventor mới nhất
Giáo trình tự học Autodesk Inventor mới nhất
 
Microsoft Visio Detailed Presentation
Microsoft Visio Detailed PresentationMicrosoft Visio Detailed Presentation
Microsoft Visio Detailed Presentation
 
unity basics
unity basicsunity basics
unity basics
 
Character Design
Character DesignCharacter Design
Character Design
 
BÀI GIẢNG MÔN COREL DRAW - KHOA CÔNG NGHỆ THÔNG TIN
BÀI GIẢNG MÔN COREL DRAW - KHOA CÔNG NGHỆ THÔNG TIN BÀI GIẢNG MÔN COREL DRAW - KHOA CÔNG NGHỆ THÔNG TIN
BÀI GIẢNG MÔN COREL DRAW - KHOA CÔNG NGHỆ THÔNG TIN
 
Cs6 photoshop
Cs6 photoshopCs6 photoshop
Cs6 photoshop
 
Tài liệu hướng dẫn lập trình trên Artcam pro
Tài liệu hướng dẫn lập trình trên Artcam proTài liệu hướng dẫn lập trình trên Artcam pro
Tài liệu hướng dẫn lập trình trên Artcam pro
 
How to make an animated solar system
How to make an animated solar systemHow to make an animated solar system
How to make an animated solar system
 
El objeto Controls - Small Basic
El objeto Controls - Small BasicEl objeto Controls - Small Basic
El objeto Controls - Small Basic
 
1. Pengenalan Microsoft Excel 2007
1. Pengenalan Microsoft Excel 20071. Pengenalan Microsoft Excel 2007
1. Pengenalan Microsoft Excel 2007
 
Adobe dreamwaver
Adobe dreamwaverAdobe dreamwaver
Adobe dreamwaver
 
Belajar menulis-kalimat
Belajar menulis-kalimatBelajar menulis-kalimat
Belajar menulis-kalimat
 
Fungsi Menu dan Icon Microsoft Publisher [ICT SMPN49]
Fungsi Menu dan Icon Microsoft Publisher [ICT SMPN49]Fungsi Menu dan Icon Microsoft Publisher [ICT SMPN49]
Fungsi Menu dan Icon Microsoft Publisher [ICT SMPN49]
 
#4 4th ppt gr.1 microsoft paint editing and drawing tools
#4   4th ppt gr.1 microsoft paint editing and drawing tools#4   4th ppt gr.1 microsoft paint editing and drawing tools
#4 4th ppt gr.1 microsoft paint editing and drawing tools
 
Kombinasi keyboard
Kombinasi keyboardKombinasi keyboard
Kombinasi keyboard
 
كتاب تعليم الفلاش
كتاب تعليم الفلاشكتاب تعليم الفلاش
كتاب تعليم الفلاش
 

Similar a Construct 2: Flapping Bird - Step by Step

Microsoft visual studio and database access work guide
Microsoft visual studio and database access work guideMicrosoft visual studio and database access work guide
Microsoft visual studio and database access work guideWell Wowtail
 
Nspire--iPad App Tutorial--Scatterplots
Nspire--iPad App Tutorial--ScatterplotsNspire--iPad App Tutorial--Scatterplots
Nspire--iPad App Tutorial--ScatterplotsMedia4math
 
Ws Teach Project
Ws Teach ProjectWs Teach Project
Ws Teach Projectherburgc
 
Data Exploration & Visualization in Excel & Tableau - No Videos
Data Exploration & Visualization in Excel & Tableau - No VideosData Exploration & Visualization in Excel & Tableau - No Videos
Data Exploration & Visualization in Excel & Tableau - No VideosSkylar Ritchie
 
Construct 2: Exporting & Publishing to Web, Win8 and WP8
Construct 2: Exporting & Publishing to Web, Win8 and WP8Construct 2: Exporting & Publishing to Web, Win8 and WP8
Construct 2: Exporting & Publishing to Web, Win8 and WP8Shahed Chowdhuri
 
Free and easy website creation
Free and easy website creationFree and easy website creation
Free and easy website creationJoel May
 
Storytellingtools 2014
Storytellingtools 2014Storytellingtools 2014
Storytellingtools 2014Buffy Andrews
 
Step by Step design cube using SSAS
Step by Step design cube using SSASStep by Step design cube using SSAS
Step by Step design cube using SSASAhsan Kabir
 
Building your first power apps from scratch a step by step walkthrough
Building your first power apps from scratch   a step by step walkthroughBuilding your first power apps from scratch   a step by step walkthrough
Building your first power apps from scratch a step by step walkthroughSanjiv Venkatram
 
Having fun power apps components HandsOn - Power Platform World Tour Copenhag...
Having fun power apps components HandsOn - Power Platform World Tour Copenhag...Having fun power apps components HandsOn - Power Platform World Tour Copenhag...
Having fun power apps components HandsOn - Power Platform World Tour Copenhag...Rebekka Aalbers-de Jong
 
How to Build a Great Class Website Using Weebly
How to Build a Great Class Website Using WeeblyHow to Build a Great Class Website Using Weebly
How to Build a Great Class Website Using Weeblymrmacmillan
 
Power Point Project 4 Part2
Power Point Project 4 Part2Power Point Project 4 Part2
Power Point Project 4 Part2lonetree
 
How to create simple fillable forms using word
How to create simple fillable forms using wordHow to create simple fillable forms using word
How to create simple fillable forms using wordmthao03
 
How to create simple fillable forms using word
How to create simple fillable forms using wordHow to create simple fillable forms using word
How to create simple fillable forms using wordmthao03
 
How to create simple fillable forms using word
How to create simple fillable forms using wordHow to create simple fillable forms using word
How to create simple fillable forms using wordmthao03
 
Pb works howto
Pb works howtoPb works howto
Pb works howtourse1515
 
How to create a power point presentation
How to create a power point presentationHow to create a power point presentation
How to create a power point presentationKaren Jackson
 
Mining and analyzing social media facebook w gephi - hicss47 tutorial - dav...
Mining and analyzing social media   facebook w gephi - hicss47 tutorial - dav...Mining and analyzing social media   facebook w gephi - hicss47 tutorial - dav...
Mining and analyzing social media facebook w gephi - hicss47 tutorial - dav...Dave King
 

Similar a Construct 2: Flapping Bird - Step by Step (20)

Microsoft visual studio and database access work guide
Microsoft visual studio and database access work guideMicrosoft visual studio and database access work guide
Microsoft visual studio and database access work guide
 
Nspire--iPad App Tutorial--Scatterplots
Nspire--iPad App Tutorial--ScatterplotsNspire--iPad App Tutorial--Scatterplots
Nspire--iPad App Tutorial--Scatterplots
 
Ws Teach Project
Ws Teach ProjectWs Teach Project
Ws Teach Project
 
Data Exploration & Visualization in Excel & Tableau - No Videos
Data Exploration & Visualization in Excel & Tableau - No VideosData Exploration & Visualization in Excel & Tableau - No Videos
Data Exploration & Visualization in Excel & Tableau - No Videos
 
Construct 2: Exporting & Publishing to Web, Win8 and WP8
Construct 2: Exporting & Publishing to Web, Win8 and WP8Construct 2: Exporting & Publishing to Web, Win8 and WP8
Construct 2: Exporting & Publishing to Web, Win8 and WP8
 
Free and easy website creation
Free and easy website creationFree and easy website creation
Free and easy website creation
 
Storytellingtools 2014
Storytellingtools 2014Storytellingtools 2014
Storytellingtools 2014
 
Step by Step design cube using SSAS
Step by Step design cube using SSASStep by Step design cube using SSAS
Step by Step design cube using SSAS
 
Building your first power apps from scratch a step by step walkthrough
Building your first power apps from scratch   a step by step walkthroughBuilding your first power apps from scratch   a step by step walkthrough
Building your first power apps from scratch a step by step walkthrough
 
Having fun power apps components HandsOn - Power Platform World Tour Copenhag...
Having fun power apps components HandsOn - Power Platform World Tour Copenhag...Having fun power apps components HandsOn - Power Platform World Tour Copenhag...
Having fun power apps components HandsOn - Power Platform World Tour Copenhag...
 
How to Build a Great Class Website Using Weebly
How to Build a Great Class Website Using WeeblyHow to Build a Great Class Website Using Weebly
How to Build a Great Class Website Using Weebly
 
Power Point Project 4 Part2
Power Point Project 4 Part2Power Point Project 4 Part2
Power Point Project 4 Part2
 
How to create simple fillable forms using word
How to create simple fillable forms using wordHow to create simple fillable forms using word
How to create simple fillable forms using word
 
How to create simple fillable forms using word
How to create simple fillable forms using wordHow to create simple fillable forms using word
How to create simple fillable forms using word
 
How to create simple fillable forms using word
How to create simple fillable forms using wordHow to create simple fillable forms using word
How to create simple fillable forms using word
 
How_to_make_ your_ quiz_interactive
How_to_make_ your_ quiz_interactiveHow_to_make_ your_ quiz_interactive
How_to_make_ your_ quiz_interactive
 
Pb works howto
Pb works howtoPb works howto
Pb works howto
 
How to create a power point presentation
How to create a power point presentationHow to create a power point presentation
How to create a power point presentation
 
Hatchems class tutorial
Hatchems class tutorialHatchems class tutorial
Hatchems class tutorial
 
Mining and analyzing social media facebook w gephi - hicss47 tutorial - dav...
Mining and analyzing social media   facebook w gephi - hicss47 tutorial - dav...Mining and analyzing social media   facebook w gephi - hicss47 tutorial - dav...
Mining and analyzing social media facebook w gephi - hicss47 tutorial - dav...
 

Más de Shahed Chowdhuri

ASP.NET Core 2.1: The Future of Web Apps
ASP.NET Core 2.1: The Future of Web AppsASP.NET Core 2.1: The Future of Web Apps
ASP.NET Core 2.1: The Future of Web AppsShahed Chowdhuri
 
ASP.NET Core 2.1: The Future of Web Apps
ASP.NET Core 2.1: The Future of Web AppsASP.NET Core 2.1: The Future of Web Apps
ASP.NET Core 2.1: The Future of Web AppsShahed Chowdhuri
 
Cloud-Backed Mixed Reality: HoloLens & Azure Cognitive Services
Cloud-Backed Mixed Reality: HoloLens & Azure Cognitive ServicesCloud-Backed Mixed Reality: HoloLens & Azure Cognitive Services
Cloud-Backed Mixed Reality: HoloLens & Azure Cognitive ServicesShahed Chowdhuri
 
ASP.NET Core 2.1: The Future of Web Apps
ASP.NET Core 2.1: The Future of Web AppsASP.NET Core 2.1: The Future of Web Apps
ASP.NET Core 2.1: The Future of Web AppsShahed Chowdhuri
 
Cloud-Backed Mixed Reality with HoloLens & Azure Cognitive Services
Cloud-Backed Mixed Reality with HoloLens & Azure Cognitive ServicesCloud-Backed Mixed Reality with HoloLens & Azure Cognitive Services
Cloud-Backed Mixed Reality with HoloLens & Azure Cognitive ServicesShahed Chowdhuri
 
Microsoft Cognitive Services
Microsoft Cognitive ServicesMicrosoft Cognitive Services
Microsoft Cognitive ServicesShahed Chowdhuri
 
Intro to Bot Framework v3 with DB
Intro to Bot Framework v3 with DBIntro to Bot Framework v3 with DB
Intro to Bot Framework v3 with DBShahed Chowdhuri
 
Game On with Windows & Xbox One @ .NET Conf UY
Game On with Windows & Xbox One @ .NET Conf UYGame On with Windows & Xbox One @ .NET Conf UY
Game On with Windows & Xbox One @ .NET Conf UYShahed Chowdhuri
 
Game On with Windows & Xbox One!
Game On with Windows & Xbox One!Game On with Windows & Xbox One!
Game On with Windows & Xbox One!Shahed Chowdhuri
 
Going Serverless with Azure Functions
Going Serverless with Azure FunctionsGoing Serverless with Azure Functions
Going Serverless with Azure FunctionsShahed Chowdhuri
 
ASP.NET Core 2.0: The Future of Web Apps
ASP.NET Core 2.0: The Future of Web AppsASP.NET Core 2.0: The Future of Web Apps
ASP.NET Core 2.0: The Future of Web AppsShahed Chowdhuri
 
Intro to Xamarin: Cross-Platform Mobile Application Development
Intro to Xamarin: Cross-Platform Mobile Application DevelopmentIntro to Xamarin: Cross-Platform Mobile Application Development
Intro to Xamarin: Cross-Platform Mobile Application DevelopmentShahed Chowdhuri
 
Capture the Cloud with Azure
Capture the Cloud with AzureCapture the Cloud with Azure
Capture the Cloud with AzureShahed Chowdhuri
 
Intro to HoloLens Development + Windows Mixed Reality
Intro to HoloLens Development + Windows Mixed RealityIntro to HoloLens Development + Windows Mixed Reality
Intro to HoloLens Development + Windows Mixed RealityShahed Chowdhuri
 
ASP.NET Core MVC + Web API with Overview
ASP.NET Core MVC + Web API with OverviewASP.NET Core MVC + Web API with Overview
ASP.NET Core MVC + Web API with OverviewShahed Chowdhuri
 

Más de Shahed Chowdhuri (20)

ASP.NET Core 2.1: The Future of Web Apps
ASP.NET Core 2.1: The Future of Web AppsASP.NET Core 2.1: The Future of Web Apps
ASP.NET Core 2.1: The Future of Web Apps
 
ASP.NET Core 2.1: The Future of Web Apps
ASP.NET Core 2.1: The Future of Web AppsASP.NET Core 2.1: The Future of Web Apps
ASP.NET Core 2.1: The Future of Web Apps
 
Cloud-Backed Mixed Reality: HoloLens & Azure Cognitive Services
Cloud-Backed Mixed Reality: HoloLens & Azure Cognitive ServicesCloud-Backed Mixed Reality: HoloLens & Azure Cognitive Services
Cloud-Backed Mixed Reality: HoloLens & Azure Cognitive Services
 
ASP.NET Core 2.1: The Future of Web Apps
ASP.NET Core 2.1: The Future of Web AppsASP.NET Core 2.1: The Future of Web Apps
ASP.NET Core 2.1: The Future of Web Apps
 
Cloud-Backed Mixed Reality with HoloLens & Azure Cognitive Services
Cloud-Backed Mixed Reality with HoloLens & Azure Cognitive ServicesCloud-Backed Mixed Reality with HoloLens & Azure Cognitive Services
Cloud-Backed Mixed Reality with HoloLens & Azure Cognitive Services
 
Microsoft Cognitive Services
Microsoft Cognitive ServicesMicrosoft Cognitive Services
Microsoft Cognitive Services
 
Intro to Bot Framework v3 with DB
Intro to Bot Framework v3 with DBIntro to Bot Framework v3 with DB
Intro to Bot Framework v3 with DB
 
Game On with Windows & Xbox One @ .NET Conf UY
Game On with Windows & Xbox One @ .NET Conf UYGame On with Windows & Xbox One @ .NET Conf UY
Game On with Windows & Xbox One @ .NET Conf UY
 
Game On with Windows & Xbox One!
Game On with Windows & Xbox One!Game On with Windows & Xbox One!
Game On with Windows & Xbox One!
 
Going Serverless with Azure Functions
Going Serverless with Azure FunctionsGoing Serverless with Azure Functions
Going Serverless with Azure Functions
 
ASP.NET Core 2.0: The Future of Web Apps
ASP.NET Core 2.0: The Future of Web AppsASP.NET Core 2.0: The Future of Web Apps
ASP.NET Core 2.0: The Future of Web Apps
 
Azure for Hackathons
Azure for HackathonsAzure for Hackathons
Azure for Hackathons
 
Intro to Xamarin: Cross-Platform Mobile Application Development
Intro to Xamarin: Cross-Platform Mobile Application DevelopmentIntro to Xamarin: Cross-Platform Mobile Application Development
Intro to Xamarin: Cross-Platform Mobile Application Development
 
Xbox One Dev Mode
Xbox One Dev ModeXbox One Dev Mode
Xbox One Dev Mode
 
What's New at Microsoft?
What's New at Microsoft?What's New at Microsoft?
What's New at Microsoft?
 
Capture the Cloud with Azure
Capture the Cloud with AzureCapture the Cloud with Azure
Capture the Cloud with Azure
 
Intro to HoloLens Development + Windows Mixed Reality
Intro to HoloLens Development + Windows Mixed RealityIntro to HoloLens Development + Windows Mixed Reality
Intro to HoloLens Development + Windows Mixed Reality
 
Intro to Bot Framework v3
Intro to Bot Framework v3Intro to Bot Framework v3
Intro to Bot Framework v3
 
Azure: PaaS or IaaS
Azure: PaaS or IaaSAzure: PaaS or IaaS
Azure: PaaS or IaaS
 
ASP.NET Core MVC + Web API with Overview
ASP.NET Core MVC + Web API with OverviewASP.NET Core MVC + Web API with Overview
ASP.NET Core MVC + Web API with Overview
 

Último

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 

Último (20)

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 

Construct 2: Flapping Bird - Step by Step

Notas del editor

  1. Title Page: Intro to Indie Game Development Windows  Web  Xbox  Mobile By Shahed Chowdhuri Technical Evangelist Blog: WakeUpAndCode.com Twitter: @shahedC