Phaser

Phaser

Professional Development

5 Qs

quiz-placeholder

Similar activities

Past Technology

Past Technology

KG - Professional Development

10 Qs

Arquivos Digitais

Arquivos Digitais

Professional Development

9 Qs

Apache Spark

Apache Spark

Professional Development

10 Qs

Adobe Photoshop

Adobe Photoshop

KG - Professional Development

10 Qs

Pemrograman Android KD 3.28/4.28

Pemrograman Android KD 3.28/4.28

1st Grade - Professional Development

10 Qs

iShot

iShot

Professional Development

10 Qs

Encuentro #TEAMLABOT

Encuentro #TEAMLABOT

Professional Development

10 Qs

Imaxes e elementos multimedia

Imaxes e elementos multimedia

Professional Development

10 Qs

Phaser

Phaser

Assessment

Quiz

Computers

Professional Development

Easy

Created by

HUYNH DG.NGUYEN.H1@vus.edu.vn

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Đâu là hình ảnh đại diện của Phaser ?

Media Image
Media Image
Media Image
Media Image

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Function được sử dụng để tải tất cả nội dung trong trò chơi, để chúng sẵn sàng được sử dụng trong trò chơi.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Chọn cú pháp đúng của spritesheet

load.scene.spritesheet.("player", "/resources/player-ship.png", { frameWidth: 16, frameHeight: 24 });

scene.spritesheet.load.("player", "/resources/player-ship.png", { frameWidth: 16, frameHeight: 24 });

scene.spritesheet("player", "/resources/player-ship.png", { frameWidth: 16, frameHeight: 24 });

scene.load.spritesheet("player", "/resources/player-ship.png", { frameWidth: 16, frameHeight: 24 });

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Đây có phải là cách load 1 background đúng không?

Đúng

Sai

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Đoan code này dùng để làm gì?

scene.anims.generateFrameNumbers("player", { start: 0, end: 1 })

Co dãn khung hình từ 0px, kết thúc 1px

Chạy khung hình từ 0, kết thúc ở khung 1

Chạy khung hình từ 0px, kết thúc 1px

Chạy khung hình từ 0%, kết thúc 1%