Book Image

Corona SDK Mobile Game Development: Beginner's Guide

By : Michelle M Fernandez
Book Image

Corona SDK Mobile Game Development: Beginner's Guide

By: Michelle M Fernandez

Overview of this book

Table of Contents (19 chapters)
Corona SDK Mobile Game Development Beginner's Guide Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 3 – Building Our First Game – Breakout


Pop quiz – building a game

Q1 When adding the physics engine in your code, which functions are valid to add to your application?

4

Q2 Which is correct when adding an event listener?

4

Q3 What is the correct way to have the following display object transition to x = 300, y = 150, and have the alpha changed to 0.5, in 2 seconds?

1