Description : This tutorial will demonstrate how to work with Labels within swish 2.
Label is a unique name of any frame. When we name any frame that is called label. All frames have always a number (serial), but when it is named, that frame will be called labeled frame.
Can more than one Labels have same name?
Yes, but there should not be more than one label in same timeline. There can be more than one label in same timeline but it causes conflict/ambiguity for the program to decide which one to use.
If there are two labels with same name "lab" in same timeline, first label is on frame 5 and second one is on frame 10, and you have place action Goto Label "lab" and stop, it will always goto the first label on frame number 5 in the timeline not on frame number 10.
Although both the lebels' names are same but it will return the label frame occuring first in the timeline. But if they are in different timelines, it causes no problem, because they have no interaction which eachother.
When and where to use them? Labels are used especially while creating preloaders, and mostly when there are many more frames of any timeline and you need to identify frames uniquely.
cheers, Ali Imran..
|
|
|