Noob Eypt

posted on 18 Mar 2008 23:25 by bluefrog  in Animation

 

งาน Final Project ของผมในเทอมนี้ครับ เป็นงาน Animation เนื้อเรื่องก็เป็นนักเวท eypt ที่จะปลุกปีศาจแมงมุมขึ้นมา แต่ด้วยความนูบ จึงเกิดผิดพลาด ยังไงก็ติชมกันได้เลยนะคับ ผมพร้อมรับฟัง หุหุ

Comment



smilebig smileopen-mounthed smileconfused smilesad smileangry smiletonguequestionembarrassedsurprised smilewinkdouble winkcry

global proc myProcedure()
{
int $state = `checkBox -query -value myCheckBox`;
if($state)
button -edit -enable 1 myButton;
else button -edit -enable 0 myButton;
}
global proc sud()
{
print `intField -query -value intf`;
print "\n";
}
window;
columnLayout -adjustableColumn true;
checkBox - label "Chick" -value 1 -changeCommand "myProcedure" myCheckBox;
radioButon -label "XY";
button -label "FUCKKK" -command "sud" myButton;
intField -minValue 0 -maxValue 20 -value 0 intf;
showWindow;

#1 By (202.44.136.50) on 2008-03-30 17:41

อย่าร้องๆๆๆๆ 555+

#2 By ปาร์ค (124.121.247.171) on 2008-05-22 10:11