pxt-arcade icon indicating copy to clipboard operation
pxt-arcade copied to clipboard

Arcade game editor based on Microsoft MakeCode

Results 349 pxt-arcade issues
Sort by recently updated
recently updated
newest added

**Describe the bug** **Python**: No **flip_x()** intellisense when typing **my_sprite.image.** **Steps to reproduce the behavior** 1.Navigate to https://arcade.makecode.com/beta# 2.New Project 3.Type **my_sprite.image.** 4.Observe the intellisense **Expect behavior** Show **flip_x()** intellisense...

bug
p2
python
intellisense

**Describe the bug** When I copy a block and then paste it, the new block is placed close to the original block. I think it should be placed relative to...

bug
p2
blocks

If you do a completion for an event, we use edit amendments to edit the file in two places. The edit amendment is clearly visible for a moment as the...

bug
p2
python

**Describe the bug** Python autocomplete (maybe js too, am in a python tutorial) seems to think `controller === controller.A` and only gives options like `.any_button` ![2020-07-16 10 58 41](https://user-images.githubusercontent.com/5615930/87706055-b91b2b80-c753-11ea-8b8a-567dd78a25c8.gif) **To...

bug
p2
python
intellisense

The debugger variable view does not allow to drill into variables when stopped on an exception. ![image](https://user-images.githubusercontent.com/4175913/87516054-a14b8680-c631-11ea-8bc9-94fc63f2f8cf.png)

bug
p2
debugger

**Describe the bug** No help for "**set_flag**" in **python editor** **Steps to reproduce the behavior** 1.Navigate to https://makecode.com/_3gDChAJJu9aK 2.Switch to python editor 3.Mouse hover "**set_flag**" 4.Right click----->help **Expect behavior** Shows...

bug
p2
documentation
python

**Describe the bug** No help for “createProjectileFromSprite” function when right-click in JS editor **Steps to reproduce the behavior** 1.Navigate to https://makecode.com/_h4T7PW7cfbe9 2.Switch to JS editor 3.Right click “createProjectileFromSprite” function----->help **Expect...

bug
p2
documentation

Brightness is a setting set in the menu and should be stored on flash. - [ ] ensure that it does not go to zero otherwise the device will look...

bug
p2
hardware

**Describe the bug** When an Arcade project and a referenced extension both reference a common extension, but at different commit hashes, the project throws an exception on load: ``` Uncaught...

bug
p2
extension

**Describe the bug** Tab key navigation on the image editor can traverse out to the main editor, allowing the user to do things in the main editor while the image...

bug
sprite editor
p2
accessibility