Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
Original title: [Solved] Getting images to appear below windows
Source forum path: Game Development Engines > RPG Maker Javascript Plugins > Learning Javascript
Summary
[Solved] Thanks for the pointers, Dreadshadow! Hi there! I don't usually ask questions, but then again I don't usually work with too much with graphics, so... I'm trying to figure out how to show Sprite images below windows in a scene. Attached are the image and plugin file. Place the image in img/pictures/, and call the demo scene with
Archived First Post
[Solved] Thanks for the pointers, Dreadshadow!
Hi there! I don't usually ask questions, but then again I don't usually work with too much with graphics, so...
I'm trying to figure out how to show Sprite images below windows in a scene.
Attached are the image and plugin file. Place the image in img/pictures/, and call the demo scene with
SceneManager.push(Scene_Demo);
... but I'm sure you already knew that.
Scroll down some more for the code.
Thanks in advance for your help!
Protected download
function Scene_Demo() {
this.initialize.apply(this, arguments);
}
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.