Sagi007 0 Report post Posted August 3, 2015 $game_system,se_play(RPG::AudioFile.new('018-Teleport01)) $game_player.animation_id = 1 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX $game_temp.player_transferring = true I want to play sound effect+show animation before i Teleport. For this i need a second or so to do but i have no idea how. I asume i need to but another line of coding at the giant line of XXXXX just no idea what, Share this post Link to post Share on other sites
0 black mage 28 Report post Posted August 3, 2015 Have you tried @wait_count = value ? change value into how much frame that you want to wait. Share this post Link to post Share on other sites
$game_system,se_play(RPG::AudioFile.new('018-Teleport01))
$game_player.animation_id = 1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
$game_temp.player_transferring = true
I want to play sound effect+show animation before i Teleport.
For this i need a second or so to do but i have no idea how.
I asume i need to but another line of coding at the giant line of XXXXX just no idea what,
Share this post
Link to post
Share on other sites