|
|
|
|
|
|
|
¾îÁ¦ : 638
|
¿À´Ã : 836
|
ÃÖ´ë : 3,402
|
Àüü : 752,254
|
|
|
|
|
|
|
|
|
|
|
µð·ºÅÍ |
¢Æ Home | > | | µðÀÚÀΰü·Ã | > | µð·ºÅÍ |
|
|
|
|
|
|
ÇÁ·ÎÁ§Æ® »ý¼º½Ã ½ºÅ×ÀÌÁöÀÇ °ËÀº Å׵θ® ¾ø¾Ö±â |
|
|
±Û¾´ÀÌ : kimmos
³¯Â¥ : 05-06-09 10:22
Á¶È¸ : 2183
Æ®·¢¹é ÁÖ¼Ò |
|
|
ÇÁ·ÎÁ§Æ® »ý¼º½Ã ½ºÅ×ÀÌÁöÀÇ °ËÀº Å׵θ® ¾ø¾Ö±â
ÇÁ·ÎÁ§ÅÍ ¸¸µé¶§ À¯¿ëÇÑ Äڵ尡 Àֱ淡 ¿Ã¸³´Ï´Ù.
½ÃÀÛ ÇÁ·¹ÀÓ¿¡ ¾Æ·¡ Äڵ带 ¿Ã·Á ³õ°í ÇÁ·ÎÁ§ÅÍ·Î ¸¸µé¸é,
°Ë°Ô ³ª¿À´Â Å׵θ® ¼±À» °¨Ãâ ¼ö°¡ ÀÖ½À´Ï´Ù.
À¯¿ëÇÏ°Ô »ç¿ëÇϽñæ~~ ^^
on prepareframe(me)
if me.isProjector() then
m e.redrawStage()
end if
end
on isBiggerThanScreen(me, aRect)
return (aRect.width > (the desktopRectList)[1].width)
end
on isProjector(me)
return not (the runMode contains "author")
end
on redrawStage(me)
lRect = (the desktopRectList)[1]
if me.isBiggerThanScreen((the stage).sourceRect) then
lNewDrawRect = lRect
else
lNewDrawRect = (the stage).sourceRect
end if
(the stage).rect = lRect
(the stage).drawRect = lNewDrawRect
end
ÀÌ»óÀÔ´Ï´Ù.
|
|
|
|
|
|