a request

Game Editor comments and discussion.

a request

Postby hamdotkeren » Thu Jan 20, 2011 4:52 am

first I want introduce myself that I'm poor english langunge...
I want asking quetion and request...

1. anybody know how to call another software(example: photoshop) using GE??
I want to make media education like microsoft power point that can link to another aplication using GE.

2. can you make me a sample (ged file) that contain series of multiple choice questions that may come out at random and answer choices were out at random??

please, thank you
hamdotkeren
 
Posts: 13
Joined: Sat Nov 13, 2010 2:10 am
Score: 0 Give a positive score

Re: a request

Postby skydereign » Sun Jan 23, 2011 11:09 am

1. You can't.

2. What do you mean by random answer choices? Are the choices preset, and just scrambled, or something else? Example, there are only four choices, but each time you see the question the order of a, b, c, and d, are different?
User avatar
skydereign
 
Posts: 3510
Joined: Mon Jul 28, 2008 8:29 am
Score: 589 Give a positive score

Re: a request

Postby Fojam » Sun Jan 23, 2011 3:52 pm

i think you can for #1 actually

correct me if im wrong, but i think you could use

LoadGame("pathforthephotoshopexecutable");
CLICK TO GIVE ME POINTS

My Latest Projects:
Super Smash Bros: viewtopic.php?f=6&t=12307 PLEASE help by making sprites!
User avatar
Fojam
 
Posts: 513
Joined: Thu Mar 19, 2009 10:02 pm
Location: under your bed!!!
Score: 69 Give a positive score

Re: a request

Postby Game A Gogo » Sun Jan 23, 2011 7:13 pm

I think it'd crash .. *trys* it just crashes, I placed an exe in the folder of my program :P
Programming games is an art,
    Respect it.
User avatar
Game A Gogo
 
Posts: 3466
Joined: Wed Jun 29, 2005 10:49 pm
Location: French Canada *laughs*
Score: 181 Give a positive score

Re: a request

Postby sonicfire » Sun Jan 23, 2011 9:27 pm

when will people realize that GE is made for GAMES hence the name and no office stuff... *sigh* :roll:
sonicfire
 
Posts: 425
Joined: Wed Nov 01, 2006 9:34 pm
Location: berlin germany
Score: 16 Give a positive score

Re: a request

Postby Fojam » Sun Jan 23, 2011 9:35 pm

who knows? since GE uses C code, you could probably expand from games
CLICK TO GIVE ME POINTS

My Latest Projects:
Super Smash Bros: viewtopic.php?f=6&t=12307 PLEASE help by making sprites!
User avatar
Fojam
 
Posts: 513
Joined: Thu Mar 19, 2009 10:02 pm
Location: under your bed!!!
Score: 69 Give a positive score

Re: a request

Postby sonicfire » Sun Jan 23, 2011 9:46 pm

you´re right but then still it would make not that much sense to use GE ;) (at least thats my humble opinion)
sonicfire
 
Posts: 425
Joined: Wed Nov 01, 2006 9:34 pm
Location: berlin germany
Score: 16 Give a positive score

Re: a request

Postby hamdotkeren » Mon Jan 24, 2011 10:59 am

to skydereign:

this is I meant
Image
hamdotkeren
 
Posts: 13
Joined: Sat Nov 13, 2010 2:10 am
Score: 0 Give a positive score

Re: a request

Postby Game A Gogo » Mon Jan 24, 2011 11:03 am

On mouse button down of any of those actores, you'll just make it a matter of luck with something like int rNum=rand(2);if(rNum==1)//action;
Programming games is an art,
    Respect it.
User avatar
Game A Gogo
 
Posts: 3466
Joined: Wed Jun 29, 2005 10:49 pm
Location: French Canada *laughs*
Score: 181 Give a positive score

Re: a request

Postby hamdotkeren » Mon Jan 24, 2011 11:44 am

to Gogo:

hehehe... I'm just beginner
I don't understand
can you give me a demo file
hamdotkeren
 
Posts: 13
Joined: Sat Nov 13, 2010 2:10 am
Score: 0 Give a positive score

Re: a request

Postby Game A Gogo » Mon Jan 24, 2011 9:13 pm

On mouse button down -> Script Editor:
Code: Select all
int rNum=rand(2);
if(rNum==1)
{
    //Do the action you want to do when he gets the "right" answer
}
Programming games is an art,
    Respect it.
User avatar
Game A Gogo
 
Posts: 3466
Joined: Wed Jun 29, 2005 10:49 pm
Location: French Canada *laughs*
Score: 181 Give a positive score


Return to GE - General

Who is online

Users browsing this forum: No registered users and 1 guest