10-07-2009, 06:59 AM
code still not working
updated one
updated one
|
ACTIONSCRIPT-Code:
eye1._alpha = 0; eye2._alpha = 0; eye3._alpha = 0; submit.onRelease = function() { num == Math.ceil(Math.random()*3) if (num == 1) { eye1._alpha = 100; } if (num == 2) { eye2._alpha = 100; } if (num == 3) { eye3._alpha = 100; } }; |

Chat
