Search found 12 matches
- Tue Mar 16, 2004 9:17 am
- Forum: Computer Hardware and Software
- Topic: Turing Help
- Replies: 3
- Views: 1079
Turing Help
<r> I'm suppose to be doing a dice game during this break but there's something wrong with my program. See, I have a problem with my code. When you choose the play button, it loads the screen instantly but then it goes right to the procedure that tells you how to play and then goes to the next proce...
- Fri Mar 12, 2004 11:58 pm
- Forum: Computer Hardware and Software
- Topic: Turing help.. greatly needed
- Replies: 2
- Views: 842
Turing help.. greatly needed
<r> Declare a process for the music. <br/> <br/> Example <br/> <CODE><s>[code]</s><i> </i>process {name} Music.PlayFile ("nameofthefile:string") end {name} %then you fork it using the code fork {name} [code] I hope this will help you. ^^ [color=#888888][size=85]Archived topic from Iceteks, old topic...
- Sun Feb 22, 2004 3:38 pm
- Forum: Computer Hardware and Software
- Topic: Commands
- Replies: 1
- Views: 1979
Commands
<r> The "or" command is condition that includes two or more things. If either of the things are things are satisfied, then it will continue. <br/> <br/> Hm... here's an example of an assignment I had to do earlier in the year. Hopefullly you'll get the idea. : <br/> <CODE><s>[code]</s><i> </i>var st...
- Wed Jan 14, 2004 12:58 pm
- Forum: Computer Hardware and Software
- Topic: Turing Help (Font Commands
- Replies: 3
- Views: 1975
Turing Help (Font Commands
<r> I know understand what you put as an example but how do you put the text where you want it when you click in the canvas. Um.. like how normal paint programs are like. I hope you understand what I mean. ^^;; <br/> <br/> <COLOR color="#888888"><s>[color=#888888]</s><SIZE size="85"><s>[size=85]</s>...
- Tue Jan 13, 2004 8:19 pm
- Forum: Computer Hardware and Software
- Topic: For all people who need help with Turing
- Replies: 0
- Views: 1199
For all people who need help with Turing
<r> Compsci.ca is the best forum when it comes to computer science. It has help in all the different types of programming languages and the people there are all really good programmers (some are from the famous University of Waterloo) so if you ever need help, you can always post there. The people t...
- Tue Jan 13, 2004 5:46 pm
- Forum: Computer Hardware and Software
- Topic: Turing Help (Font Commands
- Replies: 3
- Views: 1975
Turing Help (Font Commands
<r> I have a question about the font.Draw command. Here's the basic code for my text procedure. It's suppose to get the font, what size they want, and the style of the font. After getting the information, it's suppose to use the same information to write text on the canvas. But everytime I run it, t...
- Sat Jan 03, 2004 9:08 am
- Forum: Computer Hardware and Software
- Topic: Turing Help! ^^
- Replies: 10
- Views: 2184
Turing Help! ^^
oops. Forgot import GUI at the top. hehe... ^^
Archived topic from Iceteks, old topic ID:1859, old post ID:15425
Archived topic from Iceteks, old topic ID:1859, old post ID:15425
- Fri Jan 02, 2004 4:12 pm
- Forum: Computer Hardware and Software
- Topic: Turing Help! ^^
- Replies: 10
- Views: 2184
Turing Help! ^^
<r> That's ok. I just used a text box to display all the available font. ^^ Here's the code. <br/> <br/> var fontName : string<br/> var boxID : int := GUI.CreateTextBox (20, 390, 150, 65)<br/> <br/> Font.StartName<br/> loop<br/> fontName := Font.GetName<br/> exit when fontName = ""<br/> GUI.AddLine ...
- Fri Jan 02, 2004 10:31 am
- Forum: Computer Hardware and Software
- Topic: Turing Help! ^^
- Replies: 10
- Views: 2184
Turing Help! ^^
<r> The actual font name. Kind of like in paint programs where there's a drop down menu type thing. ^^ I want it to be displayed in the active window. The user can select what type of font they want to use and then create a text field in the canvas. <br/> <br/> <COLOR color="#888888"><s>[color=#8888...
- Thu Jan 01, 2004 5:07 pm
- Forum: Computer Hardware and Software
- Topic: Turing Help! ^^
- Replies: 10
- Views: 2184
Turing Help! ^^
<r> Thanks Syb. You are the Turing Master here. ^^ Anyways, just in case you're wondering, I'm doing a paint program as a project for school. So if I ask a lot of questions, please don't get annoyed. ^^;; There's some stuff I want to do that I'm not sure how to do. <br/> <br/> Anyways, I have anothe...
- Tue Dec 30, 2003 10:19 pm
- Forum: Computer Hardware and Software
- Topic: Turing Help! ^^
- Replies: 10
- Views: 2184
Turing Help! ^^
Ok. Thanks.
Archived topic from Iceteks, old topic ID:1859, old post ID:15332
Archived topic from Iceteks, old topic ID:1859, old post ID:15332
- Tue Dec 30, 2003 1:46 pm
- Forum: Computer Hardware and Software
- Topic: Turing Help! ^^
- Replies: 10
- Views: 2184
Turing Help! ^^
<r> I'm making a paint program but there are some things I don't know how to do. First of all, I want to make a colour palette with a scrollbar except that the codes I used doesn't work. <br/> <br/> var x := 90<br/> var x2 := 106<br/> var y := 40<br/> var y2 := 55<br/> <br/> for col : 0 .. 31<br/> d...