⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 awflash260.html

📁 对java从基础到高级的全面的介绍,还有大量实力可供参考
💻 HTML
字号:

<html>
<head><title>Macromedia Authorware - Flash Asset Xtra Command Reference: viewV</title>

<script language="Javascript">

function swapImage(imgName,newImg){
  if ((navigator.appName == 'Netscape' && parseFloat(navigator.appVersion) >= 3) || (parseFloat(navigator.appVersion) >= 4)){		
		eval('document.' + imgName + '.src = "' + newImg + '"');
	}
}

</script>

</head>

<body link="#333399" vlink="#660033" alink="#000000" bgcolor="#FFFFFF">

<table border="0" cellspacing="0" cellpadding="0" width="95%">
<tr>
<font face="Arial, Helvetica, sans-serif" size="+1"><b>viewV</b></font><br>&nbsp;
</tr>

<tr>
<td valign="top" align="right"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>Syntax</b></font> </td>
<td valign="top"><code>SetIconProperty(@"</code><font face="Geneva, Arial, Helvetica, sans-serif" size="2">IconTitle</font><code>", #viewV, </code><font face="Geneva, Arial, Helvetica, sans-serif" size="2">percent</font><code>)</code><p>

<code>SetIconProperty(@"</code><font face="Geneva, Arial, Helvetica, sans-serif" size="2">IconTitle</font><code>", #viewV, </code><font face="Geneva, Arial, Helvetica, sans-serif" size="2">percent</font><code>)</code><br>&nbsp;</td>
</tr>

<tr>
<td valign="top" align="right"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>Type</b></font> </td>
<td valign="top"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1">Icon property, sprite property</font><br>&nbsp;</td>
</tr>

<tr>
<td valign="top" align="right"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>Description</b>&nbsp;</font></td>
<td valign="top"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1">This property controls the vertical coordinate of a Flash movie's view point. This point is specified in Flash movie pixel units. The point values can be floating-point numbers.</font><p>

<font face="Geneva, Arial, Helvetica, sans-serif" size="-1">A Flash movie's view point is set relative to its origin point. For more information, see the </font><code><a href="awflash258.html">viewPoint</a></code><font face="Geneva, Arial, Helvetica, sans-serif" size="2"> property.</font><p>

<font face="Geneva, Arial, Helvetica, sans-serif" size="-1">Setting a positive value for </font><code>viewV</code><font face="Geneva, Arial, Helvetica, sans-serif" size="2"> shifts the movie up inside the sprite; setting a negative value shifts the movie down. Therefore, changing the </font><code>viewV</code><font face="Geneva, Arial, Helvetica, sans-serif" size="2"> property can have the effect of cropping the movie, or even of removing the movie from view entirely.</font><p>

<font face="Geneva, Arial, Helvetica, sans-serif" size="-1">You can get and set the value of the </font><code>viewV</code><font face="Geneva, Arial, Helvetica, sans-serif" size="2"> property. The default setting is 0.</font><br>&nbsp;</td>
</tr>

<tr>
<td valign="top" align="right"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>Example</b>&nbsp;</font></td>
<td valign="top"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1">This routine moves the view of a Flash movie sprite from top to bottom within the sprite's bounding rectangle.</font><p>

<pre>
repeat with i := 120 down to -120
    SetSpriteProperty(@"Flash Icon", #viewV, i )
end repeat
</pre>
</td>
</tr>

<tr>
<td valign="top" align="right"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>Related&nbsp;Functions</b></font> </td>
<td valign="top"><code><a href="awflash257.html">viewH</a></code><font face="Geneva, Arial, Helvetica, sans-serif" size="2"> property, </font><code><a href="awflash258.html">viewPoint</a></code><font face="Geneva, Arial, Helvetica, sans-serif" size="2"> property, </font><code><a href="awflash259.html">viewScale</a></code><font face="Geneva, Arial, Helvetica, sans-serif" size="2"> property</font><p>



<table border="0">
<tr>
<td><a href="awflash2.html" onmouseover="swapImage('back','images/contentsover.gif'); window.status='To Table of Contents';return true" onmouseout="swapImage('back','images/contents.gif')"><img src="images/contents.gif" name="back" border="0" vspace=1 alt="To Table of Contents"></a></td>

<td><a href="awflash259.html" onmouseover="swapImage('prev','images/prevover.gif'); window.status='Back to previous document';return true" onmouseout="swapImage('prev','images/prev.gif')"><img src="images/prev.gif" name="prev" border="0" vspace=1 alt="Back to Previous document"></a></td>
</tr>
</table>

<br><p>
</td>
</tr>


</table>

<br><p>

</body>
</html>

⌨️ 快捷键说明

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