Skip to main content
Participant
December 16, 2011
Answered

Flash Professional ActionScript 3.0 question

  • December 16, 2011
  • 1 reply
  • 377 views

I have an image as a background for a movable object and I want to place "random" numbers in it.

The user will then move the numbers (with the background image) around in the app.

I have the drag and drop code working for an object but how do I "merge" the image with the text and move both at once?

Thanks

This topic has been closed for replies.
Correct answer flextnet

This is probably the wrong forum for this - you might get better answers in the Flash/ActionScript forum.

But it sounds like you should put the bitmap image and number in a container object (Sprite or MovieClip), then let the container be the draggable object.

1 reply

flextnetCorrect answer
Inspiring
December 16, 2011

This is probably the wrong forum for this - you might get better answers in the Flash/ActionScript forum.

But it sounds like you should put the bitmap image and number in a container object (Sprite or MovieClip), then let the container be the draggable object.