Game Programming, game design or anything related to games or the industry.
Few changes to the website.
Get link
Facebook
X
Pinterest
Email
Other Apps
A couple of changes here and there, improved loading times by getting rid of some CSS that was part of the original template design. Nothing beats writing your own stuff, kids!
Today was not a good day at work. I found myself dealing more with getting my tool (Flash Builder) to do what I want than actually writing code. Flash Builder was giving me a lot of trouble which was a not-appreciated throwback to those college years when I was setting Eclipse for the first time. The problem (after much googling around) is that I was trying to debug a code that was not in sync with the SWF I was playing. The symptom is the following: “Breakpoint cannot be set here because there is no executable code at this line” Solutions (no particular order): Clear your browser’s cache. Chrome ⇧⌘Delete Safari ⌥⌘E Firefox: Tools > Clear Recent History > All IE: www.getfirefox.com The location you are debugging (your SWF) in is not the same as the one where your changes are compiling.
Comments