Tutochao's Tutorials! Episodes: 12

Learn how to make certain types of games and use gameEditor.

Re: Tutochao's Tutorials! Episodes: 12

Postby peedalein » Mon May 17, 2010 2:28 pm

Hi!

I really like your Game Editor video tutorials. They really help to get an understanding of how GE works and I think
it is amazing that you share this knowledge. The internet can be so great! :)

However, there is one thing that bugs me a little. I have very limited knowledge of object oriented languages like
Java and C++. When you program in the script editor it is almost impossible to see what you are excactly writing due to
the video compression. I can lookup things in the script reference but that does not always help and takes a lot of time.
Is it possible that you provide the code of every tutorial or alternatively "zoom" into the screen while writing the code?

Now I am watching Tutorial 5. After 2 minutes You write the code which is something like this for the ai actor:


if (x < Player x)
{x +=2};

if (x > Player x)
{x -=2};

The script does not accept the "Player x" (and not Player.x). How can you access the coordinates of another actor?

Thanks for your help,
Peter
peedalein
 
Posts: 54
Joined: Mon May 17, 2010 2:26 pm
Score: 1 Give a positive score

Re: Tutochao's Tutorials! Episodes: 12

Postby uan » Mon May 17, 2010 2:34 pm

+1 I too had this happen to me a bit too when watching a few of your tutorials. not a super big deal, but would be cool to see all the syntax at times.

P.S. cant wait for the next tutorials! maybe a rotation of sprites/canvas tutorial someday ;-)
uan
 
Posts: 55
Joined: Wed Apr 28, 2010 7:05 am
Score: 1 Give a positive score

Re: Tutochao's Tutorials! Episodes: 12

Postby Hblade » Mon May 17, 2010 2:38 pm

Sorry about that, guys :3 the quality will be enhanced in farther episodes :D Once again, I apologize :3

And yeah, it's player.x lol replace "Player" with the actor your main character
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: Tutochao's Tutorials! Episodes: 12

Postby Scorpion50o1 » Mon Jun 14, 2010 1:12 pm

hblade i went ahead and looked at some of your off-topic with ge videos on youtube and i found some better themes for computer at belchfire.net
OMG IM SO BORED <(^^)> (>^^)> (>^^)>
92% of teens have moved on to rap. If you are part of the 8% who still listen to real music, copy and paste this into your signature.
User avatar
Scorpion50o1
 
Posts: 246
Joined: Fri Apr 17, 2009 1:07 am
Location: TX
Score: 8 Give a positive score

Re: Tutochao's Tutorials! Episodes: 12

Postby Hblade » Mon Jun 14, 2010 2:02 pm

hehe xD Yeah They'res good themes there :D
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: Tutochao's Tutorials! Episodes: 12

Postby Scorpion50o1 » Mon Jun 14, 2010 2:05 pm

yep 510 themes for windows xp and 50 for visita :/ xp ftw!
OMG IM SO BORED <(^^)> (>^^)> (>^^)>
92% of teens have moved on to rap. If you are part of the 8% who still listen to real music, copy and paste this into your signature.
User avatar
Scorpion50o1
 
Posts: 246
Joined: Fri Apr 17, 2009 1:07 am
Location: TX
Score: 8 Give a positive score

Re: Tutochao's Tutorials! Episodes: 12

Postby Hblade » Mon Jun 14, 2010 2:06 pm

yeh :3
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: Tutochao's Tutorials! Episodes: 12

Postby Scorpion50o1 » Mon Jun 14, 2010 2:08 pm

can u go to chat?
OMG IM SO BORED <(^^)> (>^^)> (>^^)>
92% of teens have moved on to rap. If you are part of the 8% who still listen to real music, copy and paste this into your signature.
User avatar
Scorpion50o1
 
Posts: 246
Joined: Fri Apr 17, 2009 1:07 am
Location: TX
Score: 8 Give a positive score

Re: Tutochao's Tutorials! Episodes: 12

Postby Hblade » Fri Jul 16, 2010 4:51 pm

Sure, scorp
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: Tutochao's Tutorials! Episodes: 12

Postby Spartan259 » Tue Aug 03, 2010 7:57 pm

The videos are very helpful but could you help me out on episode 7, I can't see what each brackets
are ( or { or [ etc. could you post what you typed?
Spartan259
 
Posts: 6
Joined: Mon Aug 02, 2010 11:35 pm
Score: 1 Give a positive score

Re: Tutochao's Tutorials! Episodes: 12

Postby MrJolteon » Wed Aug 04, 2010 4:13 pm

It's most probably {
Join us on Discord!
Game Editor 2
These are the best ways to reach me these days


Your local Community Janitor, always lurking in the shadows...
User avatar
MrJolteon
 
Posts: 2326
Joined: Sat Aug 09, 2008 3:25 pm
Location: Stranded under endless sky
Score: 105 Give a positive score

Re: Tutochao's Tutorials! Episodes: 12

Postby Unit649 » Sun Sep 26, 2010 2:53 am

Episode 7 is Great help! thanks a lot, but i have one problem. when i tried to use it a second time for a second health bar (i changed the variables as well) it treated them as if they were the same health bar. How could i change that?
The real Unit649. PSN Unit649
User avatar
Unit649
 
Posts: 2
Joined: Sun Sep 26, 2010 2:49 am
Score: 0 Give a positive score

Re: Tutochao's Tutorials! Episodes: 12

Postby Hblade » Mon Sep 27, 2010 6:10 pm

Make them actor variables
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: Tutochao's Tutorials! Episodes: 12

Postby Unit649 » Mon Sep 27, 2010 11:46 pm

When i changed it to the variables to actor variables, it made the health bars unusable. Both health bars were treated as if there was no health left.
The real Unit649. PSN Unit649
User avatar
Unit649
 
Posts: 2
Joined: Sun Sep 26, 2010 2:49 am
Score: 0 Give a positive score

Re: Tutochao's Tutorials! Episodes: 12

Postby NightOfHorror » Wed Sep 29, 2010 8:16 pm

Hblade can you tell me the code you put down after you add the i variable and i2 variable?
viewtopic.php?f=2&t=12136
"I have not failed. I just found 10,000 ways that wont work." quoted by Thomas Edison.
Over the year, I decided my motto for me is I am knowledgeable, but not practical.
User avatar
NightOfHorror
 
Posts: 1823
Joined: Fri Aug 27, 2010 2:50 am
Location: Cedar Hill, MO, of the USA
Score: 51 Give a positive score

PreviousNext

Return to Tutorials

Who is online

Users browsing this forum: Google Adsense [Bot] and 1 guest