OZONE Asylum
Forums
Multimedia/Animation
Actionscript and functions
This page's ID:
28491
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
I'm setting up an oddcast character on a site into another flash movie... so I load the character using [code]instance.loadMovie("http://yaddayadda");[/code]oddcast has a manual with a list of functions that will/should work in controlling the character... for example [code]instance.sayText("redroy is cool",1,1,1);[/code]sayText() is a built in function for the character. My question is shouldn't that function work by simply placing it on the timeline somwhere? I'm wanting the character to talk when the flash movie is loaded... but it is not; I can only get it working with something like[code]test_btn.onPress = function() { instance.sayText("redroy is cool",1,1,1); }[/code]where test_btn is in the flash movie somewhere... am I missing something, should I be calling the function in a different way simply to trigger it on the timeline? [img]http://www.sangfroidscarecrow.com/sig_toys.gif[/img]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »