Game Development Community

Fixed!] Mouse Button Head Scratcher. Works on Mac, not on PC.

by Shawn LeBlanc · in Torque Game Builder · 03/05/2007 (8:58 am) · 1 replies

I've encountered a weird problem that I haven't been able to figure out yet. When I copy my project from Mac to Windows and try to execute the game (F5) from the Windows version of the editor, mouse clicks don't work. I can move the mouse cursor, but that's it. Clicking on the play/stop/pause buttons on the top left corner doesn't work either. I have to close and reopen the editor. The editor appears to work fine, though, and on the Mac everything works fine too. Has anyone encountered this before?

Thanks!
Shawn

#1
03/05/2007 (7:02 pm)
I figured out what the problem was. In my project, I'm using a particle system attached to the gui, as described in this article. tdn.garagegames.com/wiki/TGB/MiniTutorials/GUIParticles. The problem was that I had modifed profile.cs on the mac version of TGB, but not on the Windows version. So now it works again. Woot!

Shawn