Hi,
So I'm reading the Space Blaster's Game events and first thing that I noticed was the variable dt.
[quote:3nxebq8k]Move 300 * dt pixels at angle angle(Player.X, Player.Y, Touch.X, Touch.Y)
Where was it initialized? Is it a reserved variable like a System class' property?
Is there a view in Construct 2 that lists all the variables available in the project?
I can only see them as I type something (code completion) in the parameter window.