Viewpoint Forums
Viewpoint Forums
Viewpoint ZoomView & Flash Authoring
ActionScript functions called by viewpoint buttons|
Go
![]() |
New
![]() |
Find
![]() |
Notify
![]() |
Tools
![]() |
Reply
![]() |
|
|
Member |
Well, from a glance your syntax looks correct except for the fact that you've got double quotes around the "A" instead of ticks. That would certainly break it... You might also try this:
<OnClick Action="MTSSetProperty" Target="interface.SWF._root.Action()" Value="A"/> If you're still having problems though, zip up your assets and send to QA-Support@viewpoint.com attn: Daimen and I'll take a look. |
|||
|
| <cooladn>
|
thinks for your help.
I've solved the problem. Some actions as date difference seems to be not correctly supported. So i've replace it by getTime() function. Now it work. The last problem concerns my flash prototype function. Is it possible to play prototype function on flash. I use flash file as a texture. this is my prototype function: MovieClip.prototype.blink=function (periode) { (this.prochainClignotement==null) ? this.prochainClignotement= getTimer() + periode : null; if (getTimer()>=this.prochainClignotement) { this._visible=not this._visible; this.prochainClignotement=null; } } I call it like this on my flash: _root.mcReference.onEnterFrame=function(){this.blink(500);} Then, I want to say a full flash 5 version with internal action work very well. Thinks |
||
|
|
Member |
prototypes are supported, though something else here might not be. I cannot tell from looking at your post though, you'll need to send me the source to look at.
|
|||
|
| Powered by Eve Community |
| Please Wait. Your request is being processed... |
|
Viewpoint Forums
Viewpoint Forums
Viewpoint ZoomView & Flash Authoring
ActionScript functions called by viewpoint buttons
