extends Button
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass
func _on_button_down():
var tween = create_tween()
var initial_color = Color(0,0,0)
initial_color = $"../待機".modulate
var target_color = Color(1, 0, 0) # 藍色
tween.tween_property($"../待機", "modulate:a", 0.0, 0.5)
tween.tween_property($"../待機", "modulate", target_color, 0.5)
tween.tween_property($"../待機", "modulate", initial_color, 0.5)
tween.tween_property($"../待機", "modulate:a", 1.0, 0.5)
tween.set_trans(Tween.TRANS_LINEAR)
tween.set_ease(Tween.EASE_IN_OUT)
tween.set_trans(Tween.TRANS_LINEAR)
tween.set_ease(Tween.EASE_IN_OUT)
pass # Replace with function body.
godot tween
相關文章
- Godot tween 佈局Go
- createjs tween用法JS
- Godot Breakeys Godot Beginner Tutorial 遊戲開發筆記Go遊戲開發筆記
- godot shader 升級Go
- Godot 解析資料Go
- Godot 字型邊框shaderGo
- JS常用庫系列--tween.jsJS
- Godot 4.1 學習筆記Go筆記
- Godot 關於頁面修改Go
- (學習)godot4.2 Android除錯GoAndroid除錯
- Godot的Vulkan渲染器正在成型Go
- 【翻譯】Godot 是獨立遊戲的新寵兒嗎?Godot API 繫結系統的大討論!Go遊戲API
- Godot 4.0 檔案系統特性的總結Go
- 這一次讓你徹底瞭解 Android Tween AnimationAndroid
- three.js 顯示中文字型 和 tween應用JS
- Godot遍歷目錄下檔案,並建立按鈕Go
- TWEEN動畫、JQUERY、ES6 — 3、 輪播圖-左右運動版本動畫jQuery
- Flutter繪製-13-動畫專項-多種多樣的TweenFlutter動畫
- Godot.NET C#IOC重構(11):攻擊與死亡GoC#
- Godot.NET C#IOC重構(8):敵人野豬GoC#
- Godot新手學習開篇綜合無敵大介紹Go
- Godot UI執行緒,Task非同步和訊息彈窗通知GoUI執行緒非同步
- Godot 4.0 載入為佔位符(InstancePlaceholder)的用法和特點Go
- WebGL three.js學習筆記 載入外部模型以及Tween.js動畫WebJS筆記模型動畫
- Godot Engine遊戲引擎 ① 製作玩家跳躍精靈和場景——KinematicBody2D、SpriteGo遊戲引擎
- [Hacker News 週報] JS 型別系統提案;開源遊戲引擎 Godot;資料庫索引工作原理JS型別遊戲引擎Go資料庫索引
- Godot.NET C#IOC重構(4-7):絲滑運動控制,角色狀態機,滑牆,蹬牆跳GoC#