• Add As Favourite
  • Report This Game
  • Send to a friend
  • Rate this game
    • Currently 3.0/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5
    Ansman

    Added: 29 October 2007
    Created by: Ansman
    Version: 0

    Game description: This shows you how to create a coolmouse please use it in your own games feel free to copy the codes

    • Submit Game to Digg
    • Submit this game to Delicious
    • Submit to Feedmelinks
    • Submit Game to Reddit
    • Submit Game to Blinklist
    • Submit Game to Facebook
    • what are these icons?

    Reviews

    • Overall Score rating rating rating rating rating
    • Graphics rating rating rating rating rating
    • Sound rating rating rating rating rating
    • Gameplay rating rating rating rating rating
    • Story rating rating rating rating rating
    • Interface rating rating rating rating rating

    This Game Has No Reviews.

    More Games By This Creator

    Page 1/1

    • Previous
    • Next

    Comments

    QuantumGames

    QuantumGames said 289 days ago

    Report to Staff

    this isn't "script" its the most basic actions. Want to see script,
    d3d_transform_set_identity()
    d3d_transform_set_rotation_axis(x,y,depth,direction)
    if (keyboard_check(vk_up)=1)
    {d3d_transform_set_rotation_z(direction)}
    { draw_set_color(c_yellow)
    d3d_primitive_begin(pr_trianglelist)
    //1
    d3d_vertex(x+8,y,depth+15)
    d3d_vertex(x+8,y+3,depth+6)
    d3d_vertex(x+9,y,depth+9)
    //2
    d3d_vertex(x+8,y,depth+15)
    d3d_vertex(x+8,y+3,depth+6)
    d3d_vertex(x+6,y,depth+9)
    thats not even half of it.

    clubcomix

    clubcomix said 291 days ago

    Report to Staff

    thats cool! ty

    swissolo

    swissolo said 332 days ago

    Report to Staff

    worthless,you can do this with the drop and drags.realy should be a 1/6 example.

    Hexateuch

    Hexateuch said 336 days ago

    Report to Staff

    It's much easier to have an object change the the variable "cursor_sprite".

    1 2

    Disabled