SUPER FAST Flash
SUPER FAST Flash
Out of context: Reply #4
- Started
- Last post
- 10 Responses
- frankbb0
create a function - this function will change the alpha of something...
changeMc = function () {
}
then using the setInterval(changeMc, 10);
bingo..
all in the dictionary..
you can have a really slow frame rate and the set interval will happen evey 10milliseconds..