Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » New Game Scripts. I need help
- AlexDeGhost
-
94 posts
New Game Scripts. I need help
Can someone help me with the Combat for my new game?
I need something like this
https://www.youtube.com/watch?v=rQBB3pK-f5w
https://www.youtube.com/watch?v=xMptPmlL6bQ
some moves won;t be as complicated as the one's in the video. But if you guy's could help me, I'll tell you exactly what I need.
Thanks
I need something like this
https://www.youtube.com/watch?v=rQBB3pK-f5w
https://www.youtube.com/watch?v=xMptPmlL6bQ
some moves won;t be as complicated as the one's in the video. But if you guy's could help me, I'll tell you exactly what I need.
Thanks
- BKFighter
-
1000+ posts
New Game Scripts. I need help
Could you:
1) Tell us what you need (what you really really need (lol I had to do it you know it))
2) Share the project and give us the link to it (in a reply)
1) Tell us what you need (what you really really need (lol I had to do it you know it))
2) Share the project and give us the link to it (in a reply)
- AlexDeGhost
-
94 posts
New Game Scripts. I need help
Could you:
1) Tell us what you need (what you really really need (lol I had to do it you know it))
2) Share the project and give us the link to it (in a reply)
O.K well if you saw the videos you would probably know what I need. The button to attack would be the “S” key. Did you watch the videos? If you did I'll give you the link to the game I need help with.
- footsocktoe
-
1000+ posts
New Game Scripts. I need help
The moves are animations. So when the key is pressed the animation plays. To make an animation you put each frame of the animation as a costume in a sprite and then step through the costumes with the next costume block and a small wait block (like 0.1 sec).
- AlexDeGhost
-
94 posts
New Game Scripts. I need help
next costume block and a small wait block (like 0.1 sec).The moves are animations. So when the key is pressed the animation plays. To make an animation you put each frame of the animation as a costume in a sprite and then step through the costumes with the
But I need help doing the certain moves at certain points which i'm not so good at
- AlexDeGhost
-
94 posts
New Game Scripts. I need help
I cam do the animation but can you do the script?next costume block and a small wait block (like 0.1 sec).The moves are animations. So when the key is pressed the animation plays. To make an animation you put each frame of the animation as a costume in a sprite and then step through the costumes with the
But I need help doing the certain moves at certain points which i'm not so good at
- footsocktoe
-
1000+ posts
New Game Scripts. I need help
Animation scripts are pretty simple. For example…
Repeat 10 times
Next costume
Wait 0.1 seconds
That's about it. You put that inside an if-then block and it will only happen IF…
Repeat 10 times
Next costume
Wait 0.1 seconds
That's about it. You put that inside an if-then block and it will only happen IF…
- AlexDeGhost
-
94 posts
New Game Scripts. I need help
Animation scripts are pretty simple. For example…
Repeat 10 times
Next costume
Wait 0.1 seconds
That's about it. You put that inside an if-then block and it will only happen IF…
Animation scripts are pretty simple. For example…
Repeat 10 times
Next costume
Wait 0.1 seconds
That's about it. You put that inside an if-then block and it will only happen IF…
I mean something like this. If Snake is right behind the enemy and is standing still, he will turn the enemy around and go into the 1st costume of his punching animation. For half a second everything is slow motion. The camera zooms in. Then everything goes in normal speed and Snake pucnhes the enemy, knocking them out. The camera then zooms out.
I can do the animation but I need the scripts do to do that with those conditions
- AlexDeGhost
-
94 posts
New Game Scripts. I need help
another example. If Snake is moving and is right behind the enemy,the camera will zoom in and Snake will grab the enemy and flip throw him, knocking him out for 40 seconds. There is no slowcmotion Animation scripts are pretty simple. For example…
Repeat 10 times
Next costume
Wait 0.1 seconds
That's about it. You put that inside an if-then block and it will only happen IF…
Or
If Snake is standing still right near the enemy and the button is held down instead of just tapped then Snake will grab the enemy and hold on to him until the button his let go, or until the enemy is knocked out or killed
- Discussion Forums
- » Help with Scripts
-
» New Game Scripts. I need help