Computer Science, asked by alpeshpandya, 1 month ago

How can you draw a rectangle in QBasic? Explain with an example. (3M)

(ii) What is the use of Onion skin tool in Flash.​

Answers

Answered by Anonymous
1

Answer:

Onion skinning, in 2D computer graphics, is a technique used in creating animated cartoons and editing movies to see several frames at once. This way, the animator or editor can make decisions on how to create or change an image based on the previous image in the sequence.

Explanation:

Answered by 2303megha
0

Answer:

Mark me as brainlist

Explanation:

(I) with line statement, we can also draw boxes.

SCREEN 7

COLOUR 5, 15

CLS

LINE(60,60)-(130,100),6,B

the letter B indicates the box option

(ii) Onion skinning, in 2D computer graphics, is a technique used in creating animated cartoons and editing movies to see several frames at once. This way, the animator or editor can make decisions on how to create or change an image based on the previous image in the sequence

Similar questions