Difference between revisions of "Turn on bgm p2"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
 
Line 13: Line 13:
 
==Example==
 
==Example==
 
  <span style='font-size:12px;font-family:courier'>
 
  <span style='font-size:12px;font-family:courier'>
  <span style='color:blue'>100:    </span><span style='color:red'>turn_on_bgm_p2 </span> <span style='color:orange'>//Pauses the back ground music playing on pioneer2/labo.</span>
+
  <span style='color:blue'>100:    </span><span style='color:red'>turn_on_bgm_p2 </span> <span style='color:orange'>//Resumes the back ground music playing on pioneer2/labo.</span>
 
  <span style='color:green'>        ret </span>
 
  <span style='color:green'>        ret </span>
 
  </span>
 
  </span>

Latest revision as of 00:42, 2 May 2013

Syntax

Syntax: turn_on_bgm_p2

  • None

Use

Used to resume the back ground music playing on pioneer2/labo.

(Note: If back ground music has been defined with create_bgmctrl, and enable_bgmctrl then the back ground music will start up from the back ground music that has been defined.)

(To pause the back ground music for pioneer2/labo see turn_off_bgm_p2.)

Example


100:     turn_on_bgm_p2  //Resumes the back ground music playing on pioneer2/labo.
         ret 

Also see

ret