Ich bin ein 3d-Adult
Ich bin ein 3d-Adult
You have booked tickets for Avatar 3D at Albany, starting at 10:00pm on Friday January 01, 2010.
Allocated seats: K10, K8, K9
You have purchased:
2 x 3d adult b: @ $18.50 ea. + 1 x 3d student b: @ $16.50 ea. = $53.50.
Total: $53.50
The movie is rated M – Battle Violence.

vorher nacher – code
vorher nacher – code
/*
var s = _global.wai;
if (s[1] == 0) {
trace(„File to load „+naviMatrix[s[0]][0]);
} else {
trace(„File to load „+naviMatrix[s[0]][0]+“_“+naviMatrix[s[0]][s[1]]);
}
*/
var s0 = _global.wai[0];
var s1 = _global.wai[1];
var a = naviMatrix[s0][0];
var b = naviMatrix[s0][s1];
if (s1 == 0) {
trace(„File to load „+a);
} else {
trace(„File to load „+a+“_“+b);
}
