MessageWindowPopup.js
MessageWindowPopup.js
hi
Is there a way to use popup feature by script call
I mean by
$gameMessage.add('text to show')
It shows the normal window
thank you
Is there a way to use popup feature by script call
I mean by
$gameMessage.add('text to show')
It shows the normal window
thank you
Re: MessageWindowPopup.js
Normally only that script is enough.
However, only when specified at the end of the event, one wait frame is required.
This is because when the event is over, the popup target is automatically released.
ex
However, only when specified at the end of the event, one wait frame is required.
This is because when the event is over, the popup target is automatically released.
ex
コード: 全て選択
◆Script:$gameMessage.add('text to show');
◆Wait:1 frame
プラグイン関連のトラブルが発生した際の切り分けと報告の方法です。
http://qiita.com/triacontane/items/2e227e5b5ce9503a2c30
[Blog] : http://triacontane.blogspot.jp/
[Twitter]: https://twitter.com/triacontane/
[GitHub] : https://github.com/triacontane/
http://qiita.com/triacontane/items/2e227e5b5ce9503a2c30
[Blog] : http://triacontane.blogspot.jp/
[Twitter]: https://twitter.com/triacontane/
[GitHub] : https://github.com/triacontane/
Re: MessageWindowPopup.js
Hi
Can it call by other functions
I mean I use it in my custom window(in plugin the window is sub of scene map so it not interrupt message )
And I want the free position popup to apply is it possible
Because now it show normal window
Thank you
Can it call by other functions
I mean I use it in my custom window(in plugin the window is sub of scene map so it not interrupt message )
And I want the free position popup to apply is it possible
Because now it show normal window
Thank you
Re: MessageWindowPopup.js
If you want to pop up from other than event command, execute the following script.
n : Event ID
Tweaking the position of the popup is difficult. Appears where the event is.
Sorry if you do not understand the question correctly.
コード: 全て選択
$gameSystem.setMessagePopup(n);
Tweaking the position of the popup is difficult. Appears where the event is.
Sorry if you do not understand the question correctly.
プラグイン関連のトラブルが発生した際の切り分けと報告の方法です。
http://qiita.com/triacontane/items/2e227e5b5ce9503a2c30
[Blog] : http://triacontane.blogspot.jp/
[Twitter]: https://twitter.com/triacontane/
[GitHub] : https://github.com/triacontane/
http://qiita.com/triacontane/items/2e227e5b5ce9503a2c30
[Blog] : http://triacontane.blogspot.jp/
[Twitter]: https://twitter.com/triacontane/
[GitHub] : https://github.com/triacontane/
Re: MessageWindowPopup.js
Hi
I mean when use
◆Plugin Command:MWP_FREE 480 520
that bind message window to the coordinate not event
but when use $gamemessage it show normal window
thank you
I mean when use
◆Plugin Command:MWP_FREE 480 520
that bind message window to the coordinate not event
but when use $gamemessage it show normal window
thank you
Re: MessageWindowPopup.js
Hi.
Can you explain the problem you are having with the image?
ex:Event editer ex:Test
Can you explain the problem you are having with the image?
ex:Event editer ex:Test
プラグイン関連のトラブルが発生した際の切り分けと報告の方法です。
http://qiita.com/triacontane/items/2e227e5b5ce9503a2c30
[Blog] : http://triacontane.blogspot.jp/
[Twitter]: https://twitter.com/triacontane/
[GitHub] : https://github.com/triacontane/
http://qiita.com/triacontane/items/2e227e5b5ce9503a2c30
[Blog] : http://triacontane.blogspot.jp/
[Twitter]: https://twitter.com/triacontane/
[GitHub] : https://github.com/triacontane/
Re: MessageWindowPopup.js
hi... maybe never mind
I want to show the popup text
in a minigame that I make by my custom window plugin
so I want to like when select index 0 show text etc
but when use it by code
it show normal window text
maybe I will call show text from event instead
thank you for your time
I want to show the popup text
in a minigame that I make by my custom window plugin
so I want to like when select index 0 show text etc
but when use it by code
it show normal window text
maybe I will call show text from event instead
thank you for your time
Re: MessageWindowPopup.js
hi again
I'm try the plugin with new project without other plugin
but the popup don't show up like you did


not sure what I do wrong or there are other problem
I'm try the plugin with new project without other plugin
but the popup don't show up like you did


not sure what I do wrong or there are other problem
Re: MessageWindowPopup.js
Hi.
If you want to display a message in a script, you need to wait.
If you want to display a message in a script, you need to wait.
プラグイン関連のトラブルが発生した際の切り分けと報告の方法です。
http://qiita.com/triacontane/items/2e227e5b5ce9503a2c30
[Blog] : http://triacontane.blogspot.jp/
[Twitter]: https://twitter.com/triacontane/
[GitHub] : https://github.com/triacontane/
http://qiita.com/triacontane/items/2e227e5b5ce9503a2c30
[Blog] : http://triacontane.blogspot.jp/
[Twitter]: https://twitter.com/triacontane/
[GitHub] : https://github.com/triacontane/
Re: MessageWindowPopup.js
thank you
that time I just wonder what is the red text line in the picture
that time I just wonder what is the red text line in the picture
