- Joined
- Nov 4, 2012
- Messages
- 167
- Reaction score
- 73
- First Language
- spanish
- Primarily Uses
- N/A
I have to make a lot of images transparent for a while and make them visible again later, but I want to keep them in the same position.
I have a script like this:
but I don't know how to set x and y.
Is there any way to change picture opacity only?
Maybe a function liker this?: $gameScreen.changeOpacity()
I have a script like this:
JavaScript:
// movePicture(pictureId, origin, x, y, scaleX, scaleY, opacity, blendMode, duration)
for(var i=1;i<=30;i++) $gameScreen.movePicture(i, 0, x, y, 100, 100, 0, 0, 10);
but I don't know how to set x and y.
Is there any way to change picture opacity only?
Maybe a function liker this?: $gameScreen.changeOpacity()
Last edited: