Browsing this Thread:
1 Anonymous Users
| Entering Game Intro Help! | #1 | ||||||||||
|
|||||||||||
|
Can someone help me as you can see if your playing aveyond when you play there is a Amaranth Logo when you enter i want to know how =(
![]()
Posted on: 2012/5/25 0:42
|
|||||||||||
|
_________________
LEGENDARY GAMES IM UP TO MAKE IT! |
|||||||||||
| Re: Entering Game Intro Help! | #2 | ||||||||||
|
|||||||||||
|
That's a splash screen.
Here's a script that will let you do something similar: http://www.rmxpunlimited.net/forums/t ... troduction-splash-screen/ And here's a YouTube clip showing how to implement a different one, along with a link to the script itself: http://www.youtube.com/watch?v=JbFp6SJp59k These are both for XP. If you're after something for VX or VX Ace, you'll need to search for a splash screen script for those makers.
Posted on: 2012/5/25 0:58
|
|||||||||||
|
_________________
While no trees were harmed in the transmission of this message, thousands of pixels were inconvenienced. |
|||||||||||
| Re: Entering Game Intro Help! | #3 | ||||||||||
|
|||||||||||
|
i forgot that im using XP youtube have advertisement idk how to kill it. well im trying my best to figure it out cuz it not working....
Posted on: 2012/5/25 7:47
|
|||||||||||
|
_________________
LEGENDARY GAMES IM UP TO MAKE IT! |
|||||||||||
| Re: Entering Game Intro Help! | #4 | ||||||||||
|
|||||||||||
|
its really hard i cant make it! its better Zer0's script..
Posted on: 2012/5/25 20:45
|
|||||||||||
|
_________________
LEGENDARY GAMES IM UP TO MAKE IT! |
|||||||||||
| Re: Entering Game Intro Help! | #5 | ||||||||||
|
|||||||||||
|
They both seem pretty straight forward - put your images in the correct folder, paste the script into a new slot above Main, and at least for the one in the video, change a single line in the Main script, and put your file names into the splash screen script.
Posted on: 2012/5/25 20:56
|
|||||||||||
|
_________________
While no trees were harmed in the transmission of this message, thousands of pixels were inconvenienced. |
|||||||||||
| Re: Entering Game Intro Help! | #6 | ||||||||||
|
|||||||||||
|
# Audio.se_play('Audio/SE/Zer0 Laugh', 100, 100),
# . ------------------Tuturial------------------------------------------------------------------------------------------------ # .1.At The Entering intro make sure you have the pictures in the Audio/Pictures # .2.At the Ghrapic.Freeze Sprite Bleow of it You See {F O R EVER PRODUCTIONS} Whatever. # .3.Copy the name of your pic to that place {Picture name of yours}. # .4.If this tuturial Script got error plss Earase this thing # .5.Somehow it more cooler if you crop it letter by letter # . # . # . # . # . # . # .------------------Tuturial----------------------------------------------------------------------------------------------- # .1. Change it anything Audio = .se. , bgm. , me # .2.Audio/SE/Zer0 Laugh <-- /SE/ Change it if you Change Audio.se # .3.Now Locate the Se,Bgm,Me or 3 of it you choose finda music the 1 of 3 u choose just like Audio/BGM/014-Field 4 # .------------------Music Tuturial----------------------------------------------------------------------------------------- # .EDITED BY LEGENDARY MAKERS class Moving_Sprite < Sprite def initialize(filename, x, y, dest_x, dest_y, duration = 80) super() self.bitmap = RPG::Cache.picture(filename) self.x, self.y = x, y @dest_x, @dest_y = dest_x, dest_y @speed_x = (@dest_x - self.x).to_f / duration @speed_y = (@dest_y - self.y).to_f / duration update end def update super if self.x != @dest_x if (self.x - @dest_x).abs <= @speed_x.abs self.x = @dest_x else self.x += @speed_x end end if self.y != @dest_y if (self.y - @dest_y).abs <= @speed_y.abs self.y = @dest_y else self.y += @speed_y end end end def moving? return self.x != @dest_x || self.y != @dest_y end end Graphics.freeze files, sprites = %w{LegendaryGames Productions }, [] dest_x = [55, 146, 174, 214, 250, 293, 329, 358, 414, 455, 487, 218] dest_y = [99, 181, 180, 183, 184, 182, 182, 165, 182, 183, 152, 278] files.each_index {|i| case i%4 when 0 x, y = 0-rand(200), 0-rand(200) when 1 x, y = 640+rand(200), 480+rand(200) when 2 x, y = 0-rand(200), 480+rand(200) when 3 x, y = 640+rand(200), 0-rand(200) end if i == 11 x, y = 218, 800 end sprites[i] = Moving_Sprite.new(files[i], x, y, dest_x[i], dest_y[i]) } Audio.me_play('Audio/ME/009-Fanfare03', 100, 100) Graphics.transition(0) while sprites.any? {|sprite| sprite.moving? } sprites.each {|sprite| sprite.update } Graphics.update end sprites.each {|sprite| sprite.flash(Color.new(255, 255, 255), 40) } 300.times { sprites.each {|sprite| sprite.update }; Graphics.update } 150.times { sprites.each {|sprite| sprite.opacity -= 5 } ; Graphics.update } Graphics.freeze sprites.each {|sprite| sprite.bitmap.dispose; sprite.dispose }
Posted on: 2012/5/25 21:34
|
|||||||||||
|
_________________
LEGENDARY GAMES IM UP TO MAKE IT! |
|||||||||||
| Re: Entering Game Intro Help! | #7 | ||||||||||
|
|||||||||||
|
I Just firgure it out in Zero's Advance Weather
Posted on: 2012/5/25 21:35
|
|||||||||||
|
_________________
LEGENDARY GAMES IM UP TO MAKE IT! |
|||||||||||
| Re: Entering Game Intro Help! | #8 | ||||||||||
|
|||||||||||
|
The link i got it just telling maybe people need it.. http://www.rmxpunlimited.net/forums/t ... 19-zer0-advanced-weather/
Posted on: 2012/5/25 21:37
|
|||||||||||
|
_________________
LEGENDARY GAMES IM UP TO MAKE IT! |
|||||||||||
| Re: Entering Game Intro Help! | #9 | ||||||||||
|
|||||||||||
|
mmm ... not sure what that script has to do with a splash screen?
Note - please click the Edit button and edit your post when you have something to add. Double posting is against the forum rules.
Posted on: 2012/5/25 21:45
|
|||||||||||
|
_________________
While no trees were harmed in the transmission of this message, thousands of pixels were inconvenienced. |
|||||||||||
| Re: Entering Game Intro Help! | #10 | ||||||||||
|
|||||||||||
|
sorry, im a newbie i found that script at his
Menu script cuz i open it then automically theres a logo and then started so i copy his demo he said its free... yes if i just know how to put pic here..
Posted on: 2012/5/26 1:03
|
|||||||||||
|
_________________
LEGENDARY GAMES IM UP TO MAKE IT! |
|||||||||||
| Re: Entering Game Intro Help! | #11 | ||||||||||
|
|||||||||||
|
Why don't you contact him for help, if it's his script?
![]()
Posted on: 2012/5/26 1:35
|
|||||||||||
|
_________________
While no trees were harmed in the transmission of this message, thousands of pixels were inconvenienced. |
|||||||||||
| Re: Entering Game Intro Help! | #12 | ||||||||||
|
|||||||||||
|
um.. i confuse in first lol and i make it right the problem is the background color is black but its okay thnx btw Shaz-chan!
Posted on: 2012/5/26 9:06
|
|||||||||||
|
_________________
LEGENDARY GAMES IM UP TO MAKE IT! |
|||||||||||
| Re: Entering Game Intro Help! | #13 | ||||||||||
|
|||||||||||
|
If it has a black background, and your image doesn't, it's probably because you're using an image with transparency. Just edit your image and make the background whatever colour you want it to be
![]()
Posted on: 2012/5/26 16:41
|
|||||||||||
|
_________________
While no trees were harmed in the transmission of this message, thousands of pixels were inconvenienced. |
|||||||||||
| Re: Entering Game Intro Help! | #14 | ||||||||||
|
|||||||||||
|
lol thnx!
Posted on: 2012/5/26 18:36
|
|||||||||||
|
_________________
LEGENDARY GAMES IM UP TO MAKE IT! |
|||||||||||
![]() |
Register To Post |
You can view topic.
You cannot start a new topic.
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You cannot vote in polls.
You cannot attach files to posts.
You cannot post without approval.



All Games
RPG
Adventure
SIM
Story
Cute
Game Kits
Amaranth Games (games only by us)
































