اگر زحمتی نیست این را هم به انگلیسی تبدیل کنید.ممنون میشم.
-------------------------------------------------------------------------------------------------------------------------------
mmb مشکلات دیگر هم دارد که اگر رسیدگی بشوند خیلی عالی میشود.
مشکلات دیگر mmb (15):
1. وقتی ابجکتی را به وسیله کدهای
MoveTo("obj","300,10,50")
با سرعت حرکت میدهیم نصف ابجکت محو میشود...
*اگر همین کد را در هنگام حرکت جسم اجرا کنیم ابجکت جا میماند و تبدیل به دو تا ابجکت میشود.
2.مشکل با RunScript("Script") که خطای زیر را میدهد :
Recursion in Script reached 50 levels
3.اگر میشد سرعت تغییر متغیرها در mmb افزایش پیدا کند خیلی خوب میشد.
مثلا وقتی کد زیر را به کار میبریم
a=a+1
ScriptTimer("Script","1")
باسرعت خیلی پایینی تکرار می کند ولی وقتی از کد زیر استفاده میشود با سرعت زیادی تکرا میکند ولی
در عوض سیستم را کند میکند.آیا حل شدنی است.
For i=0 To Infinity or 15 or 100 or 300
a=a+1
Next i
4.وقتی به وسیله کدهای
VolumeUp("")
VolumeDown()
صدا را کم و زیاد میکنیم صدای ویندوز را کم و زیاد میکنیم ولی پلاگینهای موجود برای mmb و حتی
Windows Media Player هیچ کدام به این شکل نیستند.آیا در نسخه جدید میتوان یک Media Player بدون
پلاگین و حتی با AudioVisualization مختلف و زیبایی ساخت و استفاده کرد.
5.ابجکتهای mmb بسیار کم هستند و اگر ابجکتهای زیر اضافه شوند عالی میشود :
Combobox
ScrollBox
Directorylistbox
Drivecombobox
Button xp
and ......
6.اگر برنامه support کند *.tga عالی میشود.
7.ممکنه Effects بیشتری به ابجکت Dynamic FX بیفزایید تا بتوانیم برنامه ای که میسازیم را زیباتر کنیم
چون هیچ راهی نیست که بتوان جسم متحرکی را در برنامه بگذاریم و اگر بخواهیم از gif متحرک یا Video
استفاده کنید هم حجم زیادی میگیرد و هم از سرعت سیستم میکاهد.
8. در آدرس Project/Project Settings/Display Resolution اگر ممکنه support کند 16bit,32bit
9. قابلیت جستجو در Script mmb و ایجاد تغییرات بر روی کدها.
10.وقتی برنامه یا اتورانی را ساختیم ( Compile ) فایل اجرایی( exe ) حجم بسیار بالایی دارد که لود
کردنش طول میکشد.( تقریبا بدون این که برنامه ای بسازیم 400 الی 500 کیلو بایت حجم میگیرد )
11. در قسمت Embedded Sound و Embedded Files هر فایلی را که ادغام میکینم در آدرس زیر پدیدار
میشود :
C:\Documents and Settings\omidosb\Local Settings\Temp
و
C:\Documents and Settings\omidosb\Local Settings\Temp\MMBPlayer
اگر ممکنه این مشکل بزرگ را حل کنید.
12.قبل از اضافه کردن به Page ها اول بتوان نام صفحه را مشخص کنیم.*و افزودن Transition به Page
Transition
13.وقتی به وسیله کدهای زیر صدایی را اجرا میکنیم
1.PlaySound("c:\a.wav")
2.WavePlay("c:\b.wav","")
هر کدام یه صدایی پخش میکند ولی وقتی صداهای دیگری را اجرا میکینم صداهای قبلی قطع میشوند و
صداهای جدید اجرا میشوند اگر mmb قابلیت پخش چندین صوت را با هم داشته باشد( یعنی انتخاب
صوتی که میخواهیم اجرا یا متوقف شود ) خیلی عالی میشود و برای Sound Effect در mmb مفید است.
14.قابلیت چرخاندن Animated Gif : 90,180,....
15.جستجو در mmb برای اینکه بدانیم نام ابجکت مورد نظرمان وجود دارد یا نه.
16.آیا ممکنه اسکریپتی به mmb اضافه شود که بتواند در صفحه ابجکت Circle,Rectangle و ... بیفزاید و
فرمانی را برای آن تعیین کنیم.
-------------------------------------------------------------------------------------------------------------------------------
خدمت شما دوست عزیزم. لطف کنید واسه اینکه جمله ها درست در جای خودشون قرار بگیرن از متن کپی بگیرید و در نوت پد یا .... پیست کنید.
موفق باشید
mmb has some other weaknesses. it is appreciated if u inspect them.
1.while we're moving the object rapidly using the following code
"MoveTo("obj","300,10,50")"
half of the object is faded.
*if we apply the same code while the substance is moving, the object doesn't move(فکر میکنم به جای موندن میشه گفت: حرکت نمیکنه) and turns into two objects.
2.using "RunScript ("Script")" occurs the following alert:
Recursion in Script reached 50 levels
3.if we could change the quickness of changing of variants, it would be much better. for example while using the following code:
a=a+1
ScriptTimer("Script","1")
the repetition continues slowly, instead if we use the following code, the repetition continues fast, but the system's speed decreases sharply. can this problem be solved?
For i=0 To Infinity or 15 or 100 or 300
a=a+1
Next
4. نمیدونم منظور از این جملتون دقیقا چی هست. اگه میشه لطف کنید واضح تر منظورتون رو برسونید
5. mmb's objects are few, plz add the following objects:
Combobox
ScrollBox
Directorylistbox
Drivecombobox
Button xp
and ......
6. it's better for the program to support .tga formats.
7. plz add more effects to Dynamic FX object so that we can make our program look more beautiful because there's no way to put a moving substance and if we wanted to use gif and video formats, the file size become much bigger and the speed decreases.
8. This address: Project/Project Settings/Display Resolution cannot support 16bit and 32 bit.
9. add the ability to create Script mmb and to allow making changes in codes.
10.the file size of compiled Autorun is big and it takes much time to be loaded(even when we've not created any program,the file size is about 400 or 500 KBs)
11.when we're joining files in "Embedded Sound" and "Embedded Files" parts, the files are saved in these addresses: C:\Documents and Settings\omidosb\Local Settings\Temp, C:\Documents and Settings\omidosb\Local Settings\Temp\MMBPlayer
12. plz add an ability to specify pages' names before adding pages. and also adding Translation to the page.
13.when we play a sound using the following codes, each one playes a different sound but when we play another sound, the previous sounds stop. it'd better if the mmb Sound Effect could play several sounds at the moment(means choosing the sound which we want to be played or stoped)(منظورتون از جمله ی توی پرانتز چیه؟)
14. ability to rotate gif and other formats in 90 or 180 degrees.
15.searching in mmb to find out whether there's our needed object or not.
16.is it possible to add a script which could add Rectangle or Circle object and specify a command for that?