Displaying 1 result from an estimated 1 matches for "borderystart".
Did you mean:
borderxstart
2007 Jun 10
1
variable scope
...gt;frame->var_object. It worked. So I think
swfdec_as_context_eval_set_property needs to be rechecked.
blocky.swf is flash 6, according to swfmill.
button 155 {
on (press) {
if (_root.playgame) {
borderXstart = Math.floor((_xmouse - 13) / CellSize) * CellSize + 13;
borderYstart = Math.floor((_ymouse - 13) / CellSize) * CellSize + 13;
switch (random(3)) {
case 0:
klik.start(0, 1);
break;
case 1:
klik1.start(0, 1);
break;
case 2:
klik2.start(0, 1);
break;...