BasicsTutorial

Last-modified: 2008-03-12 (水) 20:07:17

この翻訳は未完成です。加筆修正の協力ををお願いします。

The Basics of DBPro Tutorial

DBPro BASICのチュートリアル

Copyright Joseph Thomson 2004
著作権J・トムソン2004

INTRODUCTION
導入

Hi everyone using DBPro, or newbies to DBPro,
やあ皆さんDBPro使い手、またはDBProへの新入り

I wrote this tutorial in hope that not so many basic questions would need to be asked on the forums, and to teach people stuff so they can go and create amazing things.
それが行くことができて、驚くべきものをつくることができるように、私はそれだけの基本的な質問がフォーラムでされて、人々にものを教える必要はないという望みの中にこのチュートリアルを書いた。

This tutorial contains sections on each of the basic areas of DBPro that I think are needed to get started with DBPro.
このチュートリアルは、各々の上の私はDBProで始められるために必要であると思うDBProの基本的な地域の区画を含む。
It’s all about syntax and basics, no 3D or even advanced 2D stuff.
それは、構文と基本、3Dでないまたは先進の2Dものについてさえの全てである。
I am hoping to write tutorials on that later, maybe along with advanced techniques and syntax.
多分上級テクニックと構文に加えて、私は後でそれの上にチュートリアルを書くことを望んでいる。

Each section ends with a summary of commands, and maybe even some tasks to try yourself.
各々のセクションは、命令の概要とあなた自身に試みる多分若干の仕事でさえ終わるだろう。
If you find any mistakes (I’d like to think I know everything), or if something is badly explained that you think could do with improving, please
あなたがどんな間違い(私がすべてを知っていると思いたい)でも見つけるならば、あるいは、何かがひどく説明されるならば、あなたが考えるために、よくなることが必要にしてください
email me <mailto:nosmohthpesoj@hotmail.com?subject=Tutorial%20Feedback> with your words of advice/praise.
アドバイス/賞賛のあなたのことばで。

Enjoy!!!
楽しみなさい!!!

Joseph Thomson
J・トムソン

(Hamish McHaggis on the Apollo + RGT forums)
(アポロ+ RGTフォーラムの上のハーミッシュMcHaggis)

http://www.dbforums.co.uk/thedbplace>

nosmohthpesoj@hotmail.com <mailto:nosmohthpesoj@hotmail.com>

Special Thanks go to Graham McCann for reading through my tutorial and giving feedback, also to IanM, Cattlerustler and Andy Igoe for helping me on the topic of random numbers, and Easily Confused, DrakeX and RobK for help with data types.
特別な感謝は私のチュートリアルを読み通して、乱数の話題の上で私を助けるためのIanM、Cattlerustlerとアンディ・アイゴーにも、フィードバックをすることに賛成で、簡単に混乱するグレアム・マッキャンへ行く。そして、DrakeXとRobKがデータ型で援助に賛成である。
Mnemonix for BODMAS correction…bah, this list is getting too long, thanks very much to anyone else who helped with this tut, much appreciated!
BODMAS correction…bahのためのMnemonix、このリストはあまりに長くなっていて、非常に有り難くてこの舌打ちを手伝った他の誰にでも、非常に多くに感謝する!

Handy Links:
便利なリンク:

WEBSITES:
ウェブサイト:

Game Creators Website:
ゲーム作者ウェブサイト:

http://www.thegamecreators.com/>

LLRGT Forums:
LLRGTフォーラム:

http://www.dannywartnaby.co.uk/rgt/index.php>

EDITORS:
エディタ:

Twilight:
薄明かり:

http://www.eclipsedevelopment.co.uk/Twilight.asp>

Blue IDE:
青いIDE:

http://blueide.sourceforge.net/>

INDEX

インデックス

· Outputting text
テキストを出力すること
http://wikiwiki.jp/darkbasic/?BasicsTutorial%2FOutputting%20Text

· Shapes
形状
http://wikiwiki.jp/darkbasic/?BasicsTutorial%2FShapes

Remarking Code
コメントのコード
http://wikiwiki.jp/darkbasic/?BasicsTutorial%2FRemarking%20Code

· Variables
変数

http://wikiwiki.jp/darkbasic/?BasicsTutorial%2FVariables

· Input from user
ユーザーからの入力
http://wikiwiki.jp/darkbasic/?BasicsTutorial%2FInput%20from%20the%20user

· Arithmetic operators
算術演算子
http://wikiwiki.jp/darkbasic/?BasicsTutorial%2FArithmetic%20Operators

· Boolean operators
ブール演算子
http://wikiwiki.jp/darkbasic/?BasicsTutorial%2FBoolean%20Operators

· Relational operators and IF statement
関係演算子とイフ命令文
http://wikiwiki.jp/darkbasic/?BasicsTutorial%2FRelational%20Operators%20and%20the%20IF%20statement

· Loops
ループ
http://wikiwiki.jp/darkbasic/?BasicsTutorial%2FLoops

· Select-Case statements
セレクトケース命令文
http://wikiwiki.jp/darkbasic/?BasicsTutorial%2FSelect-Case%20statements

· Arrays
配列
http://wikiwiki.jp/darkbasic/?BasicsTutorial%2FArrays

· Multidimensional arrays
多次元配列
http://wikiwiki.jp/darkbasic/?BasicsTutorial%2FMultidimensional%20Arrays

· Data statements
データ命令文
http://wikiwiki.jp/darkbasic/?BasicsTutorial%2FData%20Statements

· More on keyboard input
キーボード入力に関してより多くの
http://wikiwiki.jp/darkbasic/?BasicsTutorial%2FMore%20on%20keyboard%20input

· Mouse input and manipulation
マウス入力と操作
http://wikiwiki.jp/darkbasic/?BasicsTutorial%2FMouse%20input%20and%20manipulation

· Sub-routines
サブルーチン
http://wikiwiki.jp/darkbasic/?BasicsTutorial%2FSub-routines

· Functions
関数
http://wikiwiki.jp/darkbasic/?BasicsTutorial%2FFunctions

· More on strings
もっと文字列
http://wikiwiki.jp/darkbasic/?BasicsTutorial%2FMore%20on%20Strings%A1%C4

· Declaring variables
変数を宣言すること
http://wikiwiki.jp/darkbasic/?BasicsTutorial%2FDeclaring%20variables

· User defined types
ユーザー定義済みのタイプ

http://wikiwiki.jp/darkbasic/?BasicsTutorial%2FUser%20defined%20types

· File handling
ファイル処理
http://wikiwiki.jp/darkbasic/?BasicsTutorial%2FFile%20handling

日本語処理

http://wikiwiki.jp/darkbasic/?BasicsTutorial%2FEnd