# Embarrassed to Ask "droptarget"

**URL:** https://forum.kirupa.com/t/embarrassed-to-ask-droptarget/278601
**Category:** flash
**Created:** [January 2, 2009, 2:33pm UTC](https://forum.kirupa.com/t/embarrassed-to-ask-droptarget/278601 "2009-01-02T14:33:18Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![PHD2B](https://avatars.discourse-cdn.com/v4/letter/p/958977/32.png) [@PHD2B](https://forum.kirupa.com/u/PHD2B)
#### Post date: [January 2, 2009, 2:33pm UTC](https://forum.kirupa.com/t/embarrassed-to-ask-droptarget/278601/1 "2009-01-02T14:33:18Z")

</div>

I attempted to follow the Computer/Paintbrush tutorial to create droptarget test. I am using CS4 Trial version. I can’t decide if I should purchase it or not. I used to create interactive modules for use in web-based courses but I have apparently lost my touch since I can’t get this to work.

I greatly appreciate any help. The code is below and the fla CS4 file is attached.

on (press) {  
startDrag("\_root.blackball");  
}  
on(release) {  
stopDrag ();  
if (\_root.blackball.\_droptarget == “/bluedroptarget”) {  
\_root.bluedroptarget.gotoandStop(“yellow”);  
}  
}

Thanks for your time.

Jeff
