Flash movememt
Flash movememt
Out of context: Reply #2
- Started
- Last post
- 11 Responses
- ganon0
button MCs (instance names button01, button02), put this in a frame in the _root...:
this.button01.onPress {
this._parent.imgs._y + 25;
}this.button02.onPress {
this._parent.imgs._y - 25;
}with your image MC instance name "imgs"....