traceを使う
♥0 |
Line 9 |
Modified 2011-09-14 00:11:40 |
MIT License
archived:2017-03-20 13:49:02
ActionScript3 source code
/**
* Copyright Nowloading_ ( http://wonderfl.net/user/Nowloading_ )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/iVYn
*/
package {
import com.actionscriptbible.Example;
public class FlashTest extends Example{
public function FlashTest() {
// write as3 code here..
var a:int = (0x328 & 0xf)*3;
trace("aの値は",a,"です");
}
}
}