Write stuff

Non-platform specific questions.

Write stuff

Postby willg101 » Tue Jan 18, 2005 1:54 am

Any one here have an idea of how i could create a notepad type actor,
where you type something in, say, 'keeps', and it says 'keeps'. (The tutorial 'catch any key' does not work on my computer for some reason)
http://www.wish-games.com
Old betas now available!!
User avatar
willg101
 
Posts: 473
Joined: Thu Dec 16, 2004 12:08 am
Location: West Michigan
Score: 5 Give a positive score

Postby makslane » Tue Jan 18, 2005 6:35 pm

Future versions will have an Input Actor.
What's happen with the tutorial in your machine?
makslane
Site Admin
 
Posts: 3947
Joined: Sat Apr 05, 2003 6:47 pm
Score: 182 Give a positive score

reply

Postby willg101 » Tue Jan 18, 2005 9:05 pm

the tutorial goes through all the steps, but when you test it out, it doesn't work.(nothing happens)

I have Windows XP SP1
http://www.wish-games.com
Old betas now available!!
User avatar
willg101
 
Posts: 473
Joined: Thu Dec 16, 2004 12:08 am
Location: West Michigan
Score: 5 Give a positive score

Postby makslane » Wed Jan 19, 2005 10:28 am

You don't see nothing in game mode? Neither the keyboard input tips?
makslane
Site Admin
 
Posts: 3947
Joined: Sat Apr 05, 2003 6:47 pm
Score: 182 Give a positive score

nope

Postby willg101 » Wed Jan 19, 2005 2:11 pm

no, absolutely nothing happens
:(
http://www.wish-games.com
Old betas now available!!
User avatar
willg101
 
Posts: 473
Joined: Thu Dec 16, 2004 12:08 am
Location: West Michigan
Score: 5 Give a positive score

Postby Just4Fun » Wed Jan 19, 2005 3:42 pm

Hi Will:

I apologize for jumping into this conversation and my thoughts are probably a too elementary solution, but have you tried uninstalling GE and then reinstalling it?

I've used GE with XP SP-1 and all the tutorials work just fine. I've upgraded to SP-2 now and GE works fine with it too. Could there be a glitch in the installation? :idea:

I'm using the registered version 1.2.7 (I think it is the latest version of GE.)
I've learned that I still have a lot to learn.

** Makslane == Genious **
Just4Fun
 
Posts: 524
Joined: Tue Jul 01, 2003 5:19 am
Location: USA: Washington State; West Coast
Score: 6 Give a positive score

ok

Postby willg101 » Wed Jan 19, 2005 4:36 pm

Thanks!
Does running game editor off my (USB) Jump Drive make any difference?
http://www.wish-games.com
Old betas now available!!
User avatar
willg101
 
Posts: 473
Joined: Thu Dec 16, 2004 12:08 am
Location: West Michigan
Score: 5 Give a positive score

got it!

Postby willg101 » Wed Jan 19, 2005 6:15 pm

8) i found the problem! it wasn't SP 1, SP 2, or even GE! In the programming, it said:
Code: Select all
int keyCode = getLastKey();

strcpy(view.text, getKeyText(keyCode));

I had to change it too
Code: Select all
int keyCode = getLastKey();

strcpy(tinter.text, getKeyText(keyCode));

('tinter' is the name of my actor)

Does this tutorial work on anyone else's computer?
http://www.wish-games.com
Old betas now available!!
User avatar
willg101
 
Posts: 473
Joined: Thu Dec 16, 2004 12:08 am
Location: West Michigan
Score: 5 Give a positive score

Postby Just4Fun » Wed Jan 19, 2005 11:21 pm

I've run GE off of a CF card and external hard drives so it should run just fine off of your jump drive.

Ahhh, now I understand what you were talking about regarding the getKey tutorial! You are correct.

After running the tutorial, I also had to change the code from the view actor to the key actor in order to see the changing key text on the screen.

It confused me at first too. :lol:
I've learned that I still have a lot to learn.

** Makslane == Genious **
Just4Fun
 
Posts: 524
Joined: Tue Jul 01, 2003 5:19 am
Location: USA: Washington State; West Coast
Score: 6 Give a positive score

Postby makslane » Thu Jan 20, 2005 12:39 pm

view.text? there is an error on tutorial. The correct is myactor.text!
makslane
Site Admin
 
Posts: 3947
Joined: Sat Apr 05, 2003 6:47 pm
Score: 182 Give a positive score

Postby LEO (LCG) » Thu Jan 20, 2005 7:31 pm

Yep. It's view.text here too.

The mouse don't click on the right actor (actors button).

Good, its not a bug! :)
___________
Blessed are the pessimists for they have made backups
User avatar
LEO (LCG)
 
Posts: 24
Joined: Fri Jan 07, 2005 11:56 am
Location: Blanka's country
Score: 0 Give a positive score


Return to General

Who is online

Users browsing this forum: No registered users and 1 guest