tests: Add avm1 text_blocks_clicks test

This commit is contained in:
Nathan Adams 2023-01-27 01:20:01 +01:00
parent 6697848b92
commit 8108e64bfa
5 changed files with 63 additions and 0 deletions

View File

@ -0,0 +1,54 @@
[
{
"type": "MouseMove",
"pos": [234, 197]
},
{
"type": "Wait"
},
{
"type": "MouseDown",
"pos": [234, 197],
"btn": "Left"
},
{
"type": "Wait"
},
{
"type": "MouseUp",
"pos": [234, 197],
"btn": "Left"
},
{
"type": "Wait"
},
{
"type": "MouseMove",
"pos": [247, 249]
},
{
"type": "Wait"
},
{
"type": "MouseDown",
"pos": [247, 249],
"btn": "Left"
},
{
"type": "Wait"
},
{
"type": "MouseUp",
"pos": [247, 249],
"btn": "Left"
},
{
"type": "Wait"
}
]

View File

@ -0,0 +1,8 @@
click_mc.onMouseDown at 234, 197
click_mc.onPress at 234, 197
// dragger._droptarget
/texts
click_mc.onMouseDown at 247, 249
click_mc.onPress at 247, 249
// dragger._droptarget
/texts/instance1

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1 @@
num_frames = 6