Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

I'm trying to make an android game and I want that when a collision with another object change of sc

Community Beginner ,
Nov 25, 2013 Nov 25, 2013

I'm trying to make an android game and I want that when a collision with another object change of scene

how i can do this

TOPICS
ActionScript
412
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Nov 25, 2013 Nov 25, 2013
LATEST

here is the doc on htiTestObject for detecting collisions.

http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/DisplayObject.html#...

for scene change use the second parameter in gotoandplay() to define scene name doc below

http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/MovieClip.html#goto...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines