Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - treetased

Pages: 1
1
Ask a Question / How to Damage Delay? Help me plz
« on: September 03, 2018, 08:22:36 am »
My students create games But it has problems.
I want the monster to be attacked and lose 10 lives per turn.
But monsters hit only once.
He's dead And negative life force
Because the characters collide repeatedly.

The code is in the attached image.

2
Ask a Question / Re: How to set target (behavior "Follow Target")
« on: August 23, 2018, 05:20:50 am »
When the player runs away from the scene, the score and the money will fall out of the scene.
I want to keep it on the scene all the time. Whether the player runs forward or runs back. :'(

3
Ask a Question / How to set target (behavior "Follow Target")
« on: August 23, 2018, 04:59:14 am »
I created a long scene game.
The problem is that the image used to show the score does not run along the scene.  :'(
Try behavior Follow Target , but i don't know set target

4
Ask a Question / Re: [typing game] Help me plzzzzzzzzzzz
« on: April 24, 2018, 09:37:50 pm »
Start by looking at the "when any key is pressed" event, which gives you the option to check with keyboard character the player struck. One thing you can do is create a list of all the characters the player should type. When a key is struck, the game checks if the character typed is the first character in the list (item 0 in list). If they match, the player receives a point, the letter is removed from the list, and the game continues until the list is empty. If they don't match, the player loses 19 points.

oh, thank u , before i don't see anykey
but if i want to use Shift + anykey
plzzz how to shit+anykey 

because....
now.. when i use shift , the player loses 1 point T^T

5
Ask a Question / [typing game] Help me plzzzzzzzzzzz
« on: April 23, 2018, 08:04:03 am »
Who can help me write a code plz
I want to create a typing game for students.
But there is a problem using the keyboard.
I want to use the keyboard to type the letters incorrectly.
Or, in addition to the keyboard assigned to lower the score.
I want to add a function "Anycotrol"

I need the code "If you press a button other than the set. We will delete your score"


Pages: 1