Skip navigation

Login or Register to find out more about Rothrock
Rothrock has no profile image available
Status Level:
Community Member

Recent Activity

Rothrock replied to Duplicate then reverse 'perlin flag wave' effect

"It probably has to do with the displaceBitmap.draw(displace_mc). You probably need a translation matrix to deal with the flipped artwork."

in Flash Pro - General 3 replies
6 hours ago
Rothrock replied to how to download image without mouseClick.

"I think it is a security issue.   http://www.leebrimelow.com/?p=423"

in Action Script 3 3 replies
18 hours ago
Rothrock replied to Images being unloaded on mac? Kglad?

"I'm guessing the images are pngs with transparency? Internally the flash player uses a hard-coded array to handle overlapping objects with t"

in Action Script 3 2 replies
18 hours ago
Rothrock replied to Bitmap.draw() drawing question

"I tried it and it was working. In my original code I did name the mask inside my clip "mask" which is also a property of the MovieClip class"

in Flash Pro - General 8 replies
1 day ago
Rothrock replied to Create smart hit test checks?

"And maybe this http://stackoverflow.com/questions/1991288/quadtree-detects-collision- inaccurately"

in ActionScript 1 and 2 5 replies
1 day ago
Rothrock replied to Create smart hit test checks?

"I've never implemented one. So I'm not sure of all the details. There are lots of demos out there (mostly in other languages, but the ideas"

in ActionScript 1 and 2 5 replies
1 day ago
Rothrock replied to Bitmap.draw() drawing question

"Looks like you might also be able to do this without making the mask a movieclip if you can figure it will be the highest shape or something"

in Flash Pro - General 8 replies
1 day ago
Rothrock replied to Bitmap.draw() drawing question

"esdebon's suggestion will work but only for the specific case. The best way to deal with this is to create a matrix and shift the drawing. T"

in Flash Pro - General 8 replies
1 day ago
Rothrock replied to Why can't two class in different packages have the same name in as2?

"I think the problem is that you are trying to use import statements for both of them?   The import statement doesn't actually "import" anyt"

in ActionScript 1 and 2 3 replies
2 days ago
Rothrock replied to Slow multi-page printing

"Flash.exe is bouncing around between 1 and 3% while waiting for the pages to print. So I'm pretty sure the problem is something about how ou"

in Action Script 3 5 replies
3 days ago
Rothrock replied to Create smart hit test checks?

"Recursive dimensional clustering http://lab.polygonal.de/?p=120 Quadtree http://lab.polygonal.de/?p=202"

in ActionScript 1 and 2 5 replies
3 days ago
Rothrock replied to Slow multi-page printing

"Thanks. The pages are pretty simple except for a lot of text. I had tried printing it as a bitmap but that didn't seem to help. Do you mean"

in Action Script 3 5 replies
5 days ago
Rothrock asked Slow multi-page printing

"I'm using the PrintJob class in AS3 to print a multipage list. There is a little graphic header, my company logo in the footer and then just"

in Action Script 3 0 bookmarks
6 days ago