microsoft / pxt-arcade

Arcade game editor based on Microsoft MakeCode
https://arcade.makecode.com
MIT License
477 stars 206 forks source link

Confirmed a bug when I tried to do the Tutorials – Simple Extensions (from Makecode Team) #2281

Closed Jack2019y closed 4 years ago

Jack2019y commented 4 years ago

Hi all,

I have follow the instructions with steps on this Tutorials, but failed to make the game successfully to run on the condition step – when “player” overlaps “object” at location,

I have performed some investigation, and found that it was caused by the inconsistency of objects between what it appeared in the screen of the editor, and the objects which were stored in the server (backend).

I have raised this question in the forum (microsoft / pxt-arcade), and got the confirmation that it was a bug and need to raise an issue in there.

Below is the linakge:

https://forum.makecode.com/t/a-bug-when-i-tried-to-do-the-tutorials-simple-extensions/2953?u=jackyu

Thanks

Jack

Jack2019y commented 4 years ago

Hi Alex,

Thanks for your help. The error was gone, so i assumed that it shoud be worked.

but just now, when i re-opened this code, the exact error has repeated again.

see the below attached linkage: https://makecode.com/_Tr8EKuiv5d0M [https://pxt.azureedge.net/api/61732-36082-99793-83843/thumb]https://makecode.com/_Tr8EKuiv5d0M S- E - J - thttps://makecode.com/_Tr8EKuiv5d0M 用❤️创造,Microsoft MakeCode Arcade出品。 makecode.com

i need to have a Turtoal demo with abve block on this Thursday Asia time

Is there way to have a quick fix?

Thanks,

Jack


From: Alex Kulcsar notifications@github.com Sent: Thursday, July 30, 2020 8:33 AM To: microsoft/pxt-arcade pxt-arcade@noreply.github.com Cc: Jack2019y jack_ghy@hotmail.com; Author author@noreply.github.com Subject: Re: [microsoft/pxt-arcade] Confirmed a bug when I tried to do the Tutorials – Simple Extensions (from Makecode Team) (#2281)

This isn't a bug, although the step where the tilemap is altered could be made a bit more clear. The current text (emphasis added):

Add a on sprite of kind player overlaps at location block from Scene, then click on the checkered tile to find the tile you used as a goal.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/microsoft/pxt-arcade/issues/2281#issuecomment-666227457, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AMLL6H6GAOJ42IMN6O2DGTTR6EV7DANCNFSM4PM5OTYQ.

abchatra commented 4 years ago

This seems like a tilemap regression, we should take a bug fix for this.