Can anyone help me please ? HELP !
iStyle3D
Member Posts: 36
Hello everyone.
The first thing that I want to say is that I'm not English, so I don't speak very well.
I'm creating a game where an actor is masturbating himself.
Every 2 sconds or 1 I want to make apear 3 lines in the right side of the actor
or the left side.
Please take a look to this image to continue, because you will understand what I want to say :
http://s23.postimg.org/wrzcsnx23/vista_previa.jpg
Ok, so what I want to do is :
In this game if thouse lines apears in the right side of the actor, you will have to
put your mouse pointer on the right hand, and if thouse lines apears in the left
side you will have to put the left mouse in the left hand.
If is dificult, I also can do to "animate" the lines in red color in a RANDOM WAY
and the player has to press the right or left hand.
Please, I have to do this game and I still don't understand very well how to work with
random images.
THANKS !
The first thing that I want to say is that I'm not English, so I don't speak very well.
I'm creating a game where an actor is masturbating himself.
Every 2 sconds or 1 I want to make apear 3 lines in the right side of the actor
or the left side.
Please take a look to this image to continue, because you will understand what I want to say :
http://s23.postimg.org/wrzcsnx23/vista_previa.jpg
Ok, so what I want to do is :
In this game if thouse lines apears in the right side of the actor, you will have to
put your mouse pointer on the right hand, and if thouse lines apears in the left
side you will have to put the left mouse in the left hand.
If is dificult, I also can do to "animate" the lines in red color in a RANDOM WAY
and the player has to press the right or left hand.
Please, I have to do this game and I still don't understand very well how to work with
random images.
THANKS !
Comments
b-(
#-o
Need Help? Email Me | Templates | Full Game Source Code
Let's not beat around the bush...
Let's firmly grasp this issue in hand and really get down to it...
We can help @iStyle3D bone up on their GameSalad skills...
...That's all I've got right now.
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
Like Balls? Then click here! We've 100 coming soon
*Tap Tap* is my mic on?
So you want the lines symbol to show up on either the left or right side at random, and then the user has to click the corresponding hand, right?
I guess you'd want to start with creating an attribute, called 'side' for example.
Create an actor called 'lines', which will display the lines. Keep it off screen at the start.
Create two images for the lines actor, one for lines on the left and one for lines on the right. You can create further images if you want to animate the lines.
At the start of the game set the side attribute to a random number between 0 and 1. This will select a random number, 0 will be left and 1 will be right.
Then have a rule inside the lines actor that says if side = 0, place the lines actor in the correct X and Y location to appear on the left side, and change it's image (or animate) to the left image.
Have an alternate rule that says if side = 1, place the lines actor in the correct X and Y location to appear on the right side, and change it's image (or animate) to the right image.
That covers your side being randomly chosen, and the lines to appear in the right place .
Then have rules in the left hand actor that say if self is clicked and side = 0 {do stuff for correct click here}, if self is clicked and side = 1 {do stuff for incorrect click here}.
In the right hand actor have the converse rule: if self is clicked and side = 1 {do stuff for correct click here}, if self is clicked and side = 0 {do stuff for incorrect click here}.
After the actions for correct or incorrect click are performed, then set 'side' to another random number to start the next round.
And don't play too often, it's bad for your eyesight.
http://dfiles.eu/files/xcezfh32j
Now, I want to put a "countdown" and animations
Please remember that the terms of service (which you have agreed to) includes the following;
17. Rules of Conduct
GameSalad requires that you respect the GameSalad online community, including other individuals who use the Site and Services. Your conduct should be guided by common sense and basic etiquette. To further these common goals, when posting and providing Submissions and Feedback to, or otherwise using, the Site and Services, you agree not to do any of the following:
...
...
(iii) post or provide Submissions, Feedback or any other content that is racially or ethnically offensive, vulgar, obscene, pornographic, sexually explicit, disparaging, defamatory, tortious, libelous, infringing or that otherwise violates the legal rights of others (including, without limitation, the intellectual property rights, privacy or publicity rights of third parties);
....
Remember that this forum is viewable by minors and their parents. Many will probably find sexually explicit depictions of individuals masturbating to be obscene, pornographic, and generally offensive. Please do not put GameSalad in jeopardy of violating obscenity laws.