Topic: Game Programming / Is it possible to change the fps of a movieclip while its running? (AS2)
Heres one solution:
setInterval(hello, 1000)
function hello () {
//actions
}
Not exactly the best way but it’ll work.
Recent posts by JFlash on Kongregate
|
||||||||||||||||