|
|
Print Any Frame from Projector
Added on 5/4/2005
|
Compatibilities:
|
This item has not yet been rated
|
This Allows you to print any single frame from projector. Printing from marker allows or prints all the frames available in those many multiple pages. So from this u can print any specific frame/page from where you execute this command.
on getBehaviorDescription me
return
"PRINT ANY FRAME FROM PROJECTOR" & RETURN & RETURN &
"www.tushar.tk | tushonline@hotmail.com | 02-05-2005" & RETURN & RETURN &
"This Allows you to print any single frame from projector. Printing from marker allows or prints all the frames available in those many multiple pages. So from this u can print any specific frame/page from where you execute this command."
end getBehaviorDescription
property pframe
on mouseup me
pframe = the frame
printFrom (pframe)
end
|
|