|
@@ -84,9 +84,9 @@
|
|
|
>
|
|
|
</hotspot>
|
|
|
<!-- 电子人的阴影 -->
|
|
|
- <!-- <hotspot name="image_hotspot" ath="50.082" atv="14" rotate="-45.0" zorder="1"
|
|
|
- distorted="true" scale="0.5" alpha="0.5"
|
|
|
- url="https://dm.static.elab-plus.com/miniProgram/grass.jpg" keep="true"></hotspot> -->
|
|
|
+ <hotspot name="image_hotspot" ath="50.082" atv="14" rotate="0" zorder="1"
|
|
|
+ distorted="true" scale="1" alpha="0.5" visible="false" width="180" height="320"
|
|
|
+ url="https://dm.static.elab-plus.com/miniProgram/shadow11.png" keep="true"></hotspot>
|
|
|
<!-- 宠物视频 -->
|
|
|
<hotspot name="petVideo"
|
|
|
ath="80.0"
|
|
@@ -150,6 +150,8 @@
|
|
|
<!-- showlog(true, top); -->
|
|
|
<!-- mobilescale(); -->
|
|
|
<!-- 播放视频 -->
|
|
|
+ set(hotspot[video].visible, 'true');
|
|
|
+ set(hotspot[image_hotspot].visible, 'true');
|
|
|
hotspot[video].playvideo(%1, '', false);
|
|
|
set(hotspot[video].scale, get(scale));
|
|
|
</action>
|
|
@@ -158,6 +160,7 @@
|
|
|
<!-- hotspot[video].playvideo('', '', false); -->
|
|
|
hotspot[video].stop();
|
|
|
set(hotspot[video].visible, get(false));
|
|
|
+ set(hotspot[image_hotspot].visible, get(false));
|
|
|
</action>
|
|
|
<!-- 显示数字宠物 -->
|
|
|
<action name="playPetVideo">
|