-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.html
More file actions
60 lines (41 loc) · 2.56 KB
/
Copy pathhelp.html
File metadata and controls
60 lines (41 loc) · 2.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<a name="top"></a>
<p>This is the documentation for the Sploder™ Game Creator application. Choose among the topics below
for help on a particular subject. If you have specific questions, check the <a href="faq.php" style="color: #36c;">Frequently
Asked Questions</a> page, or visit the <a href="forum/">forums</a>.</p>
<ul>
<li><a href="#newshow">Creating a New Game</a></li>
<li><a href="#preview">Previewing your Game</a></li>
<li><a href="#publish">Publishing your Game</a></li>
<li><a href="#email">Emailing your Game</a></li>
</ul>
<a name="newshow"></a>
<h4>Creating a New Game</h4>
<p>When you start the creator, it begins with a blank playfield for you to begin building a new game. The procedure for creating
a game is as follows:</p>
<ol>
<li>Change the shape of your playfield by dragging and adding points to the edges of the playfield.</li>
<li>Change the color of your playfield if you wish.</li>
<li>Add objects to your game.</li>
<li>Move and rotate the objects as you see fit.</li>
<li>Save your game.</li>
<li>Preview if necessary, and then publish.</li>
<li>Email a link to your friends if you wish.</li>
</ol>
<a name="preview"></a>
<h4>Previewing your game</h4>
<p>To preview your game, click <span class="menuref">Test</span>. When you preview
your game, you can see how it will play, then tweak it again after you are done.</p>
<p class="note" align="right"><a href="#top">^ Back to Top</a></p>
<a name="publish"></a>
<h4>Publishing your game</h4>
<p>To publish your game, select <span class="menuref">Publish</span>. You will see a dialogue box where you can choose whether or not you want it to be private, and
if you wish to allow people to comment on it. Your game must be saved before you can publish it. Saving your game will only save the project data to the server, it will not publish it. </p>
<p>Once you publish, you'll see a pop-up window with your published game. You'll also see controls for entering a text
description, obtaining HTML code to include it on your site, view and administrate comments, and e-mail it to friends.</p>
<p class="note" align="right"><a href="#top">^ Back to Top</a></p>
<a name="email"></a>
<h4>Emailing your game</h4>
<p>Emailing your game is simple. On your published game screen, simply click the e-mail button and enter the person's email address to
whom you want to send your game. You can reach your publish page by publishing the game from the creator, or
later by clicking on a game in "My games" on the main site.</p>
<p class="note" align="right"><a href="#top">^ Back to Top</a></p>