Speed of XNA - Super Stickman Adventure

Hi all,
why is this game so damn slow?
I testet many tutorial games and lots of them have a bad frame rate?
is this a problem of XNA or bad programming?
[209 byte] By [GMS0012] at [2007-12-25]
# 1
Seen it running on 3 systems and they all ran it at 60fps I have seen other XN games run much slower but not this one
aka_Big_Wurm at 2007-10-8 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...
# 2
What's "slow" and "bad"? Are we talking 10 fps?
JimPerry at 2007-10-8 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...
# 3
yesterday i had 5 fps....
but i tested it again.,,
now i also have 60...
perhaps i had a problem.. now it is working fine..
GMS0012 at 2007-10-8 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...
# 4

Make sure you're not running it in Debug mode. I have a project that runs at 30FPS in Debug mode but 200+ otherwise. From VisualStudio use Ctrl-F5 instead of F5, or just run the .exe in the Release folder from Windows Explorer.

Matt

MattStum at 2007-10-8 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...
# 5
i used the .exe
but i think i had a pc problem.. now it is fast...
thx
GMS0012 at 2007-10-8 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...