actionscript 3 - Action Script 3 - how to pass variables through multiple scenes -
i using flash cs6 , making game in squares falling down randomly , have wall controlled mouse. every square dodge 10 points added score. if squares touch wall go scene called "the end" scene in scene display score player. want pass score variable scene. have tried googling lot of times couldn't help. hope guys. please help.
how go next scene:
if (wall.hittestobject(square)) { gotoandstop(1, "the end"); }
instead of using flash create games can game maker more efficient. can go website yoyogames.com
Comments
Post a Comment