From Game Editor
(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500)
- 10:45, 31 August 2008 (hist) (diff) m Do
- 10:43, 31 August 2008 (hist) (diff) m Keyword
- 10:42, 31 August 2008 (hist) (diff) m Keyword
- 10:39, 31 August 2008 (hist) (diff) Switch
- 10:36, 31 August 2008 (hist) (diff) m Break
- 10:34, 31 August 2008 (hist) (diff) m For
- 10:32, 31 August 2008 (hist) (diff) m Do
- 10:32, 31 August 2008 (hist) (diff) m Keyword
- 13:26, 30 August 2008 (hist) (diff) m If
- 12:50, 30 August 2008 (hist) (diff) If
- 10:37, 30 August 2008 (hist) (diff) Help
- 10:36, 30 August 2008 (hist) (diff) Help (→Attention all GE forum users!)
- 10:34, 30 August 2008 (hist) (diff) Help (→Attention all GE forum users!)
- 10:33, 30 August 2008 (hist) (diff) Help (→Attention all GE forum users!)
- 10:29, 30 August 2008 (hist) (diff) m Help (→Tips)
- 10:28, 30 August 2008 (hist) (diff) m Return
- 10:27, 30 August 2008 (hist) (diff) m Else
- 10:27, 30 August 2008 (hist) (diff) m Goto
- 10:27, 30 August 2008 (hist) (diff) m Goto
- 10:26, 30 August 2008 (hist) (diff) m While
- 10:26, 30 August 2008 (hist) (diff) m If
- 10:25, 30 August 2008 (hist) (diff) m Help (→Getting advanced)
- 10:24, 30 August 2008 (hist) (diff) Int
- 19:20, 29 August 2008 (hist) (diff) N Png (New page: PNG (Portable Network Graphic) is an often used graphic format in game editor. == Animation == PNG doesn't support animations, but you can make strips or use multiple files to mak...) (top)
- 19:17, 29 August 2008 (hist) (diff) N Adding and editing animations (New page: If you like to have your own graphics in your game, you have to create actors. You can use any of these graphic formats: * jpeg * gif * png * bmp * pcx * tga * [[xp...)
- 19:12, 29 August 2008 (hist) (diff) N Creating and understanding actors (New page: In Game Editor you can use five different kinds of actors: the view, a normal actor, a filled region, a wire frame region and a canvas. == View == The view is a really special actor. You ...)
- 19:04, 29 August 2008 (hist) (diff) Help (→The broader view)
- 19:01, 29 August 2008 (hist) (diff) Keyword
- 19:01, 29 August 2008 (hist) (diff) Keyword
- 18:50, 29 August 2008 (hist) (diff) N Goto (New page: Use the keyword ''goto'' to move to a certain point in the script. Here is an example: mylabel: if(x>0) { x -= 1; goto mylabel; } You can give the labels a name, but each label m...)
- 18:46, 29 August 2008 (hist) (diff) Help (→The broader view)
- 18:44, 29 August 2008 (hist) (diff) Help (→Advanced Topics)
- 18:38, 29 August 2008 (hist) (diff) Help (→Getting advanced)
- 18:35, 29 August 2008 (hist) (diff) N While (New page: ''While'' is almost the same as if, but while loops the code after the expression as long as the given expression is true. Example: while(x>0) x -= 1; This code just moves the actor ...)
- 18:21, 29 August 2008 (hist) (diff) N Else (New page: If an expression used with if is false, the part after ''else'' will be executed. FILE *fp = fopen("myfile", "r+t"); if(fp) { strcpy(text, "The file exists."); } else { str...)
- 18:18, 29 August 2008 (hist) (diff) N If (New page: Use the keyword ''if'' to check if something is true. Here are some simple examples: int center = 0; if(x==0) center = 1; int center; if(x==0) center = 1; else center = 0; FILE *f...)
- 18:07, 29 August 2008 (hist) (diff) N Return (New page: Use the keyword ''return'' to return something in a function. Here is an example, which returnes the two numbers added together: int AddTogether(int a, int b) { return a+b; })
- 18:05, 29 August 2008 (hist) (diff) N Keyword (New page: In C there are many keywords: * int * double * float * char * long * short * if * do * while * for * continue * break * goto * void ...)
- 17:00, 29 August 2008 (hist) (diff) Basic variables
- 16:53, 29 August 2008 (hist) (diff) N Basic variables (New page: There are some kind of variables in C. It depends on what you need. That is the basic: int myvar; myvar = 7; Now you have got an integer variable with the value 7. This variable will ge...)
- 16:39, 29 August 2008 (hist) (diff) N User:Asmodeus (New page: '''Username''': asmodeus '''Location''': Germany '''Occupation''': * Coding and design games * Coding HTML, CSS and Javascript '''Interests''': * Naruto (Anime) * One Piece (Anime) * ...)
- 16:29, 29 August 2008 (hist) (diff) Advanced C (→File Reading)
(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500)

![[]](/wiki/skins/blender/open.png)