im on a windows7 pc and its connected to an htc wildfire s.
my phone is on android 2.3.5
the game im making works normally but when i add a room with two objects in it wont start.
the two objects are an new game button and an continue button
here's the information about the two objects:
Information about object: obj_Continue Sprite: spr_Continue Solid: false Visible: true Depth: 0 Persistent: false Parent: Mask: Create Event: execute code: C=YoYo_AddVirtualKey(0,0,192,64,C) Key Release Event for C-key Key: execute code: YoYo_DeleteVirtualKey(C) load the game from the file savegame
Information about object: obj_NewGame Sprite: spr_NewGame Solid: false Visible: true Depth: 0 Persistent: false Parent: Mask: Create Event: execute code: N=YoYo_AddVirtualKey(0,64,192,128,N) Key Release Event for N-key Key: execute code: YoYo_DeleteVirtualKey(N) go to room room0 with transition effect Fade out and in
so what im asking is.do anyone know what the problem is ?











