Computer Science, asked by utkrishtmishra456, 6 months ago


1. Create 6 square pin sprites - pin1, pin2, pin3, pin4, pin5, pin6 with the following
positions and size.
o For example: pin6=createSprite(240, 340, 20, 20);
Pin
X Position
Y Position
Width
Height
Pin1
200
300
20
20
Pin2
180
320
20
20
Pin3
220
320
20
20
Pin4
160
340
20
20
Pin5
200
340
20
20
Pin6
240
340
20
20
2. All pins and the shooting squariad should bounce off when they collide with the edges
of the canvas.
3. All pins and the squariad should only bounce against each other when they collide
4. When the project is played, the shooting squariad should be released with:
o X velocity of 4 and Y velocity of 0.5.
5. Click on "Run" once to check if the code is working./li>​

Answers

Answered by umerusman862162
0

it is so hard to solve

Similar questions