sorton Table in tableTable sorton question

Hey Guys,

I want to sort a table. like a deepsort in flash (sort on). I want the below table to be sorted on the first numbers. I can change the structure if needed…

any ideas? Thanks
local triangle1 = {
{ 112, 61 },
{ 76, 36 },
{ 128, 84 }
}

to:

local triangle1 = {
{ 76, 36 },
{ 112, 61 },
{ 128, 84 }
}
[import]uid: 87151 topic_id: 20073 reply_id: 320073[/import]