Top Banner
แนว∙างการพัฒนาเกม Flash ดวย Nunchuk @framekung http://framekung.exteen.com
13

Create Flash game with Nunchuk.

May 19, 2015

Download

Technology

Guide : How to create flash game with Nunchuk by Arduino and microcontroller
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Create Flash game with Nunchuk.

แนว∙างการพัฒนาเกม Flash ดวย Nunchuk

@framekung

http://framekung.exteen.com

Page 2: Create Flash game with Nunchuk.

Nunchuk คืออะไร ?

Page 3: Create Flash game with Nunchuk.

∙ำไมตอง Nunchuk ?

- รูปแบบของการควบคุม∙ี่แปลกแตกตาง- ประยุกตใชกับงานอื่นๆ ก็ได นอกจากเกม- ใหคาไดละเอียดถึง 6 คา

Page 4: Create Flash game with Nunchuk.
Page 5: Create Flash game with Nunchuk.

เริ่มตนกับ Nunchuk

+ +

Nunchuck

ZX-Nuchuck

Microcontroller

Page 6: Create Flash game with Nunchuk.

Hardware <--> Software

Micro controller

Serial port to USB

PC

<-- Serial port -->

Page 7: Create Flash game with Nunchuk.
Page 8: Create Flash game with Nunchuk.

Software

Arduino

Serial Server

TCP , 9001

Page 9: Create Flash game with Nunchuk.

Macromedia Flash (Action scripts)import Arduino;var port:Number=9001;var updateinterval:Number=100;var arduino:Arduino=new Arduino(port);function updateArduino()screenshot{ arduino.send(Track1.level+chr(0x0a))

}

....

Page 10: Create Flash game with Nunchuk.

คา∙ี่ไดจาก Nunchuk ผานโมดูล ZX-Nunchuk

คา Analog คาจากความเรง คาสถานะสวิตช

X Y X Y Z Z C

30 - 225 29-222 0-255 2-255 2-255 0 - 1ซาย - ขวา ลาง - บน ตำสุด - สูงสุด กด - ไมกด

Page 11: Create Flash game with Nunchuk.

ขอมูลเพิ่มเติม

Micro controller + Nunchuk Modulehttp://www.inex.co.th

Arduinohttp://www.arduino.cc

Nunchuk Hacksearch : arduino nunchuck in YouTube

Page 12: Create Flash game with Nunchuk.

FAQ

Page 13: Create Flash game with Nunchuk.

Thank you for coming.

@framekung

http://framekung.exteen.com