| Anonymous | Login | Signup for a new account | 2013-05-21 21:40 BST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap | My Account |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
| 0001818 | GameMaker: 8.1 | [All Projects] General | public | 2012-04-16 17:30 | 2012-04-16 17:30 | ||||||
| Reporter | Lee Turner | ||||||||||
| Assigned To | |||||||||||
| Priority | Low | Severity | C - General | Reproducibility | <25% | ||||||
| Status | new | Resolution | open | ||||||||
| Platform | OS | OS Version | |||||||||
| Summary | 0001818: draw_rectangle crash | ||||||||||
| Description | keywords: [Game Maker 8.1 Bugs] Functions The following issue has been SUBMITTED. ====================================================================== http://bugs.yoyogames.com/view.php?id=3870 [^] ====================================================================== Reported By: True Valhalla Assigned To: ====================================================================== Project: Game Maker 8.1 Bugs Issue ID: 3870 OS Language Settings: W7 64bit ====================================================================== ====================================================================== Description: Had a simple object in a 320*480 room, with this code in DRAW event: image_alpha -= (1 / 10); if (image_alpha <= 0) instance_destroy(); draw_set_color(c_black); draw_set_alpha(image_alpha); draw_rectangle(-5,-5,room_width + 5,room_height + 5,0); Causes the browser to hang every time. Works as expected in Windows. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2012-01-25 03:42 True Valhalla New Issue 2012-01-25 03:42 True Valhalla OS Language Settings => W7 64bit ====================================================================== | ||||||||||
| Attached Files | |||||||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-04-16 17:30 | Lee Turner | New Issue | |
| Copyright © 2000 - 2012 MantisBT Group |