当前位置:网站首页>cocos2dx_ Lua card flip
cocos2dx_ Lua card flip
2022-07-05 04:57:00 【Meteor spot】
local fun = function(curNode, BgNode)
local scaleToHide = cc.ScaleTo:create(0.1, 0, 1.0)
local function funcScaleToShow()
local scaleToShow = cc.ScaleTo:create(0.1, 1.0, 1.0)
BgNode:setVisible(true)
BgNode:runAction(scaleToShow)
end
local callFunc = cc.CallFunc:create(funcScaleToShow)
local sequence = cc.Sequence:create(scaleToHide, callFunc)
curNode:runAction(sequence)
end
边栏推荐
- Is $20billion a little less? Cisco is interested in Splunk?
- 【Leetcode】1352. Product of the last K numbers
- 【acwing】528. cheese
- 2021 electrician cup (the 12th "China Society of electrical engineering Cup" National Undergraduate electrician mathematical modeling) detailed ideas + codes + references
- Emlog blog theme template source code simple good-looking responsive
- SQLServer 存储过程传递数组参数
- [groovy] closure (closure call is associated with call method | call () method is defined in interface | call () method is defined in class | code example)
- Séparation et combinaison de la construction du système qualité
- mysql審計日志歸檔
- stm32Cubemx(8):RTC和RTC唤醒中断
猜你喜欢

LeetCode之單詞搜索(回溯法求解)

Looking at Chinese science and technology from the Winter Olympics: what is the mystery of the high-speed camera that the whole people thank?

AutoCAD - command repetition, undo and redo

Special information | finance, accounting, audit - 22.1.23

C4D simple cloth (version above R21)

Solutions and answers for the 2021 Shenzhen cup

【acwing】240. food chain

Group counting notes (1) - check code, original complement multiplication and division calculation, floating point calculation

AutoCAD - graphic input and output
![[groovy] closure (closure parameter binding | curry function | rcurry function | ncurry function | code example)](/img/90/0cf08ae6fea61891e3e1fdf29d310c.jpg)
[groovy] closure (closure parameter binding | curry function | rcurry function | ncurry function | code example)
随机推荐
Sixth note
On-off and on-off of quality system construction
2020-10-27
Special information | real estate and office buildings - 22.1.9
C # perspective following
stm32Cubemx(8):RTC和RTC唤醒中断
Common technologies of unity
Detailed introduction of OSPF header message
XSS injection
Unity sends messages and blocks indecent words
【acwing】837. Number of connected block points
MySQL audit log Archive
Unity connects to the database
Emlog blog theme template source code simple good-looking responsive
Autocad-- dynamic zoom
Special information | finance, accounting, audit - 22.1.23
PostgreSQL 超越 MySQL,“世界上最好的编程语言”薪水偏低
775 Div.1 B. integral array mathematics
Fluent objects and lists
An article takes you to thoroughly understand descriptors