ขั้นตอนการสรัาง[br]1. ใช้เครื่องมือสร้าง [icon]/images/ggb/toolbar/mode_slider.png[/icon] 2 ตัว ตั้งชื่อ : [b](a) , (b)[/b] กำหนดค่า [b]Min = 1 , Max = 10 , Increment = 1[/b][br]2. ใช้เครื่องมือสร้าง [icon]/images/ggb/toolbar/mode_slider.png[/icon] ตั้งชื่อ : [b](α)[/b] กำหนดค่า เปลี่ยนเป็น [b]Angle[/b] [b]Min = 0 , Max = 180 , Increment = 1[/b][br]3. ใช้เครื่องมือ [icon]/images/ggb/toolbar/mode_segmentfixed.png[/icon] คลิกในพื้นที่ว่าง ใส่ความยาวเป็น [b](a)[/b] จะได้เส้น [b]AB[/b][br]4. ใช้เครื่องมือ [icon]/images/ggb/toolbar/mode_anglefixed.png[/icon] คลิกที่ [b]จุด B[/b] แล้วตามด้วย [b]จุด A [/b]ใส่ขนาดมุมเป็น [b](α) [/b]จะได้[b] [b]จุด B' [/b][br][/b]5. ใช้เครื่องมือ [icon]/images/ggb/toolbar/mode_ray.png[/icon] ลากจาก [b]จุด A[/b] ผ่าน [b]จุด B'[br][/b]6. ใช้เครื่องมือ [icon]/images/ggb/toolbar/mode_spherepointradius.png[/icon] คลิกที่ [b]จุด A[/b] แล้วใส่ [b]รัศมี b[br][/b]7. ใช้เครื่องมือ [icon]/images/ggb/toolbar/mode_intersect.png[/icon] คลิกที่จุดตัดระหว่าง [b]"รังสี"[/b] กับ [b]"วงกลม" [/b]จะได้ [b]จุด C[br][/b]8. ใช้เครื่องมือ [icon]/images/ggb/toolbar/mode_polygon.png[/icon] คลิกเชื่อมจุด A > B > C > A จะได้ สามเหลี่ยม [b]ABC[/b][br]9. สร้างสามเหลี่ยมรูปที่สอง[b] XYZ [/b]โดยใช้วิธีการสร้างของสามเหลี่ยม[b] ABC[/b][b][br][/b]10. พิมพ์ในช่อง Input ว่า : v_dist = (10, 0)[br]11. ใช้เครื่องมือสร้าง [icon]https://www.geogebra.org/images/ggb/toolbar/mode_slider.png[/icon] ตั้งชื่อ : [b](t)[/b] กำหนดค่า เปลี่ยนเป็น [b]Min = 0 , Max = 1 , Increment = 0.01 [br][/b]พิมพ์ในช่อง Input ว่า :t = Slider(0, 1, 0.01)[br]12. พิมพ์ในช่อง Input ว่า : t3 = Translate(t2, -t * v_dist)[br]13. ใช้เครื่องมือสร้าง [icon]/images/ggb/toolbar/mode_buttonaction.png[/icon] ตั้งชื่อ : [b]Start [/b]และใส่CODE : [code][/code][code]t = 0 [br]StartAnimation(t, true)[br][/code]14. ใช้เครื่องมือสร้าง [icon]https://www.geogebra.org/images/ggb/toolbar/mode_buttonaction.png[/icon] ตั้งชื่อ : [b]Stop [/b]และ ใส่ CODE :[b] [code][/code]t = 0 [/b]