I Wanna Community

Fangames => Game Design => Programming Questions => Topic started by: Junior Nintendista on May 20, 2015, 07:02:37 PM

Title: Rotational movement of the spikes
Post by: Junior Nintendista on May 20, 2015, 07:02:37 PM
I wanted to know how to Kamilia Spikes do the rotation movement randomly?
Title: Re: Rotational movement of the spikes
Post by: Sudnep on May 20, 2015, 08:15:01 PM
The animation effect?

Creation Code:
image_index = irandom(image_number - 1)
Title: Re: Rotational movement of the spikes
Post by: Junior Nintendista on May 20, 2015, 09:36:27 PM
Thanks