Just starting...
Posted: Mon Jun 08, 2009 8:47 pm
Hello--
My first post here. I've designed a game on paper, somewhat more mathematical than graphic-based, but I think Game Editor just might work for what I'm wanting to do. I'm actually pretty excited about creating it and have spent a couple of days scrolling through the demos, watching tutorials on YouTube, studied some of the wiki pages, and read up on all the keywords. I'm just not finding this to be as easy as advertised. I feel like I'm in a dark room, but I know it will all make sense once I can manage to turn the light on. I'm off all week and planning on sticking with it, but am also hoping someone here can help me find the light switch.
Based on one YouTube video tutorial for activation events I created an actor (number) which can be raised or lowered by clicking one of two other actors (buttons...pacman icons in the attached graphic). It works fine. Just to experiment with variables and such I created another field which should subtract the age from the number 100 and display the result. That part is not working yet no matter what I've tried.
There will be no collisions between player objects during game play as it will be set up like a spreadsheet with each number in its fixed place). I don't understand how to save the final age as a variable for use and display elsewhere in the program. Creation of an int variable hasn't been working for me and I'm going a bit nuts here. How and where should the script be written to accomplish this?
My first post here. I've designed a game on paper, somewhat more mathematical than graphic-based, but I think Game Editor just might work for what I'm wanting to do. I'm actually pretty excited about creating it and have spent a couple of days scrolling through the demos, watching tutorials on YouTube, studied some of the wiki pages, and read up on all the keywords. I'm just not finding this to be as easy as advertised. I feel like I'm in a dark room, but I know it will all make sense once I can manage to turn the light on. I'm off all week and planning on sticking with it, but am also hoping someone here can help me find the light switch.
Based on one YouTube video tutorial for activation events I created an actor (number) which can be raised or lowered by clicking one of two other actors (buttons...pacman icons in the attached graphic). It works fine. Just to experiment with variables and such I created another field which should subtract the age from the number 100 and display the result. That part is not working yet no matter what I've tried.
There will be no collisions between player objects during game play as it will be set up like a spreadsheet with each number in its fixed place). I don't understand how to save the final age as a variable for use and display elsewhere in the program. Creation of an int variable hasn't been working for me and I'm going a bit nuts here. How and where should the script be written to accomplish this?