Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Help



I had encountered some problem in my action script. I am doing a match-word game. After the answer (word4) had placed inside the Dymanic text (box1), there a button to press so that the correct answer will remind in the same place whereas, the wrong wan will go back to the original place.


on (release) {
if ( box1 == word4) {
this.enabled = true;
box1.gotoAndStop(2)
this._x = word4._x;
this._y = word4._y;

} else {

if ( box1 == word1) {
this._x = X;
this._y = Y;


}
}
}



ActionScript.org Forums > ActionScript Forums Group > ActionScript 3.0
Posted on: 06-19-2008, 11:08 AM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

    Copyright © 2005-08 www.BigResource.com, All rights reserved