search for: borderxstart

Displaying 1 result from an estimated 1 matches for "borderxstart".

2007 Jun 10
1
variable scope
...then set variable in cx->global (which i suspected global scope), not cx->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;...