Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
new_taobao
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wildfirecode13
new_taobao
Commits
c5a01b98
Commit
c5a01b98
authored
Oct 16, 2020
by
Edwise
🍷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2222
parent
c0564122
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2314 additions
and
8 deletions
+2314
-8
pagegamemain.js
taobao_jn/client/pages/pagegamemain/pagegamemain.js
+10
-8
debug.log
taobao_jn/debug.log
+2304
-0
No files found.
taobao_jn/client/pages/pagegamemain/pagegamemain.js
View file @
c5a01b98
...
@@ -1146,14 +1146,16 @@ Page({
...
@@ -1146,14 +1146,16 @@ Page({
//stage初始化
//stage初始化
let
addy
=
50
;
let
addy
=
50
;
let
step
=
this
.
data
.
step
;
let
step
=
this
.
data
.
step
;
var
con
=
stage
.
addChild
(
new
FYGE
.
Container
())
con
.
y
=
stage
.
viewRect
.
y
;
stage
.
addEventListener
(
FYGE
.
Event
.
INIT_STAGE
,
()
=>
{
stage
.
addEventListener
(
FYGE
.
Event
.
INIT_STAGE
,
()
=>
{
SvgaParser
.
loadSvga
(
SvgaParser
.
loadSvga
(
paple1
,
paple1
,
(
v
)
=>
{
(
v
)
=>
{
var
mv
=
stage
.
addChild
(
new
FYGE
.
MovieClip
(
v
));
var
mv
=
con
.
addChild
(
new
FYGE
.
MovieClip
(
v
));
mv
.
x
=
383
;
mv
.
x
=
383
;
// mv.y = 390;
// mv.y = 390;
mv
.
y
=
46
5
;
mv
.
y
=
39
5
;
// console.log("svgmv", mv)
// console.log("svgmv", mv)
paples
[
0
]
=
mv
;
paples
[
0
]
=
mv
;
mv
.
gotoAndStop
(
1
);
mv
.
gotoAndStop
(
1
);
...
@@ -1168,10 +1170,10 @@ Page({
...
@@ -1168,10 +1170,10 @@ Page({
SvgaParser
.
loadSvga
(
SvgaParser
.
loadSvga
(
paple2
,
paple2
,
(
v
)
=>
{
(
v
)
=>
{
var
mv
=
stage
.
addChild
(
new
FYGE
.
MovieClip
(
v
));
var
mv
=
con
.
addChild
(
new
FYGE
.
MovieClip
(
v
));
mv
.
x
=
83
;
mv
.
x
=
83
;
// mv.y = 420;
// mv.y = 420;
mv
.
y
=
4
9
5
;
mv
.
y
=
4
2
5
;
// console.log("svgmv", mv);
// console.log("svgmv", mv);
paples
[
1
]
=
mv
;
paples
[
1
]
=
mv
;
mv
.
gotoAndStop
(
1
);
mv
.
gotoAndStop
(
1
);
...
@@ -1188,10 +1190,10 @@ Page({
...
@@ -1188,10 +1190,10 @@ Page({
SvgaParser
.
loadSvga
(
SvgaParser
.
loadSvga
(
paple3
,
paple3
,
(
v
)
=>
{
(
v
)
=>
{
var
mv
=
stage
.
addChild
(
new
FYGE
.
MovieClip
(
v
));
var
mv
=
con
.
addChild
(
new
FYGE
.
MovieClip
(
v
));
mv
.
x
=
232
;
mv
.
x
=
232
;
// mv.y = 510;
// mv.y = 510;
mv
.
y
=
5
8
5
;
mv
.
y
=
5
1
5
;
// console.log("svgmv", mv)
// console.log("svgmv", mv)
paples
[
2
]
=
mv
;
paples
[
2
]
=
mv
;
mv
.
gotoAndStop
(
1
);
mv
.
gotoAndStop
(
1
);
...
@@ -1208,10 +1210,10 @@ Page({
...
@@ -1208,10 +1210,10 @@ Page({
SvgaParser
.
loadSvga
(
SvgaParser
.
loadSvga
(
paple4
,
paple4
,
(
v
)
=>
{
(
v
)
=>
{
var
mv
=
stage
.
addChild
(
new
FYGE
.
MovieClip
(
v
));
var
mv
=
con
.
addChild
(
new
FYGE
.
MovieClip
(
v
));
mv
.
x
=
420
;
mv
.
x
=
420
;
// mv.y = 560;
// mv.y = 560;
mv
.
y
=
63
5
;
mv
.
y
=
56
5
;
paples
[
3
]
=
mv
;
paples
[
3
]
=
mv
;
mv
.
gotoAndStop
(
1
);
mv
.
gotoAndStop
(
1
);
mv
.
addEventListener
(
FYGE
.
Event
.
END_FRAME
,
()
=>
{
mv
.
addEventListener
(
FYGE
.
Event
.
END_FRAME
,
()
=>
{
...
...
taobao_jn/debug.log
View file @
c5a01b98
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment