Skip to content
View in the app

A better way to browse. Learn more.

主视角中国

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

加法 +

Featured Replies

这只是一个框架....完成4个任务盟军胜

level.numobjectives = 4 //定义任务数为4个
level.allies_obj = 0    //初始值为0
thread obj1
thread obj2
thread obj3
thread obj4


obj1:
// 完成任务1...... //
level.allies_obj++       //+1
thread check_endmatch
end

obj2:
// 完成任务2...... //
level.allies_obj++       //+1
thread check_endmatch
end

obj3:
// 完成任务3...... //
level.allies_obj++       //+1
thread check_endmatch
end

obj4:
// 完成任务4...... //
level.allies_obj++       //+1
thread check_endmatch
end

check_endmatch:
if (level.allies_obj == level.numobjectives) //假如=4
teamwin allies //盟军赢
end[/code]

前提是game类型4,俺的112a,112b,113c,212b,313,412,413,612a,612b图...

看不明白。我想,完成后会代码会很长,太费劲啦。

  • 作者

看不明白。我想,完成后会代码会很长,太费劲啦。

这还长呀? :)

俺的M112A.SCR---4个任务---->12K

KAO,4K?这么费劲,我想如果有这么大精力,研究股票可能收获更大.

  • 4 weeks later...

现在的股票是涨了还降了

Create an account or sign in to comment

Account

Navigation

搜索

搜索

设置浏览器推送通知

Chrome(安卓)
  1. 点击地址栏旁边的锁形图标。
  2. 点击 权限 → 通知
  3. 根据需要调整通知设置。
Chrome(桌面)
  1. 点击地址栏中的锁形图标。
  2. 选择 网站设置
  3. 找到 通知,然后根据需要调整设置。