WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 06-04-2015, 12:02 PM
MissingAFew MissingAFew is offline
Member
 
Join Date: Apr 2015
Posts: 15
Pausing the walkTo action

Right now I have something like:

Code:
Walk = vizact.walkTo(self.MoveToLocation, self.Speed, 300, turnInPlace=True)
yield viztask.addAction( self.Avatar.AvatarModel, Walk )
I would like to be able to have the avatar stop moving, then resume moving, under certain circumstances. However I cant figure out a good way to accomplish this. I've tried Walk.actionclass.finished() and Walk.actionclass.pause but they don't seem to work. Nothing in particular in the documentation seems to stand out as an easy way to do this, but I may have missed something or used it incorrectly. If anyone knows a good way to handle it, I'd love some feedback. I would prefer to avoid having to write my own movement class if possible, but I realize this may not be avoidable.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
vizact move action andreionutz Vizard 13 11-19-2014 02:54 AM
Creating Realistic Turns in Vizard using walkTo mikeb Vizard 1 02-28-2014 05:51 AM
avatar walkto interrupt Meneer_Aart Vizard 6 04-09-2013 02:41 PM
character pack and walkto ? digitaldarklord Vizard 1 09-30-2008 04:42 PM
How to make avatar's eyes to blink when speaking michelcm3 Vizard 12 01-15-2008 08:48 AM


All times are GMT -7. The time now is 06:04 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC