Search found 4 matches

by paulC
Thu Apr 18, 2013 2:20 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: intersect crash bug in community ed
Replies: 11
Views: 7825

Re: intersect crash bug in community ed

Thanks for doing the testing.

I have a few other windows machines I will install CE on and test to see what happens. I tried commenting out the preOpenCard section to see if that was the problem but it still crashed.

Again thanks for all the help.
by paulC
Wed Apr 17, 2013 9:20 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: intersect crash bug in community ed
Replies: 11
Views: 7825

Re: intersect crash bug in community ed

OK I uploaded the livecode file to skydrive but it seems I cannot post the url to it? I also tried adding an exit repeat but it still crashes. Its perplexing that this works fine on my commercial version (trial) but crashes my community edition. I'm on a PC running Windows 7 64bit if that makes any ...
by paulC
Tue Apr 16, 2013 1:22 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: intersect crash bug in community ed
Replies: 11
Views: 7825

Re: intersect crash bug in community ed

Interesting - mind posting the code you tested given the many variations intersect can have? The code I was using is below and its called from within an updateScreen game loop. Its from the Game Academy tutorial: on crash repeat with x = 1 to 4 if intersect (button "rocket", button ("foreground" & x...
by paulC
Tue Apr 16, 2013 11:23 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: intersect crash bug in community ed
Replies: 11
Views: 7825

intersect crash bug in community ed

Not sure if anyone has noticed or posted on this, but it appears the intersect function is broken in the LiveCode community edition 6.0 A simple collision detection script that works fine in the commercial 5.5.3 version but crashes the whole CE application. Is there somewhere to check on known bugs ...