Instance of Symbol 21 MovieClip in Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
Mouse.show();
}
on (rollOut) {
Mouse.show();
}
Instance of Symbol 23 MovieClip in Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
Mouse.show();
}
on (rollOut) {
Mouse.show();
}
Instance of Symbol 25 MovieClip in Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
Mouse.show();
}
on (rollOut) {
Mouse.show();
}
Instance of Symbol 27 MovieClip in Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
Mouse.show();
}
on (rollOut) {
Mouse.show();
}
Instance of Symbol 29 MovieClip in Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
Mouse.show();
}
on (rollOut) {
Mouse.show();
}
Instance of Symbol 31 MovieClip in Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
Mouse.show();
}
on (rollOut) {
Mouse.show();
}
Instance of Symbol 33 MovieClip in Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
Mouse.show();
}
on (rollOut) {
Mouse.show();
}
Instance of Symbol 35 MovieClip in Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
Mouse.show();
}
on (rollOut) {
Mouse.show();
}
Instance of Symbol 37 MovieClip in Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
Mouse.show();
}
on (rollOut) {
Mouse.show();
}
Instance of Symbol 39 MovieClip in Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
Mouse.show();
}
on (rollOut) {
Mouse.show();
}
Instance of Symbol 41 MovieClip in Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
Mouse.show();
}
on (rollOut) {
Mouse.show();
}
Instance of Symbol 43 MovieClip in Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
Mouse.show();
}
on (rollOut) {
Mouse.show();
}
Instance of Symbol 45 MovieClip in Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
Mouse.show();
}
on (rollOut) {
Mouse.show();
}
Instance of Symbol 47 MovieClip in Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
Mouse.show();
}
on (rollOut) {
Mouse.show();
}
Instance of Symbol 49 MovieClip in Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
Mouse.show();
}
on (rollOut) {
Mouse.show();
}
Instance of Symbol 51 MovieClip in Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
Mouse.show();
}
on (rollOut) {
Mouse.show();
}
Instance of Symbol 53 MovieClip in Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
Mouse.show();
}
on (rollOut) {
Mouse.show();
}
Instance of Symbol 55 MovieClip in Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
Mouse.show();
}
on (rollOut) {
Mouse.show();
}
Instance of Symbol 57 MovieClip in Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
Mouse.show();
}
on (rollOut) {
Mouse.show();
}
Instance of Symbol 59 MovieClip in Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
Mouse.show();
}
on (rollOut) {
Mouse.show();
}
Instance of Symbol 61 MovieClip in Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
Mouse.show();
}
on (rollOut) {
Mouse.show();
}
Instance of Symbol 63 MovieClip in Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
Mouse.show();
}
on (rollOut) {
Mouse.show();
}
Instance of Symbol 65 MovieClip in Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
Mouse.show();
}
on (rollOut) {
Mouse.show();
}
Instance of Symbol 67 MovieClip in Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
Mouse.show();
}
on (rollOut) {
Mouse.show();
}
Symbol 14 Button
on (release) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_love", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.love = new Sound(this._parent.BS_love);
} else {
this.createEmptyMovieClip("_love_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.love = new Sound(this.BS_love);
}
_global.Behaviors.Sound.love.attachSound("love");
_global.Behaviors.Sound.love.start(0, 1);
}
Symbol 17 Button
on (release) {
stopAllSounds();
}