View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0029874 | Runner | HTML5 | Public | 2018-08-07 14:39 | 2018-10-29 14:33 |
Reporter | Stewart Bishop | Assigned To | Alan Savage | ||
Priority | Medium | Severity | C - General | Reproducibility | 100% |
Status | Closed | Resolution | Fixed | ||
Platform | HTML5 | OS | OS Version | ||
Product Version | 2.1.5 | ||||
Target Version | 2.2.1 | Fixed in Version | 2.2.1 | ||
Summary | 0029874: HTML5: [GMS2] Cloned instances don't draw anything | ||||
Description | After calling the function instance_clone in HTML5 the is correctly cloned, having all the right properties, but it doesn't draw itself, nor calls the draw event. Properties like scale, alpha, visibility, etc are all correct in the new (cloned) instance. But it is never drawn neither is the draw event ever called. The sample/bug report project has an example of the problem, and uses instance count to show that it was actually created, and also has another object's instance to draw a mark where the cloned instance is, since it's never drawn. | ||||
Steps To Reproduce | 1) Run the sample in HTML5 2) Press Enter 3) See that the cloned instance doesn't draw anything | ||||
Tags | html5, Runner | ||||
1.4 Found In | |||||
2.x Runtime Found In | 2.1.5.246 | ||||
2.x Runtime Verified In | 2.2.1.268 | ||||