Raccoon Game RPG รวมพลนักพัฒนา
[สคริปต์] ฟังวิทยุได้ในเกม Rpgvx_1024x768b

Join the forum, it's quick and easy

Raccoon Game RPG รวมพลนักพัฒนา
[สคริปต์] ฟังวิทยุได้ในเกม Rpgvx_1024x768b
Raccoon Game RPG รวมพลนักพัฒนา
Would you like to react to this message? Create an account in a few clicks or log in to continue.

[สคริปต์] ฟังวิทยุได้ในเกม

Go down

[สคริปต์] ฟังวิทยุได้ในเกม Empty [สคริปต์] ฟังวิทยุได้ในเกม

ตั้งหัวข้อ by boyhit Sat Oct 15, 2011 9:55 am

ฟังวิทยุ
----------------------------------------------
Screenshot
[สคริปต์] ฟังวิทยุได้ในเกม Demo
----------------------------------------------
Download
ซ่อน


----------------------------------------------
วิธีใช้
1. Copyสคริปต์ไปวางไว้เหนือMain
2. สร้างอีเว้นท์มา 1 ตัว ใช้คำสั่ง Call Script (เรียกใช้สคริปต์) แล้วใส่โค้ด

  1. $scene = Scene_Radio.new

คัดลอกไปที่คลิปบอร์ด
3. สามารถปรับคลื่นและเพลงได้ที่บรรทัดนี้

  1. if hz == 4
  2. $chan_name = "Lost woods" # Nome do canal
  3. Audio.bgm_stop # Para a m?sica atual
  4. play("LO")# Toca a m?sica da pasta
  5. elsif hz == 1
  6. $chan_name = "Zelda"
  7. Audio.bgm_stop
  8. play("ZMM")
  9. elsif hz == 2
  10. $chan_name = "Super Mario"
  11. Audio.bgm_stop
  12. play("SMB")
  13. elsif hz == 3
  14. $chan_name = "Final Fantasy 6 World"
  15. Audio.bgm_stop
  16. play("FF3W")

คัดลอกไปที่คลิปบอร์ด
hz == หมายเลขคลื่นเพลง
$chan_name == ชื่อเพลง
play("ชื่อไฟล์เพลงที่เล่น จะอยู่ในโฟลเดอร์Audio/BGM")
ถ้าเราจะใส่เพลงอื่นๆต่อ ให้ใส่

  1. elsif hz == หมายเลขคลื่น
  2. $chan_name = "ชื่อเพลง"
  3. Audio.bgm_stop
  4. play("ชื่อไฟล์ที่เล่น")

คัดลอกไปที่คลิปบอร์ด
เช่น

  1. elsif hz == 5
  2. $chan_name = "Kidmaioak"
  3. Audio.bgm_stop
  4. play("Kidmaioak")

คัดลอกไปที่คลิปบอร์ด
----------------------------------------------
Credit : Yoshi
boyhit
boyhit
Admin
Admin

ชื่อเล่น : เเอล
ความฝัน : ศิลปิน
จำนวนข้อความ : 1130
เครดิต : 3356
วันที่สมัคร : 09/10/2011
คะเเนนน้ำใจ : 11
เพศ : Male อายุ : 24
เหรียญรางวัล : [สคริปต์] ฟังวิทยุได้ในเกม Medalhead2

https://raccoongame-rpg.thai-forum.net

ขึ้นไปข้างบน Go down

ขึ้นไปข้างบน

- Similar topics

 
Permissions in this forum:
คุณไม่สามารถพิมพ์ตอบ