程式語言 2 0分!!!

2007-05-01 3:11 am
禾想問下有冇網站教點寫下面果D野,, GIVE MEWEBSITE PLZ,, 同埋呢D係咪叫程式語言牙??? 禾係用來 RPG 2000 GAME MAKER 入面嘅腳本編緝器 GAR,, PLZ

# ● 更新
#--------------------------------------------------------------------------
def refresh
self.contents.clear
self.contents.font.color = system_color
self.contents.draw_text(4, 0, 120, 32, "遊戲時間")
self.contents.font.color = normal_color
self.contents.draw_text(4, 32, 120, 32, text, 2)
end
#---------------------------------------

回答 (1)

2007-05-01 6:31 am
✔ 最佳答案
This is RGSS.

RGSS is an abbreviation for "Ruby Game System Scripting". It's basically a version of the ruby programming language, with a few small options (that you're very unlikely to use in your games) removed. Ruby tutorials are a great way to learn how to script in RMXP.

You can find sample and resource in the following sites
http://www.gamebaker.com/rmxp/scripts/script-help.htm
http://www.phylomortis.com/html/rgss.html
http://www.ruby-doc.org/docs/ruby-doc-bundle/Manual/man-1.4/index.html


收錄日期: 2021-04-12 20:26:25
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20070430000051KK03458

檢視 Wayback Machine 備份