New Torque Documentation - Part 2
by Michael Perry · 05/15/2007 (11:39 am) · 18 comments
This tutorial is part of a collaboration between Michael Perry and Ed Johnson. There is a lot more to come, and we hope to get your feedback on formatting, ease of use, and material covered.
You can get the tutorial here:
MS Word Tutorial 2 Download Link
Open Office Tutorial 2 Download Link
The included files are in MS Office and Open Office format.
You can get the current version of the sample game here: Project Files
The TDN Version will be available soon.
[EDIT]
5-10-07
Found a bug in GGSplash.gui and TGESplash.gui. The ::click() functions should use the fade-in control names, not the root GUI names. Uploaded new files to reflect changes.
7-30-07
Updated Super.Tag.rar to reflect changes from this tutorial.
[/EDIT]
*NOTE*- Website and links to files restored. Sorry for the inconvenience.
You can get the tutorial here:
MS Word Tutorial 2 Download Link
Open Office Tutorial 2 Download Link
The included files are in MS Office and Open Office format.
You can get the current version of the sample game here: Project Files
The TDN Version will be available soon.
[EDIT]
5-10-07
Found a bug in GGSplash.gui and TGESplash.gui. The ::click() functions should use the fade-in control names, not the root GUI names. Uploaded new files to reflect changes.
7-30-07
Updated Super.Tag.rar to reflect changes from this tutorial.
[/EDIT]
*NOTE*- Website and links to files restored. Sorry for the inconvenience.
About the author
Associate Producer / Project Manager for GarageGames
#2
06/10/2007 (9:14 pm)
This is a great tutorial and builds nicely on the first. Thank you!
#3
06/28/2007 (1:21 pm)
where are the image sources?
#4
06/28/2007 (2:37 pm)
What image sources do you speak of Taslim?
#5
08/21/2007 (8:20 pm)
ran through it, where does the code from 2.5 go into?
#6
08/22/2007 (5:29 am)
Code sample 2.5 (loadMainMenu method) is placed at the bottom of TGESplash.gui.
#7
06/14/2008 (10:39 pm)
I can't get the main menu to appear when I start the program, the GG and TGE thing work fine but then it just turns black, and nothing in the coding appears to be wrong.
#8
09/10/2008 (7:08 pm)
It won't load my gui's
#9
09/10/2008 (7:28 pm)
For anyone having problems, have you checked your console for error messages? There might be a missing file, warning, or syntax error that could be important.
#10
09/25/2008 (9:11 pm)
I didn't see any error messages in my console. But I only saw the GG splash screen fade up and down. Then nothing. I then replaced all my gui files with the project files. Now it works.
#11
Then I noticed that I didn't properly name the GuiFadeinBitmapCtrl. In my TGESplash.gui file, it said:
new GuiFadeinBitmapCtrl()
when it should've said:
new GuiFadeinBitmapCtrl(TGE_FadeInCtrl)
Note the above lines are from the part of the code the GUI editor generates (above the //--- OBJECT WRITE END ---).
I hope this helps someone.
12/31/2008 (3:41 am)
I was having problems with the Main Menu not appearing. I verified that my scripts matched the tutorials exactly, but the Main Menu wouldn't load.Then I noticed that I didn't properly name the GuiFadeinBitmapCtrl. In my TGESplash.gui file, it said:
new GuiFadeinBitmapCtrl()
when it should've said:
new GuiFadeinBitmapCtrl(TGE_FadeInCtrl)
Note the above lines are from the part of the code the GUI editor generates (above the //--- OBJECT WRITE END ---).
I hope this helps someone.
#12
01/03/2009 (10:37 pm)
I didn't really find the UI tutorial that good. It tells you to copy some files without giving their location, and in addition includes requests for some files that are not present in TGE 1.5.2.
#13
@Ian - The doc tells you the destination folder is "images" folder. I don't know what you mean about requesting files not present in TGE 1.5.2. The project is written almost from scratch.
01/03/2009 (11:22 pm)
@Tom - Thanks for the bug fix@Ian - The doc tells you the destination folder is "images" folder. I don't know what you mean about requesting files not present in TGE 1.5.2. The project is written almost from scratch.
#14
@ALL - PLEASE! If you have a copy of this resource, can you host it for me or e-mail me the files so I can get these back online. I would be very appreciative!
06/13/2009 (9:48 am)
Unfortunately all my resources have gone down since the site hosting the files has a dead subscription. I'm still trying to find local copies of everything.@ALL - PLEASE! If you have a copy of this resource, can you host it for me or e-mail me the files so I can get these back online. I would be very appreciative!
#15
dont suppose there was any luck with finding the resources for part2 and part3 tutorials?
Would there be any other basic walkthrough style tutorials similar to these? Found part1 very helpful
Cheers again
09/18/2009 (11:48 am)
Thanks for the help Michael,dont suppose there was any luck with finding the resources for part2 and part3 tutorials?
Would there be any other basic walkthrough style tutorials similar to these? Found part1 very helpful
Cheers again
#16
10/10/2009 (2:00 am)
why not to open the part2 and part3 of this Tutorial?
#17
Thanks!
03/06/2010 (9:55 am)
If anyone knows where to download this or can email it please send it to gregory@ideasigns.comThanks!
#18
04/11/2010 (2:23 am)
The files would be really useful, if someone can re-upload them.
Torque Owner Yannick Lahay