Jump to content


T a ii L o R

Member Since 17 Feb 2010
Offline Last Active Feb 21 2010 02:14 PM

Posts I've Made

In Topic: Help!

20 February 2010 - 12:40 PM

create event of object pokemon

pokemon=0
pokemon=floor(random(10))
you should have 1 object for all the different pokemons, so if the Var pokemon is 0, it will draw Pichachu, if its 1 ít will draw bulbasur

hard to remember those names :)

LOL im lucky im a 90's kid
thanks.
This will take some time now

In Topic: Help!

19 February 2010 - 08:20 PM

I don't understand. Explain more.

Well, You've played the pokemon games, I cant manage to get the engine right to get pokemon to randomly apear when you walk in grass and in caves

In Topic: View Problem

18 February 2010 - 12:56 PM

Hi
im trying to define the view in the step event of the player obj

view_enabled = true
view_visible[0]= true;
view_object[0]= obj_player  

view_wview[0]=200
view_hview[0]=230


view_wport[0] = view_wview[0]  
view_hport[0] = view_hview[0]


view_hborder= view_wview[0]/2 -obj_player.sprite_width
view_vborder= view_hview[0]/2 -obj_player.sprite_height

view_hspeed[0]= 100
view_vspeed[0]= 100
but what happens is that
the game window is as big as the room size,
you see the view in the upper left corner,
but the rest of the window is filled black.
Any help? (Credits will be given)


Ah i had this problem with my current pokemon project

you dont need to use coding to use views
go onto your room
click views
enable the use of views
then follow obj-charicter

In Topic: Pokemon Surf Engine

18 February 2010 - 12:33 PM

thanks for all the help guys ill send you all copies when the game is done before realese

EDIT: You can surf on land any help will be apperciated

In Topic: Pokemon Surf Engine

18 February 2010 - 11:40 AM

There are still two last glitches
  • You can surf on land
  • you cant exit surf
:)