Hi,
I'm having problem setting a variable in a flash throught Director with Lingo.
Here's the code I'm using
sprite(flashSprite).puppet = true
sprite(flashSprite).ink = 36
sprite(flashSprite).loc = point(400,300)
sprite(flashSprite).member = member("helpFlash")
-- var_param is...
Hi,
I have run into this strange problem.
When developing the program while on Director the sounds are playing, but the Projector I created is not playing any sound. What may be wrong?
Here what I'm doing:
on startMovie
the soundLevel = 5
the soundEnabled = true
sound(1).volume = 150...
Hi,
I have a script that I want to attach a behaviour to a sprite dinamicly with Lingo. How can I do that? The behaviour as several property elements
I've tried the next with no sucess
sprite(mapSprite).member = member("map_crop")
sprite(mapSprite).puppet = true
scriptTemp =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.