controlvr_settempo.htm

来自「基于actionscript3.0的flashLoading控件」· HTM 代码 · 共 34 行

HTM
34
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>controlVR.setTempo()</title>
<link href="../shares/help.css" rel="stylesheet" type="text/css">
</head>

<body>
<h1><a href="controlvr_class.htm">controlVR</a>.setTempo()</h1>
<H4>Availability</H4>
<p>Flash Player 7 </p>
<H4>Edition</H4>
<p>Flash MX 2004.</p>
<H4>Usage</H4>
<pre>controlVR.setTempo(<em>milsec</em>)</pre>
<H4>Parameters</H4>
<p><em>milsec</em> : milliseconds between each image interval on auto rotation</p>
<H4>Returns</H4>
<p>Returns nothing. </p>
<H4>Description</H4>
<p>Determines the milliseconds between each image interval on auto rotation. For instance if you need the image interval to be 0.5 second you would set the tempo to 500. </p>
<H4>Example</H4>
<p>This  example willl be placed on a button and will set the tempo of the object to 60milliseconds::</p>
<code>
<pre>
on(release){
	vr_mc.setTempo(60)
}</pre>
</code>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?