|
-
-
Why use the play command at all?
Set the bomb position off screen
child.bomb.position.x=-100
child.bomb.position.y=-100
child.bomb.velocity.y=0
When you want the bomb to drop
set child.bomb.position.x = boat.x
set child.bomb.position.y = boat.y
set child.bomb.velocity.y = 50
where child is the dotted name of the child movie as for example
child = element("bombmovie")
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|